Shades of Rock Blue #8999B2
Tints of Rock Blue #8999B2
RGB
CMYK
RGB Variations
Color information
#8999B2 (or 0x8999B2) is known color: Rock Blue. HEX triplet: 89, 99 and B2. RGB value is (137,153,178). Sum of RGB (Red+Green+Blue) = 137+153+178=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 178 - color contains mainly: blue. Hex color #8999B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8999B2 is #76664D. Grayscale: #969696. Windows color (decimal): -7759438 or 11704713. OLE color: 11704713.
HSL color Cylindrical-coordinate representation of color #8999B2: hue angle of 216.59º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8999B2 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 153 | 178 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.30 |
| HSL | 216.59º | 0.21% | 0.62% | - |
| HSV(B) | 216.59º | 0.23% | 0.7% | - |
| XYZ | 29.74 | 31.32 | 46.6 | - |
| YUV | 151.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 178 | 0.23 | 0.14 | 0 | 0.30 | 216.59 | 0.21 | 0.62 |
| Hex | 89 | 99 | B2 | 17 | E | 0 | 1E | D9 | 15 | 3E |
| Octal | 211 | 231 | 262 | 27 | 16 | 0 | 36 | 331 | 25 | 76 |
| Binary | 10001001 | 10011001 | 10110010 | 10111 | 1110 | 0 | 11110 | 11011001 | 10101 | 111110 |
Color Harmonies of #8999B2
Complementary color
Monochromatic Colors of #8999B2
Black with #8999B2
Text Example
Text Example
White with #8999B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8999B2; }
p { color: rgb(137,153,178); }
H1.HeaderClassName
{
color: #8999B2;
}
.AnyTagClassName
{
color: #8999B2;
}
</style>
background-color css
<style>
a { background-color: #8999B2; }
a { background-color: rgb(137,153,178); }
div.DivClassName
{
background-color: #8999B2;
}
.BgClassName
{
background-color: #8999B2;
}
</style>
border-color css
<style>
span { border-color: #8999B2; }
span { border-color: rgb(137,153,178); }
td.TdClassName
{
border-color: #8999B2;
}
.TagClassName
{
border-color: #8999B2;
}
</style>