Shades of Rock Blue #8E9AB5
Tints of Rock Blue #8E9AB5
RGB
CMYK
RGB Variations
Color information
#8E9AB5 (or 0x8E9AB5) is known color: Rock Blue. HEX triplet: 8E, 9A and B5. RGB value is (142,154,181). Sum of RGB (Red+Green+Blue) = 142+154+181=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 181 - color contains mainly: blue. Hex color #8E9AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9AB5 is #71654A. Grayscale: #999999. Windows color (decimal): -7431499 or 11901582. OLE color: 11901582.
HSL color Cylindrical-coordinate representation of color #8E9AB5: hue angle of 221.54º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E9AB5 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 154 | 181 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.29 |
| HSL | 221.54º | 0.21% | 0.63% | - |
| HSV(B) | 221.54º | 0.22% | 0.71% | - |
| XYZ | 31.05 | 32.2 | 48.29 | - |
| YUV | 153.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 154 | 181 | 0.22 | 0.15 | 0 | 0.29 | 221.54 | 0.21 | 0.63 |
| Hex | 8E | 9A | B5 | 16 | F | 0 | 1D | DE | 15 | 3F |
| Octal | 216 | 232 | 265 | 26 | 17 | 0 | 35 | 336 | 25 | 77 |
| Binary | 10001110 | 10011010 | 10110101 | 10110 | 1111 | 0 | 11101 | 11011110 | 10101 | 111111 |
Color Harmonies of #8E9AB5
Complementary color
Monochromatic Colors of #8E9AB5
Black with #8E9AB5
Text Example
Text Example
White with #8E9AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9AB5; }
p { color: rgb(142,154,181); }
H1.HeaderClassName
{
color: #8E9AB5;
}
.AnyTagClassName
{
color: #8E9AB5;
}
</style>
background-color css
<style>
a { background-color: #8E9AB5; }
a { background-color: rgb(142,154,181); }
div.DivClassName
{
background-color: #8E9AB5;
}
.BgClassName
{
background-color: #8E9AB5;
}
</style>
border-color css
<style>
span { border-color: #8E9AB5; }
span { border-color: rgb(142,154,181); }
td.TdClassName
{
border-color: #8E9AB5;
}
.TagClassName
{
border-color: #8E9AB5;
}
</style>