Shades of Rock Blue #889AC1
Tints of Rock Blue #889AC1
RGB
CMYK
RGB Variations
Color information
#889AC1 (or 0x889AC1) is known color: Rock Blue. HEX triplet: 88, 9A and C1. RGB value is (136,154,193). Sum of RGB (Red+Green+Blue) = 136+154+193=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #889AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889AC1 is #77653E. Grayscale: #989898. Windows color (decimal): -7824703 or 12688008. OLE color: 12688008.
HSL color Cylindrical-coordinate representation of color #889AC1: hue angle of 221.05º 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 #889AC1 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 154 | 193 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.24 |
| HSL | 221.05º | 0.31% | 0.65% | - |
| HSV(B) | 221.05º | 0.3% | 0.76% | - |
| XYZ | 31.33 | 32.2 | 55.01 | - |
| YUV | 153.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 193 | 0.30 | 0.20 | 0 | 0.24 | 221.05 | 0.31 | 0.65 |
| Hex | 88 | 9A | C1 | 1E | 14 | 0 | 18 | DD | 1F | 41 |
| Octal | 210 | 232 | 301 | 36 | 24 | 0 | 30 | 335 | 37 | 101 |
| Binary | 10001000 | 10011010 | 11000001 | 11110 | 10100 | 0 | 11000 | 11011101 | 11111 | 1000001 |
Color Harmonies of #889AC1
Complementary color
Monochromatic Colors of #889AC1
Black with #889AC1
Text Example
Text Example
White with #889AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889AC1; }
p { color: rgb(136,154,193); }
H1.HeaderClassName
{
color: #889AC1;
}
.AnyTagClassName
{
color: #889AC1;
}
</style>
background-color css
<style>
a { background-color: #889AC1; }
a { background-color: rgb(136,154,193); }
div.DivClassName
{
background-color: #889AC1;
}
.BgClassName
{
background-color: #889AC1;
}
</style>
border-color css
<style>
span { border-color: #889AC1; }
span { border-color: rgb(136,154,193); }
td.TdClassName
{
border-color: #889AC1;
}
.TagClassName
{
border-color: #889AC1;
}
</style>