Shades of Polo Blue #89A0C5
Tints of Polo Blue #89A0C5
RGB
CMYK
RGB Variations
Color information
#89A0C5 (or 0x89A0C5) is known color: Polo Blue. HEX triplet: 89, A0 and C5. RGB value is (137,160,197). Sum of RGB (Red+Green+Blue) = 137+160+197=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 197 - color contains mainly: blue. Hex color #89A0C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0C5 is #765F3A. Grayscale: #9D9D9D. Windows color (decimal): -7757627 or 12951689. OLE color: 12951689.
HSL color Cylindrical-coordinate representation of color #89A0C5: hue angle of 217º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89A0C5 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 160 | 197 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.23 |
| HSL | 217º | 0.34% | 0.65% | - |
| HSV(B) | 217º | 0.3% | 0.77% | - |
| XYZ | 32.97 | 34.49 | 57.74 | - |
| YUV | 157.34 | 150.38 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 197 | 0.30 | 0.19 | 0 | 0.23 | 217 | 0.34 | 0.65 |
| Hex | 89 | A0 | C5 | 1E | 13 | 0 | 17 | D9 | 22 | 41 |
| Octal | 211 | 240 | 305 | 36 | 23 | 0 | 27 | 331 | 42 | 101 |
| Binary | 10001001 | 10100000 | 11000101 | 11110 | 10011 | 0 | 10111 | 11011001 | 100010 | 1000001 |
Color Harmonies of #89A0C5
Complementary color
Monochromatic Colors of #89A0C5
Black with #89A0C5
Text Example
Text Example
White with #89A0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A0C5; }
p { color: rgb(137,160,197); }
H1.HeaderClassName
{
color: #89A0C5;
}
.AnyTagClassName
{
color: #89A0C5;
}
</style>
background-color css
<style>
a { background-color: #89A0C5; }
a { background-color: rgb(137,160,197); }
div.DivClassName
{
background-color: #89A0C5;
}
.BgClassName
{
background-color: #89A0C5;
}
</style>
border-color css
<style>
span { border-color: #89A0C5; }
span { border-color: rgb(137,160,197); }
td.TdClassName
{
border-color: #89A0C5;
}
.TagClassName
{
border-color: #89A0C5;
}
</style>