Shades of Polo Blue #84A3C4
Tints of Polo Blue #84A3C4
RGB
CMYK
RGB Variations
Color information
#84A3C4 (or 0x84A3C4) is known color: Polo Blue. HEX triplet: 84, A3 and C4. RGB value is (132,163,196). Sum of RGB (Red+Green+Blue) = 132+163+196=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 196 - color contains mainly: blue. Hex color #84A3C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A3C4 is #7B5C3B. Grayscale: #9D9D9D. Windows color (decimal): -8084540 or 12886916. OLE color: 12886916.
HSL color Cylindrical-coordinate representation of color #84A3C4: hue angle of 210.94º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84A3C4 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 163 | 196 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.23 |
| HSL | 210.94º | 0.35% | 0.64% | - |
| HSV(B) | 210.94º | 0.33% | 0.77% | - |
| XYZ | 32.58 | 35.09 | 57.28 | - |
| YUV | 157.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 196 | 0.33 | 0.17 | 0 | 0.23 | 210.94 | 0.35 | 0.64 |
| Hex | 84 | A3 | C4 | 21 | 11 | 0 | 17 | D3 | 23 | 40 |
| Octal | 204 | 243 | 304 | 41 | 21 | 0 | 27 | 323 | 43 | 100 |
| Binary | 10000100 | 10100011 | 11000100 | 100001 | 10001 | 0 | 10111 | 11010011 | 100011 | 1000000 |
Color Harmonies of #84A3C4
Complementary color
Monochromatic Colors of #84A3C4
Black with #84A3C4
Text Example
Text Example
White with #84A3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A3C4; }
p { color: rgb(132,163,196); }
H1.HeaderClassName
{
color: #84A3C4;
}
.AnyTagClassName
{
color: #84A3C4;
}
</style>
background-color css
<style>
a { background-color: #84A3C4; }
a { background-color: rgb(132,163,196); }
div.DivClassName
{
background-color: #84A3C4;
}
.BgClassName
{
background-color: #84A3C4;
}
</style>
border-color css
<style>
span { border-color: #84A3C4; }
span { border-color: rgb(132,163,196); }
td.TdClassName
{
border-color: #84A3C4;
}
.TagClassName
{
border-color: #84A3C4;
}
</style>