Shades of Polo Blue #84A8CD
Tints of Polo Blue #84A8CD
RGB
CMYK
RGB Variations
Color information
#84A8CD (or 0x84A8CD) is known color: Polo Blue. HEX triplet: 84, A8 and CD. RGB value is (132,168,205). Sum of RGB (Red+Green+Blue) = 132+168+205=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #84A8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A8CD is #7B5732. Grayscale: #A1A1A1. Windows color (decimal): -8083251 or 13478020. OLE color: 13478020.
HSL color Cylindrical-coordinate representation of color #84A8CD: hue angle of 210.41º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84A8CD is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 168 | 205 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.20 |
| HSL | 210.41º | 0.42% | 0.66% | - |
| HSV(B) | 210.41º | 0.36% | 0.8% | - |
| XYZ | 34.54 | 37.32 | 63.14 | - |
| YUV | 161.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 205 | 0.36 | 0.18 | 0 | 0.20 | 210.41 | 0.42 | 0.66 |
| Hex | 84 | A8 | CD | 24 | 12 | 0 | 14 | D2 | 2A | 42 |
| Octal | 204 | 250 | 315 | 44 | 22 | 0 | 24 | 322 | 52 | 102 |
| Binary | 10000100 | 10101000 | 11001101 | 100100 | 10010 | 0 | 10100 | 11010010 | 101010 | 1000010 |
Color Harmonies of #84A8CD
Complementary color
Monochromatic Colors of #84A8CD
Black with #84A8CD
Text Example
Text Example
White with #84A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A8CD; }
p { color: rgb(132,168,205); }
H1.HeaderClassName
{
color: #84A8CD;
}
.AnyTagClassName
{
color: #84A8CD;
}
</style>
background-color css
<style>
a { background-color: #84A8CD; }
a { background-color: rgb(132,168,205); }
div.DivClassName
{
background-color: #84A8CD;
}
.BgClassName
{
background-color: #84A8CD;
}
</style>
border-color css
<style>
span { border-color: #84A8CD; }
span { border-color: rgb(132,168,205); }
td.TdClassName
{
border-color: #84A8CD;
}
.TagClassName
{
border-color: #84A8CD;
}
</style>