Shades of Polo Blue #89A2D5
Tints of Polo Blue #89A2D5
RGB
CMYK
RGB Variations
Color information
#89A2D5 (or 0x89A2D5) is known color: Polo Blue. HEX triplet: 89, A2 and D5. RGB value is (137,162,213). Sum of RGB (Red+Green+Blue) = 137+162+213=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #89A2D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A2D5 is #765D2A. Grayscale: #A0A0A0. Windows color (decimal): -7757099 or 14000777. OLE color: 14000777.
HSL color Cylindrical-coordinate representation of color #89A2D5: hue angle of 220.26º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89A2D5 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 162 | 213 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.16 |
| HSL | 220.26º | 0.48% | 0.69% | - |
| HSV(B) | 220.26º | 0.36% | 0.84% | - |
| XYZ | 35.25 | 35.96 | 68.03 | - |
| YUV | 160.34 | 157.72 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 162 | 213 | 0.36 | 0.24 | 0 | 0.16 | 220.26 | 0.48 | 0.69 |
| Hex | 89 | A2 | D5 | 24 | 18 | 0 | 10 | DC | 30 | 45 |
| Octal | 211 | 242 | 325 | 44 | 30 | 0 | 20 | 334 | 60 | 105 |
| Binary | 10001001 | 10100010 | 11010101 | 100100 | 11000 | 0 | 10000 | 11011100 | 110000 | 1000101 |
Color Harmonies of #89A2D5
Complementary color
Monochromatic Colors of #89A2D5
Black with #89A2D5
Text Example
Text Example
White with #89A2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A2D5; }
p { color: rgb(137,162,213); }
H1.HeaderClassName
{
color: #89A2D5;
}
.AnyTagClassName
{
color: #89A2D5;
}
</style>
background-color css
<style>
a { background-color: #89A2D5; }
a { background-color: rgb(137,162,213); }
div.DivClassName
{
background-color: #89A2D5;
}
.BgClassName
{
background-color: #89A2D5;
}
</style>
border-color css
<style>
span { border-color: #89A2D5; }
span { border-color: rgb(137,162,213); }
td.TdClassName
{
border-color: #89A2D5;
}
.TagClassName
{
border-color: #89A2D5;
}
</style>