Shades of Rock Blue #8898B4
Tints of Rock Blue #8898B4
RGB
CMYK
RGB Variations
Color information
#8898B4 (or 0x8898B4) is known color: Rock Blue. HEX triplet: 88, 98 and B4. RGB value is (136,152,180). Sum of RGB (Red+Green+Blue) = 136+152+180=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #8898B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8898B4 is #77674B. Grayscale: #969696. Windows color (decimal): -7825228 or 11835528. OLE color: 11835528.
HSL color Cylindrical-coordinate representation of color #8898B4: hue angle of 218.18º 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 #8898B4 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 152 | 180 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.29 |
| HSL | 218.18º | 0.23% | 0.62% | - |
| HSV(B) | 218.18º | 0.24% | 0.71% | - |
| XYZ | 29.62 | 30.99 | 47.6 | - |
| YUV | 150.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 180 | 0.24 | 0.16 | 0 | 0.29 | 218.18 | 0.23 | 0.62 |
| Hex | 88 | 98 | B4 | 18 | 10 | 0 | 1D | DA | 17 | 3E |
| Octal | 210 | 230 | 264 | 30 | 20 | 0 | 35 | 332 | 27 | 76 |
| Binary | 10001000 | 10011000 | 10110100 | 11000 | 10000 | 0 | 11101 | 11011010 | 10111 | 111110 |
Color Harmonies of #8898B4
Complementary color
Monochromatic Colors of #8898B4
Black with #8898B4
Text Example
Text Example
White with #8898B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8898B4; }
p { color: rgb(136,152,180); }
H1.HeaderClassName
{
color: #8898B4;
}
.AnyTagClassName
{
color: #8898B4;
}
</style>
background-color css
<style>
a { background-color: #8898B4; }
a { background-color: rgb(136,152,180); }
div.DivClassName
{
background-color: #8898B4;
}
.BgClassName
{
background-color: #8898B4;
}
</style>
border-color css
<style>
span { border-color: #8898B4; }
span { border-color: rgb(136,152,180); }
td.TdClassName
{
border-color: #8898B4;
}
.TagClassName
{
border-color: #8898B4;
}
</style>