Shades of Rock Blue #889DBF
Tints of Rock Blue #889DBF
RGB
CMYK
RGB Variations
Color information
#889DBF (or 0x889DBF) is known color: Rock Blue. HEX triplet: 88, 9D and BF. RGB value is (136,157,191). Sum of RGB (Red+Green+Blue) = 136+157+191=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #889DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DBF is #776240. Grayscale: #9A9A9A. Windows color (decimal): -7823937 or 12557704. OLE color: 12557704.
HSL color Cylindrical-coordinate representation of color #889DBF: hue angle of 217.09º 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 #889DBF is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 157 | 191 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.25 |
| HSL | 217.09º | 0.3% | 0.64% | - |
| HSV(B) | 217.09º | 0.29% | 0.75% | - |
| XYZ | 31.61 | 33.11 | 54.01 | - |
| YUV | 154.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 191 | 0.29 | 0.18 | 0 | 0.25 | 217.09 | 0.3 | 0.64 |
| Hex | 88 | 9D | BF | 1D | 12 | 0 | 19 | D9 | 1E | 40 |
| Octal | 210 | 235 | 277 | 35 | 22 | 0 | 31 | 331 | 36 | 100 |
| Binary | 10001000 | 10011101 | 10111111 | 11101 | 10010 | 0 | 11001 | 11011001 | 11110 | 1000000 |
Color Harmonies of #889DBF
Complementary color
Monochromatic Colors of #889DBF
Black with #889DBF
Text Example
Text Example
White with #889DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DBF; }
p { color: rgb(136,157,191); }
H1.HeaderClassName
{
color: #889DBF;
}
.AnyTagClassName
{
color: #889DBF;
}
</style>
background-color css
<style>
a { background-color: #889DBF; }
a { background-color: rgb(136,157,191); }
div.DivClassName
{
background-color: #889DBF;
}
.BgClassName
{
background-color: #889DBF;
}
</style>
border-color css
<style>
span { border-color: #889DBF; }
span { border-color: rgb(136,157,191); }
td.TdClassName
{
border-color: #889DBF;
}
.TagClassName
{
border-color: #889DBF;
}
</style>