Shades of Polo Blue #84A9CA
Tints of Polo Blue #84A9CA
RGB
CMYK
RGB Variations
Color information
#84A9CA (or 0x84A9CA) is known color: Polo Blue. HEX triplet: 84, A9 and CA. RGB value is (132,169,202). Sum of RGB (Red+Green+Blue) = 132+169+202=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #84A9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A9CA is #7B5635. Grayscale: #A1A1A1. Windows color (decimal): -8082998 or 13281668. OLE color: 13281668.
HSL color Cylindrical-coordinate representation of color #84A9CA: hue angle of 208.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84A9CA is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 169 | 202 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.21 |
| HSL | 208.29º | 0.4% | 0.65% | - |
| HSV(B) | 208.29º | 0.35% | 0.79% | - |
| XYZ | 34.36 | 37.55 | 61.31 | - |
| YUV | 161.7 | 150.74 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 202 | 0.35 | 0.16 | 0 | 0.21 | 208.29 | 0.4 | 0.65 |
| Hex | 84 | A9 | CA | 23 | 10 | 0 | 15 | D0 | 28 | 41 |
| Octal | 204 | 251 | 312 | 43 | 20 | 0 | 25 | 320 | 50 | 101 |
| Binary | 10000100 | 10101001 | 11001010 | 100011 | 10000 | 0 | 10101 | 11010000 | 101000 | 1000001 |
Color Harmonies of #84A9CA
Complementary color
Monochromatic Colors of #84A9CA
Black with #84A9CA
Text Example
Text Example
White with #84A9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A9CA; }
p { color: rgb(132,169,202); }
H1.HeaderClassName
{
color: #84A9CA;
}
.AnyTagClassName
{
color: #84A9CA;
}
</style>
background-color css
<style>
a { background-color: #84A9CA; }
a { background-color: rgb(132,169,202); }
div.DivClassName
{
background-color: #84A9CA;
}
.BgClassName
{
background-color: #84A9CA;
}
</style>
border-color css
<style>
span { border-color: #84A9CA; }
span { border-color: rgb(132,169,202); }
td.TdClassName
{
border-color: #84A9CA;
}
.TagClassName
{
border-color: #84A9CA;
}
</style>