Shades of Rock Blue #899DB6
Tints of Rock Blue #899DB6
RGB
CMYK
RGB Variations
Color information
#899DB6 (or 0x899DB6) is known color: Rock Blue. HEX triplet: 89, 9D and B6. RGB value is (137,157,182). Sum of RGB (Red+Green+Blue) = 137+157+182=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 182 - color contains mainly: blue. Hex color #899DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DB6 is #766249. Grayscale: #999999. Windows color (decimal): -7758410 or 11967881. OLE color: 11967881.
HSL color Cylindrical-coordinate representation of color #899DB6: hue angle of 213.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #899DB6 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 157 | 182 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.29 |
| HSL | 213.33º | 0.24% | 0.63% | - |
| HSV(B) | 213.33º | 0.25% | 0.71% | - |
| XYZ | 30.82 | 32.81 | 48.96 | - |
| YUV | 153.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 182 | 0.25 | 0.14 | 0 | 0.29 | 213.33 | 0.24 | 0.63 |
| Hex | 89 | 9D | B6 | 19 | E | 0 | 1D | D5 | 18 | 3F |
| Octal | 211 | 235 | 266 | 31 | 16 | 0 | 35 | 325 | 30 | 77 |
| Binary | 10001001 | 10011101 | 10110110 | 11001 | 1110 | 0 | 11101 | 11010101 | 11000 | 111111 |
Color Harmonies of #899DB6
Complementary color
Monochromatic Colors of #899DB6
Black with #899DB6
Text Example
Text Example
White with #899DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899DB6; }
p { color: rgb(137,157,182); }
H1.HeaderClassName
{
color: #899DB6;
}
.AnyTagClassName
{
color: #899DB6;
}
</style>
background-color css
<style>
a { background-color: #899DB6; }
a { background-color: rgb(137,157,182); }
div.DivClassName
{
background-color: #899DB6;
}
.BgClassName
{
background-color: #899DB6;
}
</style>
border-color css
<style>
span { border-color: #899DB6; }
span { border-color: rgb(137,157,182); }
td.TdClassName
{
border-color: #899DB6;
}
.TagClassName
{
border-color: #899DB6;
}
</style>