Shades of Polo Blue #84A5CC
Tints of Polo Blue #84A5CC
RGB
CMYK
RGB Variations
Color information
#84A5CC (or 0x84A5CC) is known color: Polo Blue. HEX triplet: 84, A5 and CC. RGB value is (132,165,204). Sum of RGB (Red+Green+Blue) = 132+165+204=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #84A5CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A5CC is #7B5A33. Grayscale: #9F9F9F. Windows color (decimal): -8084020 or 13411716. OLE color: 13411716.
HSL color Cylindrical-coordinate representation of color #84A5CC: hue angle of 212.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84A5CC is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 165 | 204 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.2 |
| HSL | 212.5º | 0.41% | 0.66% | - |
| HSV(B) | 212.5º | 0.35% | 0.8% | - |
| XYZ | 33.87 | 36.18 | 62.32 | - |
| YUV | 159.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 204 | 0.35 | 0.19 | 0 | 0.2 | 212.5 | 0.41 | 0.66 |
| Hex | 84 | A5 | CC | 23 | 13 | 0 | 14 | D4 | 29 | 42 |
| Octal | 204 | 245 | 314 | 43 | 23 | 0 | 24 | 324 | 51 | 102 |
| Binary | 10000100 | 10100101 | 11001100 | 100011 | 10011 | 0 | 10100 | 11010100 | 101001 | 1000010 |
Color Harmonies of #84A5CC
Complementary color
Monochromatic Colors of #84A5CC
Black with #84A5CC
Text Example
Text Example
White with #84A5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A5CC; }
p { color: rgb(132,165,204); }
H1.HeaderClassName
{
color: #84A5CC;
}
.AnyTagClassName
{
color: #84A5CC;
}
</style>
background-color css
<style>
a { background-color: #84A5CC; }
a { background-color: rgb(132,165,204); }
div.DivClassName
{
background-color: #84A5CC;
}
.BgClassName
{
background-color: #84A5CC;
}
</style>
border-color css
<style>
span { border-color: #84A5CC; }
span { border-color: rgb(132,165,204); }
td.TdClassName
{
border-color: #84A5CC;
}
.TagClassName
{
border-color: #84A5CC;
}
</style>