Shades of Rock Blue #889BBB
Tints of Rock Blue #889BBB
RGB
CMYK
RGB Variations
Color information
#889BBB (or 0x889BBB) is known color: Rock Blue. HEX triplet: 88, 9B and BB. RGB value is (136,155,187). Sum of RGB (Red+Green+Blue) = 136+155+187=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #889BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BBB is #776444. Grayscale: #989898. Windows color (decimal): -7824453 or 12295048. OLE color: 12295048.
HSL color Cylindrical-coordinate representation of color #889BBB: hue angle of 217.65º 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 #889BBB is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 155 | 187 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.27 |
| HSL | 217.65º | 0.27% | 0.63% | - |
| HSV(B) | 217.65º | 0.27% | 0.73% | - |
| XYZ | 30.84 | 32.26 | 51.62 | - |
| YUV | 152.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 187 | 0.27 | 0.17 | 0 | 0.27 | 217.65 | 0.27 | 0.63 |
| Hex | 88 | 9B | BB | 1B | 11 | 0 | 1B | DA | 1B | 3F |
| Octal | 210 | 233 | 273 | 33 | 21 | 0 | 33 | 332 | 33 | 77 |
| Binary | 10001000 | 10011011 | 10111011 | 11011 | 10001 | 0 | 11011 | 11011010 | 11011 | 111111 |
Color Harmonies of #889BBB
Complementary color
Monochromatic Colors of #889BBB
Black with #889BBB
Text Example
Text Example
White with #889BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BBB; }
p { color: rgb(136,155,187); }
H1.HeaderClassName
{
color: #889BBB;
}
.AnyTagClassName
{
color: #889BBB;
}
</style>
background-color css
<style>
a { background-color: #889BBB; }
a { background-color: rgb(136,155,187); }
div.DivClassName
{
background-color: #889BBB;
}
.BgClassName
{
background-color: #889BBB;
}
</style>
border-color css
<style>
span { border-color: #889BBB; }
span { border-color: rgb(136,155,187); }
td.TdClassName
{
border-color: #889BBB;
}
.TagClassName
{
border-color: #889BBB;
}
</style>