Shades of Rock Blue #889DB4
Tints of Rock Blue #889DB4
RGB
CMYK
RGB Variations
Color information
#889DB4 (or 0x889DB4) is known color: Rock Blue. HEX triplet: 88, 9D and B4. RGB value is (136,157,180). Sum of RGB (Red+Green+Blue) = 136+157+180=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 180 - color contains mainly: blue. Hex color #889DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DB4 is #77624B. Grayscale: #999999. Windows color (decimal): -7823948 or 11836808. OLE color: 11836808.
HSL color Cylindrical-coordinate representation of color #889DB4: hue angle of 211.36º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #889DB4 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 157 | 180 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.29 |
| HSL | 211.36º | 0.23% | 0.62% | - |
| HSV(B) | 211.36º | 0.24% | 0.71% | - |
| XYZ | 30.45 | 32.64 | 47.88 | - |
| YUV | 153.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 180 | 0.24 | 0.13 | 0 | 0.29 | 211.36 | 0.23 | 0.62 |
| Hex | 88 | 9D | B4 | 18 | D | 0 | 1D | D3 | 17 | 3E |
| Octal | 210 | 235 | 264 | 30 | 15 | 0 | 35 | 323 | 27 | 76 |
| Binary | 10001000 | 10011101 | 10110100 | 11000 | 1101 | 0 | 11101 | 11010011 | 10111 | 111110 |
Color Harmonies of #889DB4
Complementary color
Monochromatic Colors of #889DB4
Black with #889DB4
Text Example
Text Example
White with #889DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DB4; }
p { color: rgb(136,157,180); }
H1.HeaderClassName
{
color: #889DB4;
}
.AnyTagClassName
{
color: #889DB4;
}
</style>
background-color css
<style>
a { background-color: #889DB4; }
a { background-color: rgb(136,157,180); }
div.DivClassName
{
background-color: #889DB4;
}
.BgClassName
{
background-color: #889DB4;
}
</style>
border-color css
<style>
span { border-color: #889DB4; }
span { border-color: rgb(136,157,180); }
td.TdClassName
{
border-color: #889DB4;
}
.TagClassName
{
border-color: #889DB4;
}
</style>