Shades of Rock Blue #8898B8
Tints of Rock Blue #8898B8
RGB
CMYK
RGB Variations
Color information
#8898B8 (or 0x8898B8) is known color: Rock Blue. HEX triplet: 88, 98 and B8. RGB value is (136,152,184). Sum of RGB (Red+Green+Blue) = 136+152+184=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 184 - color contains mainly: blue. Hex color #8898B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898B8 is #776747. Grayscale: #969696. Windows color (decimal): -7825224 or 12097672. OLE color: 12097672.
HSL color Cylindrical-coordinate representation of color #8898B8: hue angle of 220º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8898B8 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 152 | 184 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.28 |
| HSL | 220º | 0.25% | 0.63% | - |
| HSV(B) | 220º | 0.26% | 0.72% | - |
| XYZ | 30.03 | 31.15 | 49.78 | - |
| YUV | 150.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 184 | 0.26 | 0.17 | 0 | 0.28 | 220 | 0.25 | 0.63 |
| Hex | 88 | 98 | B8 | 1A | 11 | 0 | 1C | DC | 19 | 3F |
| Octal | 210 | 230 | 270 | 32 | 21 | 0 | 34 | 334 | 31 | 77 |
| Binary | 10001000 | 10011000 | 10111000 | 11010 | 10001 | 0 | 11100 | 11011100 | 11001 | 111111 |
Color Harmonies of #8898B8
Complementary color
Monochromatic Colors of #8898B8
Black with #8898B8
Text Example
Text Example
White with #8898B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8898B8; }
p { color: rgb(136,152,184); }
H1.HeaderClassName
{
color: #8898B8;
}
.AnyTagClassName
{
color: #8898B8;
}
</style>
background-color css
<style>
a { background-color: #8898B8; }
a { background-color: rgb(136,152,184); }
div.DivClassName
{
background-color: #8898B8;
}
.BgClassName
{
background-color: #8898B8;
}
</style>
border-color css
<style>
span { border-color: #8898B8; }
span { border-color: rgb(136,152,184); }
td.TdClassName
{
border-color: #8898B8;
}
.TagClassName
{
border-color: #8898B8;
}
</style>