Shades of Rock Blue #89A2BA
Tints of Rock Blue #89A2BA
RGB
CMYK
RGB Variations
Color information
#89A2BA (or 0x89A2BA) is known color: Rock Blue. HEX triplet: 89, A2 and BA. RGB value is (137,162,186). Sum of RGB (Red+Green+Blue) = 137+162+186=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #89A2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A2BA is #765D45. Grayscale: #9D9D9D. Windows color (decimal): -7757126 or 12231305. OLE color: 12231305.
HSL color Cylindrical-coordinate representation of color #89A2BA: hue angle of 209.39º 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 #89A2BA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 162 | 186 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.27 |
| HSL | 209.39º | 0.26% | 0.63% | - |
| HSV(B) | 209.39º | 0.26% | 0.73% | - |
| XYZ | 32.1 | 34.7 | 51.46 | - |
| YUV | 157.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 162 | 186 | 0.26 | 0.13 | 0 | 0.27 | 209.39 | 0.26 | 0.63 |
| Hex | 89 | A2 | BA | 1A | D | 0 | 1B | D1 | 1A | 3F |
| Octal | 211 | 242 | 272 | 32 | 15 | 0 | 33 | 321 | 32 | 77 |
| Binary | 10001001 | 10100010 | 10111010 | 11010 | 1101 | 0 | 11011 | 11010001 | 11010 | 111111 |
Color Harmonies of #89A2BA
Complementary color
Monochromatic Colors of #89A2BA
Black with #89A2BA
Text Example
Text Example
White with #89A2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A2BA; }
p { color: rgb(137,162,186); }
H1.HeaderClassName
{
color: #89A2BA;
}
.AnyTagClassName
{
color: #89A2BA;
}
</style>
background-color css
<style>
a { background-color: #89A2BA; }
a { background-color: rgb(137,162,186); }
div.DivClassName
{
background-color: #89A2BA;
}
.BgClassName
{
background-color: #89A2BA;
}
</style>
border-color css
<style>
span { border-color: #89A2BA; }
span { border-color: rgb(137,162,186); }
td.TdClassName
{
border-color: #89A2BA;
}
.TagClassName
{
border-color: #89A2BA;
}
</style>