Shades of Rock Blue #899DBB
Tints of Rock Blue #899DBB
RGB
CMYK
RGB Variations
Color information
#899DBB (or 0x899DBB) is known color: Rock Blue. HEX triplet: 89, 9D and BB. RGB value is (137,157,187). Sum of RGB (Red+Green+Blue) = 137+157+187=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #899DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DBB is #766244. Grayscale: #9A9A9A. Windows color (decimal): -7758405 or 12295561. OLE color: 12295561.
HSL color Cylindrical-coordinate representation of color #899DBB: hue angle of 216º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #899DBB is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 157 | 187 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.27 |
| HSL | 216º | 0.27% | 0.64% | - |
| HSV(B) | 216º | 0.27% | 0.73% | - |
| XYZ | 31.34 | 33.02 | 51.74 | - |
| YUV | 154.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 187 | 0.27 | 0.16 | 0 | 0.27 | 216 | 0.27 | 0.64 |
| Hex | 89 | 9D | BB | 1B | 10 | 0 | 1B | D8 | 1B | 40 |
| Octal | 211 | 235 | 273 | 33 | 20 | 0 | 33 | 330 | 33 | 100 |
| Binary | 10001001 | 10011101 | 10111011 | 11011 | 10000 | 0 | 11011 | 11011000 | 11011 | 1000000 |
Color Harmonies of #899DBB
Complementary color
Monochromatic Colors of #899DBB
Black with #899DBB
Text Example
Text Example
White with #899DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DBB; }
p { color: rgb(137,157,187); }
H1.HeaderClassName
{
color: #899DBB;
}
.AnyTagClassName
{
color: #899DBB;
}
</style>
background-color css
<style>
a { background-color: #899DBB; }
a { background-color: rgb(137,157,187); }
div.DivClassName
{
background-color: #899DBB;
}
.BgClassName
{
background-color: #899DBB;
}
</style>
border-color css
<style>
span { border-color: #899DBB; }
span { border-color: rgb(137,157,187); }
td.TdClassName
{
border-color: #899DBB;
}
.TagClassName
{
border-color: #899DBB;
}
</style>