Shades of Rock Blue #889CB5
Tints of Rock Blue #889CB5
RGB
CMYK
RGB Variations
Color information
#889CB5 (or 0x889CB5) is known color: Rock Blue. HEX triplet: 88, 9C and B5. RGB value is (136,156,181). Sum of RGB (Red+Green+Blue) = 136+156+181=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 181 - color contains mainly: blue. Hex color #889CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CB5 is #77634A. Grayscale: #989898. Windows color (decimal): -7824203 or 11902088. OLE color: 11902088.
HSL color Cylindrical-coordinate representation of color #889CB5: hue angle of 213.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #889CB5 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 156 | 181 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.29 |
| HSL | 213.33º | 0.23% | 0.62% | - |
| HSV(B) | 213.33º | 0.25% | 0.71% | - |
| XYZ | 30.38 | 32.35 | 48.36 | - |
| YUV | 152.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 181 | 0.25 | 0.14 | 0 | 0.29 | 213.33 | 0.23 | 0.62 |
| Hex | 88 | 9C | B5 | 19 | E | 0 | 1D | D5 | 17 | 3E |
| Octal | 210 | 234 | 265 | 31 | 16 | 0 | 35 | 325 | 27 | 76 |
| Binary | 10001000 | 10011100 | 10110101 | 11001 | 1110 | 0 | 11101 | 11010101 | 10111 | 111110 |
Color Harmonies of #889CB5
Complementary color
Monochromatic Colors of #889CB5
Black with #889CB5
Text Example
Text Example
White with #889CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889CB5; }
p { color: rgb(136,156,181); }
H1.HeaderClassName
{
color: #889CB5;
}
.AnyTagClassName
{
color: #889CB5;
}
</style>
background-color css
<style>
a { background-color: #889CB5; }
a { background-color: rgb(136,156,181); }
div.DivClassName
{
background-color: #889CB5;
}
.BgClassName
{
background-color: #889CB5;
}
</style>
border-color css
<style>
span { border-color: #889CB5; }
span { border-color: rgb(136,156,181); }
td.TdClassName
{
border-color: #889CB5;
}
.TagClassName
{
border-color: #889CB5;
}
</style>