Shades of Rock Blue #899DB5
Tints of Rock Blue #899DB5
RGB
CMYK
RGB Variations
Color information
#899DB5 (or 0x899DB5) is known color: Rock Blue. HEX triplet: 89, 9D and B5. RGB value is (137,157,181). Sum of RGB (Red+Green+Blue) = 137+157+181=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 181 - color contains mainly: blue. Hex color #899DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DB5 is #76624A. Grayscale: #999999. Windows color (decimal): -7758411 or 11902345. OLE color: 11902345.
HSL color Cylindrical-coordinate representation of color #899DB5: hue angle of 212.73º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #899DB5 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 157 | 181 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.29 |
| HSL | 212.73º | 0.23% | 0.62% | - |
| HSV(B) | 212.73º | 0.24% | 0.71% | - |
| XYZ | 30.71 | 32.77 | 48.42 | - |
| YUV | 153.76 | 143.37 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 181 | 0.24 | 0.13 | 0 | 0.29 | 212.73 | 0.23 | 0.62 |
| Hex | 89 | 9D | B5 | 18 | D | 0 | 1D | D5 | 17 | 3E |
| Octal | 211 | 235 | 265 | 30 | 15 | 0 | 35 | 325 | 27 | 76 |
| Binary | 10001001 | 10011101 | 10110101 | 11000 | 1101 | 0 | 11101 | 11010101 | 10111 | 111110 |
Color Harmonies of #899DB5
Complementary color
Monochromatic Colors of #899DB5
Black with #899DB5
Text Example
Text Example
White with #899DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DB5; }
p { color: rgb(137,157,181); }
H1.HeaderClassName
{
color: #899DB5;
}
.AnyTagClassName
{
color: #899DB5;
}
</style>
background-color css
<style>
a { background-color: #899DB5; }
a { background-color: rgb(137,157,181); }
div.DivClassName
{
background-color: #899DB5;
}
.BgClassName
{
background-color: #899DB5;
}
</style>
border-color css
<style>
span { border-color: #899DB5; }
span { border-color: rgb(137,157,181); }
td.TdClassName
{
border-color: #899DB5;
}
.TagClassName
{
border-color: #899DB5;
}
</style>