Shades of Rock Blue #8897B9
Tints of Rock Blue #8897B9
RGB
CMYK
RGB Variations
Color information
#8897B9 (or 0x8897B9) is known color: Rock Blue. HEX triplet: 88, 97 and B9. RGB value is (136,151,185). Sum of RGB (Red+Green+Blue) = 136+151+185=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 185 - color contains mainly: blue. Hex color #8897B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8897B9 is #776846. Grayscale: #969696. Windows color (decimal): -7825479 or 12162952. OLE color: 12162952.
HSL color Cylindrical-coordinate representation of color #8897B9: hue angle of 221.63º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8897B9 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 151 | 185 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.27 |
| HSL | 221.63º | 0.26% | 0.63% | - |
| HSV(B) | 221.63º | 0.26% | 0.73% | - |
| XYZ | 29.98 | 30.87 | 50.28 | - |
| YUV | 150.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 151 | 185 | 0.26 | 0.18 | 0 | 0.27 | 221.63 | 0.26 | 0.63 |
| Hex | 88 | 97 | B9 | 1A | 12 | 0 | 1B | DE | 1A | 3F |
| Octal | 210 | 227 | 271 | 32 | 22 | 0 | 33 | 336 | 32 | 77 |
| Binary | 10001000 | 10010111 | 10111001 | 11010 | 10010 | 0 | 11011 | 11011110 | 11010 | 111111 |
Color Harmonies of #8897B9
Complementary color
Monochromatic Colors of #8897B9
Black with #8897B9
Text Example
Text Example
White with #8897B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8897B9; }
p { color: rgb(136,151,185); }
H1.HeaderClassName
{
color: #8897B9;
}
.AnyTagClassName
{
color: #8897B9;
}
</style>
background-color css
<style>
a { background-color: #8897B9; }
a { background-color: rgb(136,151,185); }
div.DivClassName
{
background-color: #8897B9;
}
.BgClassName
{
background-color: #8897B9;
}
</style>
border-color css
<style>
span { border-color: #8897B9; }
span { border-color: rgb(136,151,185); }
td.TdClassName
{
border-color: #8897B9;
}
.TagClassName
{
border-color: #8897B9;
}
</style>