Shades of Rock Blue #889ABF
Tints of Rock Blue #889ABF
RGB
CMYK
RGB Variations
Color information
#889ABF (or 0x889ABF) is known color: Rock Blue. HEX triplet: 88, 9A and BF. RGB value is (136,154,191). Sum of RGB (Red+Green+Blue) = 136+154+191=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #889ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ABF is #776540. Grayscale: #989898. Windows color (decimal): -7824705 or 12556936. OLE color: 12556936.
HSL color Cylindrical-coordinate representation of color #889ABF: hue angle of 220.36º degrees, saturation: 0.3, 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 #889ABF is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 154 | 191 | - |
| CMYK | 0.29 | 0.19 | 0 | 0.25 |
| HSL | 220.36º | 0.3% | 0.64% | - |
| HSV(B) | 220.36º | 0.29% | 0.75% | - |
| XYZ | 31.11 | 32.11 | 53.85 | - |
| YUV | 152.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 154 | 191 | 0.29 | 0.19 | 0 | 0.25 | 220.36 | 0.3 | 0.64 |
| Hex | 88 | 9A | BF | 1D | 13 | 0 | 19 | DC | 1E | 40 |
| Octal | 210 | 232 | 277 | 35 | 23 | 0 | 31 | 334 | 36 | 100 |
| Binary | 10001000 | 10011010 | 10111111 | 11101 | 10011 | 0 | 11001 | 11011100 | 11110 | 1000000 |
Color Harmonies of #889ABF
Complementary color
Monochromatic Colors of #889ABF
Black with #889ABF
Text Example
Text Example
White with #889ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889ABF; }
p { color: rgb(136,154,191); }
H1.HeaderClassName
{
color: #889ABF;
}
.AnyTagClassName
{
color: #889ABF;
}
</style>
background-color css
<style>
a { background-color: #889ABF; }
a { background-color: rgb(136,154,191); }
div.DivClassName
{
background-color: #889ABF;
}
.BgClassName
{
background-color: #889ABF;
}
</style>
border-color css
<style>
span { border-color: #889ABF; }
span { border-color: rgb(136,154,191); }
td.TdClassName
{
border-color: #889ABF;
}
.TagClassName
{
border-color: #889ABF;
}
</style>