Shades of Rock Blue #899BB6
Tints of Rock Blue #899BB6
RGB
CMYK
RGB Variations
Color information
#899BB6 (or 0x899BB6) is known color: Rock Blue. HEX triplet: 89, 9B and B6. RGB value is (137,155,182). Sum of RGB (Red+Green+Blue) = 137+155+182=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 182 - color contains mainly: blue. Hex color #899BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BB6 is #766449. Grayscale: #989898. Windows color (decimal): -7758922 or 11967369. OLE color: 11967369.
HSL color Cylindrical-coordinate representation of color #899BB6: hue angle of 216º 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 #899BB6 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 155 | 182 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.29 |
| HSL | 216º | 0.24% | 0.63% | - |
| HSV(B) | 216º | 0.25% | 0.71% | - |
| XYZ | 30.48 | 32.14 | 48.85 | - |
| YUV | 152.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 182 | 0.25 | 0.15 | 0 | 0.29 | 216 | 0.24 | 0.63 |
| Hex | 89 | 9B | B6 | 19 | F | 0 | 1D | D8 | 18 | 3F |
| Octal | 211 | 233 | 266 | 31 | 17 | 0 | 35 | 330 | 30 | 77 |
| Binary | 10001001 | 10011011 | 10110110 | 11001 | 1111 | 0 | 11101 | 11011000 | 11000 | 111111 |
Color Harmonies of #899BB6
Complementary color
Monochromatic Colors of #899BB6
Black with #899BB6
Text Example
Text Example
White with #899BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BB6; }
p { color: rgb(137,155,182); }
H1.HeaderClassName
{
color: #899BB6;
}
.AnyTagClassName
{
color: #899BB6;
}
</style>
background-color css
<style>
a { background-color: #899BB6; }
a { background-color: rgb(137,155,182); }
div.DivClassName
{
background-color: #899BB6;
}
.BgClassName
{
background-color: #899BB6;
}
</style>
border-color css
<style>
span { border-color: #899BB6; }
span { border-color: rgb(137,155,182); }
td.TdClassName
{
border-color: #899BB6;
}
.TagClassName
{
border-color: #899BB6;
}
</style>