Shades of Rock Blue #889BB9
Tints of Rock Blue #889BB9
RGB
CMYK
RGB Variations
Color information
#889BB9 (or 0x889BB9) is known color: Rock Blue. HEX triplet: 88, 9B and B9. RGB value is (136,155,185). Sum of RGB (Red+Green+Blue) = 136+155+185=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 185 - color contains mainly: blue. Hex color #889BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BB9 is #776446. Grayscale: #989898. Windows color (decimal): -7824455 or 12163976. OLE color: 12163976.
HSL color Cylindrical-coordinate representation of color #889BB9: hue angle of 216.73º 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 #889BB9 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 155 | 185 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.27 |
| HSL | 216.73º | 0.26% | 0.63% | - |
| HSV(B) | 216.73º | 0.26% | 0.73% | - |
| XYZ | 30.63 | 32.18 | 50.5 | - |
| YUV | 152.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 185 | 0.26 | 0.16 | 0 | 0.27 | 216.73 | 0.26 | 0.63 |
| Hex | 88 | 9B | B9 | 1A | 10 | 0 | 1B | D9 | 1A | 3F |
| Octal | 210 | 233 | 271 | 32 | 20 | 0 | 33 | 331 | 32 | 77 |
| Binary | 10001000 | 10011011 | 10111001 | 11010 | 10000 | 0 | 11011 | 11011001 | 11010 | 111111 |
Color Harmonies of #889BB9
Complementary color
Monochromatic Colors of #889BB9
Black with #889BB9
Text Example
Text Example
White with #889BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889BB9; }
p { color: rgb(136,155,185); }
H1.HeaderClassName
{
color: #889BB9;
}
.AnyTagClassName
{
color: #889BB9;
}
</style>
background-color css
<style>
a { background-color: #889BB9; }
a { background-color: rgb(136,155,185); }
div.DivClassName
{
background-color: #889BB9;
}
.BgClassName
{
background-color: #889BB9;
}
</style>
border-color css
<style>
span { border-color: #889BB9; }
span { border-color: rgb(136,155,185); }
td.TdClassName
{
border-color: #889BB9;
}
.TagClassName
{
border-color: #889BB9;
}
</style>