Shades of Rock Blue #8EA1B9
Tints of Rock Blue #8EA1B9
RGB
CMYK
RGB Variations
Color information
#8EA1B9 (or 0x8EA1B9) is known color: Rock Blue. HEX triplet: 8E, A1 and B9. RGB value is (142,161,185). Sum of RGB (Red+Green+Blue) = 142+161+185=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: blue. Hex color #8EA1B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA1B9 is #715E46. Grayscale: #9D9D9D. Windows color (decimal): -7429703 or 12165518. OLE color: 12165518.
HSL color Cylindrical-coordinate representation of color #8EA1B9: hue angle of 213.49º 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 #8EA1B9 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 161 | 185 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.27 |
| HSL | 213.49º | 0.23% | 0.64% | - |
| HSV(B) | 213.49º | 0.23% | 0.73% | - |
| XYZ | 32.66 | 34.74 | 50.88 | - |
| YUV | 158.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 161 | 185 | 0.23 | 0.13 | 0 | 0.27 | 213.49 | 0.23 | 0.64 |
| Hex | 8E | A1 | B9 | 17 | D | 0 | 1B | D5 | 17 | 40 |
| Octal | 216 | 241 | 271 | 27 | 15 | 0 | 33 | 325 | 27 | 100 |
| Binary | 10001110 | 10100001 | 10111001 | 10111 | 1101 | 0 | 11011 | 11010101 | 10111 | 1000000 |
Color Harmonies of #8EA1B9
Complementary color
Monochromatic Colors of #8EA1B9
Black with #8EA1B9
Text Example
Text Example
White with #8EA1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA1B9; }
p { color: rgb(142,161,185); }
H1.HeaderClassName
{
color: #8EA1B9;
}
.AnyTagClassName
{
color: #8EA1B9;
}
</style>
background-color css
<style>
a { background-color: #8EA1B9; }
a { background-color: rgb(142,161,185); }
div.DivClassName
{
background-color: #8EA1B9;
}
.BgClassName
{
background-color: #8EA1B9;
}
</style>
border-color css
<style>
span { border-color: #8EA1B9; }
span { border-color: rgb(142,161,185); }
td.TdClassName
{
border-color: #8EA1B9;
}
.TagClassName
{
border-color: #8EA1B9;
}
</style>