Shades of Polo Blue #89A3C0
Tints of Polo Blue #89A3C0
RGB
CMYK
RGB Variations
Color information
#89A3C0 (or 0x89A3C0) is known color: Polo Blue. HEX triplet: 89, A3 and C0. RGB value is (137,163,192). Sum of RGB (Red+Green+Blue) = 137+163+192=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #89A3C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A3C0 is #765C3F. Grayscale: #9E9E9E. Windows color (decimal): -7756864 or 12624777. OLE color: 12624777.
HSL color Cylindrical-coordinate representation of color #89A3C0: hue angle of 211.64º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89A3C0 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 163 | 192 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.25 |
| HSL | 211.64º | 0.3% | 0.65% | - |
| HSV(B) | 211.64º | 0.29% | 0.75% | - |
| XYZ | 32.93 | 35.32 | 54.95 | - |
| YUV | 158.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 163 | 192 | 0.29 | 0.15 | 0 | 0.25 | 211.64 | 0.3 | 0.65 |
| Hex | 89 | A3 | C0 | 1D | F | 0 | 19 | D4 | 1E | 41 |
| Octal | 211 | 243 | 300 | 35 | 17 | 0 | 31 | 324 | 36 | 101 |
| Binary | 10001001 | 10100011 | 11000000 | 11101 | 1111 | 0 | 11001 | 11010100 | 11110 | 1000001 |
Color Harmonies of #89A3C0
Complementary color
Monochromatic Colors of #89A3C0
Black with #89A3C0
Text Example
Text Example
White with #89A3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A3C0; }
p { color: rgb(137,163,192); }
H1.HeaderClassName
{
color: #89A3C0;
}
.AnyTagClassName
{
color: #89A3C0;
}
</style>
background-color css
<style>
a { background-color: #89A3C0; }
a { background-color: rgb(137,163,192); }
div.DivClassName
{
background-color: #89A3C0;
}
.BgClassName
{
background-color: #89A3C0;
}
</style>
border-color css
<style>
span { border-color: #89A3C0; }
span { border-color: rgb(137,163,192); }
td.TdClassName
{
border-color: #89A3C0;
}
.TagClassName
{
border-color: #89A3C0;
}
</style>