#8091ca color RGB value is (8, 9, 28).
#8091ca hex color red value is 8, green value is 9, and blue value is 28.
Cylindrical-coordinate representations (HSL) of color #8091ca
hue: 237,
saturation: 0.56 and lightness: 0.07.
The process color (four-color CMYK) of #8091ca color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #8091ca is #ff9999. Color #8091ca contains mainly RED.
| Color spaces of #8091ca | Value |
|---|---|
| RGB | 128, 145, 202 |
| HSL | 0.63, 0.41, 0.65 |
| HSV | 226°, 37°, 79° |
| XYZ | 29.69, 29.1, 59.92 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10000000 | 10010001 | 11001010 |
| Octal | 200 | 221 | 312 |
| Decimal | 128 | 145 | 202 |
| Hex | 80 | 91 | CA |
Shades of #8091ca
Tints of #8091ca
.mybgColor {background-color: #8091ca;}
.myforeColor {color: #8091ca;}
.myborderColor {border:3px solid #8091ca;}
<p style="color:#8091ca">Text here</p>
This sample text is styled with the font color #8091ca. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#8091ca">Div content here</div>
<div style="border:3px solid #8091ca">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(128, 145, 202, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #8091ca; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #8091ca;
-webkit-box-shadow: 1px 1px 3px #8091ca;
box-shadow: 1px 1px 3px #8091ca; }
<p style="text-shadow: 4px 4px 2px rgba(128, 145, 202, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #8091ca;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #8091ca;
-webkit-box-shadow: 1px 1px 3px #8091ca;
box-shadow: 1px 1px 3px #8091ca;">Div content here</div>
