Shades of Rock Blue #89A0BA
Tints of Rock Blue #89A0BA
RGB
CMYK
RGB Variations
Color information
#89A0BA (or 0x89A0BA) is known color: Rock Blue. HEX triplet: 89, A0 and BA. RGB value is (137,160,186). Sum of RGB (Red+Green+Blue) = 137+160+186=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #89A0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0BA is #765F45. Grayscale: #9B9B9B. Windows color (decimal): -7757638 or 12230793. OLE color: 12230793.
HSL color Cylindrical-coordinate representation of color #89A0BA: hue angle of 211.84º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89A0BA is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 160 | 186 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.27 |
| HSL | 211.84º | 0.26% | 0.63% | - |
| HSV(B) | 211.84º | 0.26% | 0.73% | - |
| XYZ | 31.75 | 34.01 | 51.34 | - |
| YUV | 156.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 186 | 0.26 | 0.14 | 0 | 0.27 | 211.84 | 0.26 | 0.63 |
| Hex | 89 | A0 | BA | 1A | E | 0 | 1B | D4 | 1A | 3F |
| Octal | 211 | 240 | 272 | 32 | 16 | 0 | 33 | 324 | 32 | 77 |
| Binary | 10001001 | 10100000 | 10111010 | 11010 | 1110 | 0 | 11011 | 11010100 | 11010 | 111111 |
Color Harmonies of #89A0BA
Complementary color
Monochromatic Colors of #89A0BA
Black with #89A0BA
Text Example
Text Example
White with #89A0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A0BA; }
p { color: rgb(137,160,186); }
H1.HeaderClassName
{
color: #89A0BA;
}
.AnyTagClassName
{
color: #89A0BA;
}
</style>
background-color css
<style>
a { background-color: #89A0BA; }
a { background-color: rgb(137,160,186); }
div.DivClassName
{
background-color: #89A0BA;
}
.BgClassName
{
background-color: #89A0BA;
}
</style>
border-color css
<style>
span { border-color: #89A0BA; }
span { border-color: rgb(137,160,186); }
td.TdClassName
{
border-color: #89A0BA;
}
.TagClassName
{
border-color: #89A0BA;
}
</style>