Shades of Rock Blue #8899B4
Tints of Rock Blue #8899B4
RGB
CMYK
RGB Variations
Color information
#8899B4 (or 0x8899B4) is known color: Rock Blue. HEX triplet: 88, 99 and B4. RGB value is (136,153,180). Sum of RGB (Red+Green+Blue) = 136+153+180=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #8899B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8899B4 is #77664B. Grayscale: #969696. Windows color (decimal): -7824972 or 11835784. OLE color: 11835784.
HSL color Cylindrical-coordinate representation of color #8899B4: hue angle of 216.82º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8899B4 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 153 | 180 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.29 |
| HSL | 216.82º | 0.23% | 0.62% | - |
| HSV(B) | 216.82º | 0.24% | 0.71% | - |
| XYZ | 29.78 | 31.31 | 47.65 | - |
| YUV | 151 | 144.37 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 180 | 0.24 | 0.15 | 0 | 0.29 | 216.82 | 0.23 | 0.62 |
| Hex | 88 | 99 | B4 | 18 | F | 0 | 1D | D9 | 17 | 3E |
| Octal | 210 | 231 | 264 | 30 | 17 | 0 | 35 | 331 | 27 | 76 |
| Binary | 10001000 | 10011001 | 10110100 | 11000 | 1111 | 0 | 11101 | 11011001 | 10111 | 111110 |
Color Harmonies of #8899B4
Complementary color
Monochromatic Colors of #8899B4
Black with #8899B4
Text Example
Text Example
White with #8899B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8899B4; }
p { color: rgb(136,153,180); }
H1.HeaderClassName
{
color: #8899B4;
}
.AnyTagClassName
{
color: #8899B4;
}
</style>
background-color css
<style>
a { background-color: #8899B4; }
a { background-color: rgb(136,153,180); }
div.DivClassName
{
background-color: #8899B4;
}
.BgClassName
{
background-color: #8899B4;
}
</style>
border-color css
<style>
span { border-color: #8899B4; }
span { border-color: rgb(136,153,180); }
td.TdClassName
{
border-color: #8899B4;
}
.TagClassName
{
border-color: #8899B4;
}
</style>