Shades of Rock Blue #889DB6
Tints of Rock Blue #889DB6
RGB
CMYK
RGB Variations
Color information
#889DB6 (or 0x889DB6) is known color: Rock Blue. HEX triplet: 88, 9D and B6. RGB value is (136,157,182). Sum of RGB (Red+Green+Blue) = 136+157+182=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 182 - color contains mainly: blue. Hex color #889DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DB6 is #776249. Grayscale: #999999. Windows color (decimal): -7823946 or 11967880. OLE color: 11967880.
HSL color Cylindrical-coordinate representation of color #889DB6: hue angle of 212.61º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #889DB6 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 157 | 182 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.29 |
| HSL | 212.61º | 0.24% | 0.62% | - |
| HSV(B) | 212.61º | 0.25% | 0.71% | - |
| XYZ | 30.65 | 32.73 | 48.96 | - |
| YUV | 153.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 182 | 0.25 | 0.14 | 0 | 0.29 | 212.61 | 0.24 | 0.62 |
| Hex | 88 | 9D | B6 | 19 | E | 0 | 1D | D5 | 18 | 3E |
| Octal | 210 | 235 | 266 | 31 | 16 | 0 | 35 | 325 | 30 | 76 |
| Binary | 10001000 | 10011101 | 10110110 | 11001 | 1110 | 0 | 11101 | 11010101 | 11000 | 111110 |
Color Harmonies of #889DB6
Complementary color
Monochromatic Colors of #889DB6
Black with #889DB6
Text Example
Text Example
White with #889DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DB6; }
p { color: rgb(136,157,182); }
H1.HeaderClassName
{
color: #889DB6;
}
.AnyTagClassName
{
color: #889DB6;
}
</style>
background-color css
<style>
a { background-color: #889DB6; }
a { background-color: rgb(136,157,182); }
div.DivClassName
{
background-color: #889DB6;
}
.BgClassName
{
background-color: #889DB6;
}
</style>
border-color css
<style>
span { border-color: #889DB6; }
span { border-color: rgb(136,157,182); }
td.TdClassName
{
border-color: #889DB6;
}
.TagClassName
{
border-color: #889DB6;
}
</style>