Shades of Polo Blue #89A2CA
Tints of Polo Blue #89A2CA
RGB
CMYK
RGB Variations
Color information
#89A2CA (or 0x89A2CA) is known color: Polo Blue. HEX triplet: 89, A2 and CA. RGB value is (137,162,202). Sum of RGB (Red+Green+Blue) = 137+162+202=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #89A2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A2CA is #765D35. Grayscale: #9E9E9E. Windows color (decimal): -7757110 or 13279881. OLE color: 13279881.
HSL color Cylindrical-coordinate representation of color #89A2CA: hue angle of 216.92º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89A2CA is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 162 | 202 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.21 |
| HSL | 216.92º | 0.38% | 0.66% | - |
| HSV(B) | 216.92º | 0.32% | 0.79% | - |
| XYZ | 33.9 | 35.42 | 60.93 | - |
| YUV | 159.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 162 | 202 | 0.32 | 0.20 | 0 | 0.21 | 216.92 | 0.38 | 0.66 |
| Hex | 89 | A2 | CA | 20 | 14 | 0 | 15 | D9 | 26 | 42 |
| Octal | 211 | 242 | 312 | 40 | 24 | 0 | 25 | 331 | 46 | 102 |
| Binary | 10001001 | 10100010 | 11001010 | 100000 | 10100 | 0 | 10101 | 11011001 | 100110 | 1000010 |
Color Harmonies of #89A2CA
Complementary color
Monochromatic Colors of #89A2CA
Black with #89A2CA
Text Example
Text Example
White with #89A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A2CA; }
p { color: rgb(137,162,202); }
H1.HeaderClassName
{
color: #89A2CA;
}
.AnyTagClassName
{
color: #89A2CA;
}
</style>
background-color css
<style>
a { background-color: #89A2CA; }
a { background-color: rgb(137,162,202); }
div.DivClassName
{
background-color: #89A2CA;
}
.BgClassName
{
background-color: #89A2CA;
}
</style>
border-color css
<style>
span { border-color: #89A2CA; }
span { border-color: rgb(137,162,202); }
td.TdClassName
{
border-color: #89A2CA;
}
.TagClassName
{
border-color: #89A2CA;
}
</style>