Shades of Rock Blue #8E9BBF
Tints of Rock Blue #8E9BBF
RGB
CMYK
RGB Variations
Color information
#8E9BBF (or 0x8E9BBF) is known color: Rock Blue. HEX triplet: 8E, 9B and BF. RGB value is (142,155,191). Sum of RGB (Red+Green+Blue) = 142+155+191=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E9BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9BBF is #716440. Grayscale: #9B9B9B. Windows color (decimal): -7431233 or 12557198. OLE color: 12557198.
HSL color Cylindrical-coordinate representation of color #8E9BBF: hue angle of 224.08º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E9BBF is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 155 | 191 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.25 |
| HSL | 224.08º | 0.28% | 0.65% | - |
| HSV(B) | 224.08º | 0.26% | 0.75% | - |
| XYZ | 32.28 | 32.96 | 53.95 | - |
| YUV | 155.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 155 | 191 | 0.26 | 0.19 | 0 | 0.25 | 224.08 | 0.28 | 0.65 |
| Hex | 8E | 9B | BF | 1A | 13 | 0 | 19 | E0 | 1C | 41 |
| Octal | 216 | 233 | 277 | 32 | 23 | 0 | 31 | 340 | 34 | 101 |
| Binary | 10001110 | 10011011 | 10111111 | 11010 | 10011 | 0 | 11001 | 11100000 | 11100 | 1000001 |
Color Harmonies of #8E9BBF
Complementary color
Monochromatic Colors of #8E9BBF
Black with #8E9BBF
Text Example
Text Example
White with #8E9BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9BBF; }
p { color: rgb(142,155,191); }
H1.HeaderClassName
{
color: #8E9BBF;
}
.AnyTagClassName
{
color: #8E9BBF;
}
</style>
background-color css
<style>
a { background-color: #8E9BBF; }
a { background-color: rgb(142,155,191); }
div.DivClassName
{
background-color: #8E9BBF;
}
.BgClassName
{
background-color: #8E9BBF;
}
</style>
border-color css
<style>
span { border-color: #8E9BBF; }
span { border-color: rgb(142,155,191); }
td.TdClassName
{
border-color: #8E9BBF;
}
.TagClassName
{
border-color: #8E9BBF;
}
</style>