Shades of Rock Blue #889DC2
Tints of Rock Blue #889DC2
RGB
CMYK
RGB Variations
Color information
#889DC2 (or 0x889DC2) is known color: Rock Blue. HEX triplet: 88, 9D and C2. RGB value is (136,157,194). Sum of RGB (Red+Green+Blue) = 136+157+194=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 194 - color contains mainly: blue. Hex color #889DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DC2 is #77623D. Grayscale: #9A9A9A. Windows color (decimal): -7823934 or 12754312. OLE color: 12754312.
HSL color Cylindrical-coordinate representation of color #889DC2: hue angle of 218.28º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #889DC2 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 157 | 194 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.24 |
| HSL | 218.28º | 0.32% | 0.65% | - |
| HSV(B) | 218.28º | 0.3% | 0.76% | - |
| XYZ | 31.95 | 33.24 | 55.77 | - |
| YUV | 154.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 194 | 0.30 | 0.19 | 0 | 0.24 | 218.28 | 0.32 | 0.65 |
| Hex | 88 | 9D | C2 | 1E | 13 | 0 | 18 | DA | 20 | 41 |
| Octal | 210 | 235 | 302 | 36 | 23 | 0 | 30 | 332 | 40 | 101 |
| Binary | 10001000 | 10011101 | 11000010 | 11110 | 10011 | 0 | 11000 | 11011010 | 100000 | 1000001 |
Color Harmonies of #889DC2
Complementary color
Monochromatic Colors of #889DC2
Black with #889DC2
Text Example
Text Example
White with #889DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DC2; }
p { color: rgb(136,157,194); }
H1.HeaderClassName
{
color: #889DC2;
}
.AnyTagClassName
{
color: #889DC2;
}
</style>
background-color css
<style>
a { background-color: #889DC2; }
a { background-color: rgb(136,157,194); }
div.DivClassName
{
background-color: #889DC2;
}
.BgClassName
{
background-color: #889DC2;
}
</style>
border-color css
<style>
span { border-color: #889DC2; }
span { border-color: rgb(136,157,194); }
td.TdClassName
{
border-color: #889DC2;
}
.TagClassName
{
border-color: #889DC2;
}
</style>