Shades of Rock Blue #889FB9
Tints of Rock Blue #889FB9
RGB
CMYK
RGB Variations
Color information
#889FB9 (or 0x889FB9) is known color: Rock Blue. HEX triplet: 88, 9F and B9. RGB value is (136,159,185). Sum of RGB (Red+Green+Blue) = 136+159+185=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 185 - color contains mainly: blue. Hex color #889FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FB9 is #776046. Grayscale: #9A9A9A. Windows color (decimal): -7823431 or 12165000. OLE color: 12165000.
HSL color Cylindrical-coordinate representation of color #889FB9: hue angle of 211.84º 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 #889FB9 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 159 | 185 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.27 |
| HSL | 211.84º | 0.26% | 0.63% | - |
| HSV(B) | 211.84º | 0.26% | 0.73% | - |
| XYZ | 31.31 | 33.53 | 50.72 | - |
| YUV | 155.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 159 | 185 | 0.26 | 0.14 | 0 | 0.27 | 211.84 | 0.26 | 0.63 |
| Hex | 88 | 9F | B9 | 1A | E | 0 | 1B | D4 | 1A | 3F |
| Octal | 210 | 237 | 271 | 32 | 16 | 0 | 33 | 324 | 32 | 77 |
| Binary | 10001000 | 10011111 | 10111001 | 11010 | 1110 | 0 | 11011 | 11010100 | 11010 | 111111 |
Color Harmonies of #889FB9
Complementary color
Monochromatic Colors of #889FB9
Black with #889FB9
Text Example
Text Example
White with #889FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889FB9; }
p { color: rgb(136,159,185); }
H1.HeaderClassName
{
color: #889FB9;
}
.AnyTagClassName
{
color: #889FB9;
}
</style>
background-color css
<style>
a { background-color: #889FB9; }
a { background-color: rgb(136,159,185); }
div.DivClassName
{
background-color: #889FB9;
}
.BgClassName
{
background-color: #889FB9;
}
</style>
border-color css
<style>
span { border-color: #889FB9; }
span { border-color: rgb(136,159,185); }
td.TdClassName
{
border-color: #889FB9;
}
.TagClassName
{
border-color: #889FB9;
}
</style>