Shades of Rock Blue #899BB2
Tints of Rock Blue #899BB2
RGB
CMYK
RGB Variations
Color information
#899BB2 (or 0x899BB2) is known color: Rock Blue. HEX triplet: 89, 9B and B2. RGB value is (137,155,178). Sum of RGB (Red+Green+Blue) = 137+155+178=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 178 - color contains mainly: blue. Hex color #899BB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899BB2 is #76644D. Grayscale: #989898. Windows color (decimal): -7758926 or 11705225. OLE color: 11705225.
HSL color Cylindrical-coordinate representation of color #899BB2: hue angle of 213.66º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #899BB2 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 155 | 178 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.30 |
| HSL | 213.66º | 0.21% | 0.62% | - |
| HSV(B) | 213.66º | 0.23% | 0.7% | - |
| XYZ | 30.07 | 31.98 | 46.71 | - |
| YUV | 152.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 178 | 0.23 | 0.13 | 0 | 0.30 | 213.66 | 0.21 | 0.62 |
| Hex | 89 | 9B | B2 | 17 | D | 0 | 1E | D6 | 15 | 3E |
| Octal | 211 | 233 | 262 | 27 | 15 | 0 | 36 | 326 | 25 | 76 |
| Binary | 10001001 | 10011011 | 10110010 | 10111 | 1101 | 0 | 11110 | 11010110 | 10101 | 111110 |
Color Harmonies of #899BB2
Complementary color
Monochromatic Colors of #899BB2
Black with #899BB2
Text Example
Text Example
White with #899BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899BB2; }
p { color: rgb(137,155,178); }
H1.HeaderClassName
{
color: #899BB2;
}
.AnyTagClassName
{
color: #899BB2;
}
</style>
background-color css
<style>
a { background-color: #899BB2; }
a { background-color: rgb(137,155,178); }
div.DivClassName
{
background-color: #899BB2;
}
.BgClassName
{
background-color: #899BB2;
}
</style>
border-color css
<style>
span { border-color: #899BB2; }
span { border-color: rgb(137,155,178); }
td.TdClassName
{
border-color: #899BB2;
}
.TagClassName
{
border-color: #899BB2;
}
</style>