Shades of Rock Blue #899DB2
Tints of Rock Blue #899DB2
RGB
CMYK
RGB Variations
Color information
#899DB2 (or 0x899DB2) is known color: Rock Blue. HEX triplet: 89, 9D and B2. RGB value is (137,157,178). Sum of RGB (Red+Green+Blue) = 137+157+178=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 178 - color contains mainly: blue. Hex color #899DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899DB2 is #76624D. Grayscale: #999999. Windows color (decimal): -7758414 or 11705737. OLE color: 11705737.
HSL color Cylindrical-coordinate representation of color #899DB2: hue angle of 210.73º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #899DB2 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 157 | 178 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.30 |
| HSL | 210.73º | 0.21% | 0.62% | - |
| HSV(B) | 210.73º | 0.23% | 0.7% | - |
| XYZ | 30.41 | 32.65 | 46.82 | - |
| YUV | 153.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 178 | 0.23 | 0.12 | 0 | 0.30 | 210.73 | 0.21 | 0.62 |
| Hex | 89 | 9D | B2 | 17 | C | 0 | 1E | D3 | 15 | 3E |
| Octal | 211 | 235 | 262 | 27 | 14 | 0 | 36 | 323 | 25 | 76 |
| Binary | 10001001 | 10011101 | 10110010 | 10111 | 1100 | 0 | 11110 | 11010011 | 10101 | 111110 |
Color Harmonies of #899DB2
Complementary color
Monochromatic Colors of #899DB2
Black with #899DB2
Text Example
Text Example
White with #899DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DB2; }
p { color: rgb(137,157,178); }
H1.HeaderClassName
{
color: #899DB2;
}
.AnyTagClassName
{
color: #899DB2;
}
</style>
background-color css
<style>
a { background-color: #899DB2; }
a { background-color: rgb(137,157,178); }
div.DivClassName
{
background-color: #899DB2;
}
.BgClassName
{
background-color: #899DB2;
}
</style>
border-color css
<style>
span { border-color: #899DB2; }
span { border-color: rgb(137,157,178); }
td.TdClassName
{
border-color: #899DB2;
}
.TagClassName
{
border-color: #899DB2;
}
</style>