Shades of Rock Blue #889AB2
Tints of Rock Blue #889AB2
RGB
CMYK
RGB Variations
Color information
#889AB2 (or 0x889AB2) is known color: Rock Blue. HEX triplet: 88, 9A and B2. RGB value is (136,154,178). Sum of RGB (Red+Green+Blue) = 136+154+178=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 178 - color contains mainly: blue. Hex color #889AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889AB2 is #77654D. Grayscale: #979797. Windows color (decimal): -7824718 or 11704968. OLE color: 11704968.
HSL color Cylindrical-coordinate representation of color #889AB2: hue angle of 214.29º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #889AB2 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 154 | 178 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.30 |
| HSL | 214.29º | 0.21% | 0.62% | - |
| HSV(B) | 214.29º | 0.24% | 0.7% | - |
| XYZ | 29.74 | 31.56 | 46.64 | - |
| YUV | 151.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 178 | 0.24 | 0.13 | 0 | 0.30 | 214.29 | 0.21 | 0.62 |
| Hex | 88 | 9A | B2 | 18 | D | 0 | 1E | D6 | 15 | 3E |
| Octal | 210 | 232 | 262 | 30 | 15 | 0 | 36 | 326 | 25 | 76 |
| Binary | 10001000 | 10011010 | 10110010 | 11000 | 1101 | 0 | 11110 | 11010110 | 10101 | 111110 |
Color Harmonies of #889AB2
Complementary color
Monochromatic Colors of #889AB2
Black with #889AB2
Text Example
Text Example
White with #889AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889AB2; }
p { color: rgb(136,154,178); }
H1.HeaderClassName
{
color: #889AB2;
}
.AnyTagClassName
{
color: #889AB2;
}
</style>
background-color css
<style>
a { background-color: #889AB2; }
a { background-color: rgb(136,154,178); }
div.DivClassName
{
background-color: #889AB2;
}
.BgClassName
{
background-color: #889AB2;
}
</style>
border-color css
<style>
span { border-color: #889AB2; }
span { border-color: rgb(136,154,178); }
td.TdClassName
{
border-color: #889AB2;
}
.TagClassName
{
border-color: #889AB2;
}
</style>