Shades of Rock Blue #899DBD
Tints of Rock Blue #899DBD
RGB
CMYK
RGB Variations
Color information
#899DBD (or 0x899DBD) is known color: Rock Blue. HEX triplet: 89, 9D and BD. RGB value is (137,157,189). Sum of RGB (Red+Green+Blue) = 137+157+189=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #899DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DBD is #766242. Grayscale: #9A9A9A. Windows color (decimal): -7758403 or 12426633. OLE color: 12426633.
HSL color Cylindrical-coordinate representation of color #899DBD: hue angle of 216.92º degrees, saturation: 0.28, 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 #899DBD is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 157 | 189 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.26 |
| HSL | 216.92º | 0.28% | 0.64% | - |
| HSV(B) | 216.92º | 0.28% | 0.74% | - |
| XYZ | 31.56 | 33.11 | 52.87 | - |
| YUV | 154.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 189 | 0.28 | 0.17 | 0 | 0.26 | 216.92 | 0.28 | 0.64 |
| Hex | 89 | 9D | BD | 1C | 11 | 0 | 1A | D9 | 1C | 40 |
| Octal | 211 | 235 | 275 | 34 | 21 | 0 | 32 | 331 | 34 | 100 |
| Binary | 10001001 | 10011101 | 10111101 | 11100 | 10001 | 0 | 11010 | 11011001 | 11100 | 1000000 |
Color Harmonies of #899DBD
Complementary color
Monochromatic Colors of #899DBD
Black with #899DBD
Text Example
Text Example
White with #899DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DBD; }
p { color: rgb(137,157,189); }
H1.HeaderClassName
{
color: #899DBD;
}
.AnyTagClassName
{
color: #899DBD;
}
</style>
background-color css
<style>
a { background-color: #899DBD; }
a { background-color: rgb(137,157,189); }
div.DivClassName
{
background-color: #899DBD;
}
.BgClassName
{
background-color: #899DBD;
}
</style>
border-color css
<style>
span { border-color: #899DBD; }
span { border-color: rgb(137,157,189); }
td.TdClassName
{
border-color: #899DBD;
}
.TagClassName
{
border-color: #899DBD;
}
</style>