Shades of Rock Blue #889AC0
Tints of Rock Blue #889AC0
RGB
CMYK
RGB Variations
Color information
#889AC0 (or 0x889AC0) is known color: Rock Blue. HEX triplet: 88, 9A and C0. RGB value is (136,154,192). Sum of RGB (Red+Green+Blue) = 136+154+192=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 192 - color contains mainly: blue. Hex color #889AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889AC0 is #77653F. Grayscale: #989898. Windows color (decimal): -7824704 or 12622472. OLE color: 12622472.
HSL color Cylindrical-coordinate representation of color #889AC0: hue angle of 220.71º 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 #889AC0 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 154 | 192 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.25 |
| HSL | 220.71º | 0.31% | 0.64% | - |
| HSV(B) | 220.71º | 0.29% | 0.75% | - |
| XYZ | 31.22 | 32.15 | 54.43 | - |
| YUV | 152.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 192 | 0.29 | 0.20 | 0 | 0.25 | 220.71 | 0.31 | 0.64 |
| Hex | 88 | 9A | C0 | 1D | 14 | 0 | 19 | DD | 1F | 40 |
| Octal | 210 | 232 | 300 | 35 | 24 | 0 | 31 | 335 | 37 | 100 |
| Binary | 10001000 | 10011010 | 11000000 | 11101 | 10100 | 0 | 11001 | 11011101 | 11111 | 1000000 |
Color Harmonies of #889AC0
Complementary color
Monochromatic Colors of #889AC0
Black with #889AC0
Text Example
Text Example
White with #889AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889AC0; }
p { color: rgb(136,154,192); }
H1.HeaderClassName
{
color: #889AC0;
}
.AnyTagClassName
{
color: #889AC0;
}
</style>
background-color css
<style>
a { background-color: #889AC0; }
a { background-color: rgb(136,154,192); }
div.DivClassName
{
background-color: #889AC0;
}
.BgClassName
{
background-color: #889AC0;
}
</style>
border-color css
<style>
span { border-color: #889AC0; }
span { border-color: rgb(136,154,192); }
td.TdClassName
{
border-color: #889AC0;
}
.TagClassName
{
border-color: #889AC0;
}
</style>