Shades of Rock Blue #8E9FBB
Tints of Rock Blue #8E9FBB
RGB
CMYK
RGB Variations
Color information
#8E9FBB (or 0x8E9FBB) is known color: Rock Blue. HEX triplet: 8E, 9F and BB. RGB value is (142,159,187). Sum of RGB (Red+Green+Blue) = 142+159+187=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E9FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9FBB is #716044. Grayscale: #9C9C9C. Windows color (decimal): -7430213 or 12296078. OLE color: 12296078.
HSL color Cylindrical-coordinate representation of color #8E9FBB: hue angle of 217.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E9FBB is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 159 | 187 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.27 |
| HSL | 217.33º | 0.25% | 0.65% | - |
| HSV(B) | 217.33º | 0.24% | 0.73% | - |
| XYZ | 32.52 | 34.13 | 51.89 | - |
| YUV | 157.11 | 144.87 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 159 | 187 | 0.24 | 0.15 | 0 | 0.27 | 217.33 | 0.25 | 0.65 |
| Hex | 8E | 9F | BB | 18 | F | 0 | 1B | D9 | 19 | 41 |
| Octal | 216 | 237 | 273 | 30 | 17 | 0 | 33 | 331 | 31 | 101 |
| Binary | 10001110 | 10011111 | 10111011 | 11000 | 1111 | 0 | 11011 | 11011001 | 11001 | 1000001 |
Color Harmonies of #8E9FBB
Complementary color
Monochromatic Colors of #8E9FBB
Black with #8E9FBB
Text Example
Text Example
White with #8E9FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9FBB; }
p { color: rgb(142,159,187); }
H1.HeaderClassName
{
color: #8E9FBB;
}
.AnyTagClassName
{
color: #8E9FBB;
}
</style>
background-color css
<style>
a { background-color: #8E9FBB; }
a { background-color: rgb(142,159,187); }
div.DivClassName
{
background-color: #8E9FBB;
}
.BgClassName
{
background-color: #8E9FBB;
}
</style>
border-color css
<style>
span { border-color: #8E9FBB; }
span { border-color: rgb(142,159,187); }
td.TdClassName
{
border-color: #8E9FBB;
}
.TagClassName
{
border-color: #8E9FBB;
}
</style>