Shades of Rock Blue #889CC0
Tints of Rock Blue #889CC0
RGB
CMYK
RGB Variations
Color information
#889CC0 (or 0x889CC0) is known color: Rock Blue. HEX triplet: 88, 9C and C0. RGB value is (136,156,192). Sum of RGB (Red+Green+Blue) = 136+156+192=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #889CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CC0 is #77633F. Grayscale: #999999. Windows color (decimal): -7824192 or 12622984. OLE color: 12622984.
HSL color Cylindrical-coordinate representation of color #889CC0: hue angle of 218.57º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #889CC0 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 156 | 192 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.25 |
| HSL | 218.57º | 0.31% | 0.64% | - |
| HSV(B) | 218.57º | 0.29% | 0.75% | - |
| XYZ | 31.56 | 32.82 | 54.54 | - |
| YUV | 154.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 192 | 0.29 | 0.19 | 0 | 0.25 | 218.57 | 0.31 | 0.64 |
| Hex | 88 | 9C | C0 | 1D | 13 | 0 | 19 | DB | 1F | 40 |
| Octal | 210 | 234 | 300 | 35 | 23 | 0 | 31 | 333 | 37 | 100 |
| Binary | 10001000 | 10011100 | 11000000 | 11101 | 10011 | 0 | 11001 | 11011011 | 11111 | 1000000 |
Color Harmonies of #889CC0
Complementary color
Monochromatic Colors of #889CC0
Black with #889CC0
Text Example
Text Example
White with #889CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889CC0; }
p { color: rgb(136,156,192); }
H1.HeaderClassName
{
color: #889CC0;
}
.AnyTagClassName
{
color: #889CC0;
}
</style>
background-color css
<style>
a { background-color: #889CC0; }
a { background-color: rgb(136,156,192); }
div.DivClassName
{
background-color: #889CC0;
}
.BgClassName
{
background-color: #889CC0;
}
</style>
border-color css
<style>
span { border-color: #889CC0; }
span { border-color: rgb(136,156,192); }
td.TdClassName
{
border-color: #889CC0;
}
.TagClassName
{
border-color: #889CC0;
}
</style>