Shades of Rock Blue #889CC1
Tints of Rock Blue #889CC1
RGB
CMYK
RGB Variations
Color information
#889CC1 (or 0x889CC1) is known color: Rock Blue. HEX triplet: 88, 9C and C1. RGB value is (136,156,193). Sum of RGB (Red+Green+Blue) = 136+156+193=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #889CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CC1 is #77633E. Grayscale: #9A9A9A. Windows color (decimal): -7824191 or 12688520. OLE color: 12688520.
HSL color Cylindrical-coordinate representation of color #889CC1: hue angle of 218.95º degrees, saturation: 0.31, 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 #889CC1 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 156 | 193 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.24 |
| HSL | 218.95º | 0.31% | 0.65% | - |
| HSV(B) | 218.95º | 0.3% | 0.76% | - |
| XYZ | 31.67 | 32.86 | 55.13 | - |
| YUV | 154.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 193 | 0.30 | 0.19 | 0 | 0.24 | 218.95 | 0.31 | 0.65 |
| Hex | 88 | 9C | C1 | 1E | 13 | 0 | 18 | DB | 1F | 41 |
| Octal | 210 | 234 | 301 | 36 | 23 | 0 | 30 | 333 | 37 | 101 |
| Binary | 10001000 | 10011100 | 11000001 | 11110 | 10011 | 0 | 11000 | 11011011 | 11111 | 1000001 |
Color Harmonies of #889CC1
Complementary color
Monochromatic Colors of #889CC1
Black with #889CC1
Text Example
Text Example
White with #889CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889CC1; }
p { color: rgb(136,156,193); }
H1.HeaderClassName
{
color: #889CC1;
}
.AnyTagClassName
{
color: #889CC1;
}
</style>
background-color css
<style>
a { background-color: #889CC1; }
a { background-color: rgb(136,156,193); }
div.DivClassName
{
background-color: #889CC1;
}
.BgClassName
{
background-color: #889CC1;
}
</style>
border-color css
<style>
span { border-color: #889CC1; }
span { border-color: rgb(136,156,193); }
td.TdClassName
{
border-color: #889CC1;
}
.TagClassName
{
border-color: #889CC1;
}
</style>