Shades of Rock Blue #889EBF
Tints of Rock Blue #889EBF
RGB
CMYK
RGB Variations
Color information
#889EBF (or 0x889EBF) is known color: Rock Blue. HEX triplet: 88, 9E and BF. RGB value is (136,158,191). Sum of RGB (Red+Green+Blue) = 136+158+191=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #889EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EBF is #776140. Grayscale: #9B9B9B. Windows color (decimal): -7823681 or 12557960. OLE color: 12557960.
HSL color Cylindrical-coordinate representation of color #889EBF: hue angle of 216º 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 #889EBF is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 158 | 191 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.25 |
| HSL | 216º | 0.3% | 0.64% | - |
| HSV(B) | 216º | 0.29% | 0.75% | - |
| XYZ | 31.78 | 33.45 | 54.07 | - |
| YUV | 155.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 158 | 191 | 0.29 | 0.17 | 0 | 0.25 | 216 | 0.3 | 0.64 |
| Hex | 88 | 9E | BF | 1D | 11 | 0 | 19 | D8 | 1E | 40 |
| Octal | 210 | 236 | 277 | 35 | 21 | 0 | 31 | 330 | 36 | 100 |
| Binary | 10001000 | 10011110 | 10111111 | 11101 | 10001 | 0 | 11001 | 11011000 | 11110 | 1000000 |
Color Harmonies of #889EBF
Complementary color
Monochromatic Colors of #889EBF
Black with #889EBF
Text Example
Text Example
White with #889EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889EBF; }
p { color: rgb(136,158,191); }
H1.HeaderClassName
{
color: #889EBF;
}
.AnyTagClassName
{
color: #889EBF;
}
</style>
background-color css
<style>
a { background-color: #889EBF; }
a { background-color: rgb(136,158,191); }
div.DivClassName
{
background-color: #889EBF;
}
.BgClassName
{
background-color: #889EBF;
}
</style>
border-color css
<style>
span { border-color: #889EBF; }
span { border-color: rgb(136,158,191); }
td.TdClassName
{
border-color: #889EBF;
}
.TagClassName
{
border-color: #889EBF;
}
</style>