Shades of Rock Blue #89A2BD
Tints of Rock Blue #89A2BD
RGB
CMYK
RGB Variations
Color information
#89A2BD (or 0x89A2BD) is known color: Rock Blue. HEX triplet: 89, A2 and BD. RGB value is (137,162,189). Sum of RGB (Red+Green+Blue) = 137+162+189=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #89A2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A2BD is #765D42. Grayscale: #9D9D9D. Windows color (decimal): -7757123 or 12427913. OLE color: 12427913.
HSL color Cylindrical-coordinate representation of color #89A2BD: hue angle of 211.15º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89A2BD is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 162 | 189 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.26 |
| HSL | 211.15º | 0.28% | 0.64% | - |
| HSV(B) | 211.15º | 0.28% | 0.74% | - |
| XYZ | 32.42 | 34.83 | 53.16 | - |
| YUV | 157.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 162 | 189 | 0.28 | 0.14 | 0 | 0.26 | 211.15 | 0.28 | 0.64 |
| Hex | 89 | A2 | BD | 1C | E | 0 | 1A | D3 | 1C | 40 |
| Octal | 211 | 242 | 275 | 34 | 16 | 0 | 32 | 323 | 34 | 100 |
| Binary | 10001001 | 10100010 | 10111101 | 11100 | 1110 | 0 | 11010 | 11010011 | 11100 | 1000000 |
Color Harmonies of #89A2BD
Complementary color
Monochromatic Colors of #89A2BD
Black with #89A2BD
Text Example
Text Example
White with #89A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A2BD; }
p { color: rgb(137,162,189); }
H1.HeaderClassName
{
color: #89A2BD;
}
.AnyTagClassName
{
color: #89A2BD;
}
</style>
background-color css
<style>
a { background-color: #89A2BD; }
a { background-color: rgb(137,162,189); }
div.DivClassName
{
background-color: #89A2BD;
}
.BgClassName
{
background-color: #89A2BD;
}
</style>
border-color css
<style>
span { border-color: #89A2BD; }
span { border-color: rgb(137,162,189); }
td.TdClassName
{
border-color: #89A2BD;
}
.TagClassName
{
border-color: #89A2BD;
}
</style>