Shades of Rock Blue #889DBD
Tints of Rock Blue #889DBD
RGB
CMYK
RGB Variations
Color information
#889DBD (or 0x889DBD) is known color: Rock Blue. HEX triplet: 88, 9D and BD. RGB value is (136,157,189). Sum of RGB (Red+Green+Blue) = 136+157+189=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #889DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DBD is #776242. Grayscale: #9A9A9A. Windows color (decimal): -7823939 or 12426632. OLE color: 12426632.
HSL color Cylindrical-coordinate representation of color #889DBD: hue angle of 216.23º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #889DBD is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 157 | 189 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.26 |
| HSL | 216.23º | 0.29% | 0.64% | - |
| HSV(B) | 216.23º | 0.28% | 0.74% | - |
| XYZ | 31.4 | 33.02 | 52.86 | - |
| YUV | 154.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 189 | 0.28 | 0.17 | 0 | 0.26 | 216.23 | 0.29 | 0.64 |
| Hex | 88 | 9D | BD | 1C | 11 | 0 | 1A | D8 | 1D | 40 |
| Octal | 210 | 235 | 275 | 34 | 21 | 0 | 32 | 330 | 35 | 100 |
| Binary | 10001000 | 10011101 | 10111101 | 11100 | 10001 | 0 | 11010 | 11011000 | 11101 | 1000000 |
Color Harmonies of #889DBD
Complementary color
Monochromatic Colors of #889DBD
Black with #889DBD
Text Example
Text Example
White with #889DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889DBD; }
p { color: rgb(136,157,189); }
H1.HeaderClassName
{
color: #889DBD;
}
.AnyTagClassName
{
color: #889DBD;
}
</style>
background-color css
<style>
a { background-color: #889DBD; }
a { background-color: rgb(136,157,189); }
div.DivClassName
{
background-color: #889DBD;
}
.BgClassName
{
background-color: #889DBD;
}
</style>
border-color css
<style>
span { border-color: #889DBD; }
span { border-color: rgb(136,157,189); }
td.TdClassName
{
border-color: #889DBD;
}
.TagClassName
{
border-color: #889DBD;
}
</style>