Shades of Rock Blue #8E9FB9
Tints of Rock Blue #8E9FB9
RGB
CMYK
RGB Variations
Color information
#8E9FB9 (or 0x8E9FB9) is known color: Rock Blue. HEX triplet: 8E, 9F and B9. RGB value is (142,159,185). Sum of RGB (Red+Green+Blue) = 142+159+185=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #8E9FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9FB9 is #716046. Grayscale: #9C9C9C. Windows color (decimal): -7430215 or 12165006. OLE color: 12165006.
HSL color Cylindrical-coordinate representation of color #8E9FB9: hue angle of 216.28º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E9FB9 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 159 | 185 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.27 |
| HSL | 216.28º | 0.23% | 0.64% | - |
| HSV(B) | 216.28º | 0.23% | 0.73% | - |
| XYZ | 32.31 | 34.05 | 50.77 | - |
| YUV | 156.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 159 | 185 | 0.23 | 0.14 | 0 | 0.27 | 216.28 | 0.23 | 0.64 |
| Hex | 8E | 9F | B9 | 17 | E | 0 | 1B | D8 | 17 | 40 |
| Octal | 216 | 237 | 271 | 27 | 16 | 0 | 33 | 330 | 27 | 100 |
| Binary | 10001110 | 10011111 | 10111001 | 10111 | 1110 | 0 | 11011 | 11011000 | 10111 | 1000000 |
Color Harmonies of #8E9FB9
Complementary color
Monochromatic Colors of #8E9FB9
Black with #8E9FB9
Text Example
Text Example
White with #8E9FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9FB9; }
p { color: rgb(142,159,185); }
H1.HeaderClassName
{
color: #8E9FB9;
}
.AnyTagClassName
{
color: #8E9FB9;
}
</style>
background-color css
<style>
a { background-color: #8E9FB9; }
a { background-color: rgb(142,159,185); }
div.DivClassName
{
background-color: #8E9FB9;
}
.BgClassName
{
background-color: #8E9FB9;
}
</style>
border-color css
<style>
span { border-color: #8E9FB9; }
span { border-color: rgb(142,159,185); }
td.TdClassName
{
border-color: #8E9FB9;
}
.TagClassName
{
border-color: #8E9FB9;
}
</style>