Shades of Rock Blue #89A0BE
Tints of Rock Blue #89A0BE
RGB
CMYK
RGB Variations
Color information
#89A0BE (or 0x89A0BE) is known color: Rock Blue. HEX triplet: 89, A0 and BE. RGB value is (137,160,190). Sum of RGB (Red+Green+Blue) = 137+160+190=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #89A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0BE is #765F41. Grayscale: #9C9C9C. Windows color (decimal): -7757634 or 12492937. OLE color: 12492937.
HSL color Cylindrical-coordinate representation of color #89A0BE: hue angle of 213.96º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89A0BE is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 160 | 190 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.25 |
| HSL | 213.96º | 0.29% | 0.64% | - |
| HSV(B) | 213.96º | 0.28% | 0.75% | - |
| XYZ | 32.18 | 34.18 | 53.62 | - |
| YUV | 156.54 | 146.88 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 190 | 0.28 | 0.16 | 0 | 0.25 | 213.96 | 0.29 | 0.64 |
| Hex | 89 | A0 | BE | 1C | 10 | 0 | 19 | D6 | 1D | 40 |
| Octal | 211 | 240 | 276 | 34 | 20 | 0 | 31 | 326 | 35 | 100 |
| Binary | 10001001 | 10100000 | 10111110 | 11100 | 10000 | 0 | 11001 | 11010110 | 11101 | 1000000 |
Color Harmonies of #89A0BE
Complementary color
Monochromatic Colors of #89A0BE
Black with #89A0BE
Text Example
Text Example
White with #89A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A0BE; }
p { color: rgb(137,160,190); }
H1.HeaderClassName
{
color: #89A0BE;
}
.AnyTagClassName
{
color: #89A0BE;
}
</style>
background-color css
<style>
a { background-color: #89A0BE; }
a { background-color: rgb(137,160,190); }
div.DivClassName
{
background-color: #89A0BE;
}
.BgClassName
{
background-color: #89A0BE;
}
</style>
border-color css
<style>
span { border-color: #89A0BE; }
span { border-color: rgb(137,160,190); }
td.TdClassName
{
border-color: #89A0BE;
}
.TagClassName
{
border-color: #89A0BE;
}
</style>