Shades of Rock Blue #889ABB
Tints of Rock Blue #889ABB
RGB
CMYK
RGB Variations
Color information
#889ABB (or 0x889ABB) is known color: Rock Blue. HEX triplet: 88, 9A and BB. RGB value is (136,154,187). Sum of RGB (Red+Green+Blue) = 136+154+187=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #889ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ABB is #776544. Grayscale: #989898. Windows color (decimal): -7824709 or 12294792. OLE color: 12294792.
HSL color Cylindrical-coordinate representation of color #889ABB: hue angle of 218.82º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #889ABB is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 154 | 187 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.27 |
| HSL | 218.82º | 0.27% | 0.63% | - |
| HSV(B) | 218.82º | 0.27% | 0.73% | - |
| XYZ | 30.68 | 31.93 | 51.56 | - |
| YUV | 152.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 187 | 0.27 | 0.18 | 0 | 0.27 | 218.82 | 0.27 | 0.63 |
| Hex | 88 | 9A | BB | 1B | 12 | 0 | 1B | DB | 1B | 3F |
| Octal | 210 | 232 | 273 | 33 | 22 | 0 | 33 | 333 | 33 | 77 |
| Binary | 10001000 | 10011010 | 10111011 | 11011 | 10010 | 0 | 11011 | 11011011 | 11011 | 111111 |
Color Harmonies of #889ABB
Complementary color
Monochromatic Colors of #889ABB
Black with #889ABB
Text Example
Text Example
White with #889ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889ABB; }
p { color: rgb(136,154,187); }
H1.HeaderClassName
{
color: #889ABB;
}
.AnyTagClassName
{
color: #889ABB;
}
</style>
background-color css
<style>
a { background-color: #889ABB; }
a { background-color: rgb(136,154,187); }
div.DivClassName
{
background-color: #889ABB;
}
.BgClassName
{
background-color: #889ABB;
}
</style>
border-color css
<style>
span { border-color: #889ABB; }
span { border-color: rgb(136,154,187); }
td.TdClassName
{
border-color: #889ABB;
}
.TagClassName
{
border-color: #889ABB;
}
</style>