Shades of Polo Blue #84A1CD
Tints of Polo Blue #84A1CD
RGB
CMYK
RGB Variations
Color information
#84A1CD (or 0x84A1CD) is known color: Polo Blue. HEX triplet: 84, A1 and CD. RGB value is (132,161,205). Sum of RGB (Red+Green+Blue) = 132+161+205=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #84A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A1CD is #7B5E32. Grayscale: #9D9D9D. Windows color (decimal): -8085043 or 13476228. OLE color: 13476228.
HSL color Cylindrical-coordinate representation of color #84A1CD: hue angle of 216.16º 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 #84A1CD is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 161 | 205 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.20 |
| HSL | 216.16º | 0.42% | 0.66% | - |
| HSV(B) | 216.16º | 0.36% | 0.8% | - |
| XYZ | 33.28 | 34.8 | 62.72 | - |
| YUV | 157.35 | 154.89 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 205 | 0.36 | 0.21 | 0 | 0.20 | 216.16 | 0.42 | 0.66 |
| Hex | 84 | A1 | CD | 24 | 15 | 0 | 14 | D8 | 2A | 42 |
| Octal | 204 | 241 | 315 | 44 | 25 | 0 | 24 | 330 | 52 | 102 |
| Binary | 10000100 | 10100001 | 11001101 | 100100 | 10101 | 0 | 10100 | 11011000 | 101010 | 1000010 |
Color Harmonies of #84A1CD
Complementary color
Monochromatic Colors of #84A1CD
Black with #84A1CD
Text Example
Text Example
White with #84A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A1CD; }
p { color: rgb(132,161,205); }
H1.HeaderClassName
{
color: #84A1CD;
}
.AnyTagClassName
{
color: #84A1CD;
}
</style>
background-color css
<style>
a { background-color: #84A1CD; }
a { background-color: rgb(132,161,205); }
div.DivClassName
{
background-color: #84A1CD;
}
.BgClassName
{
background-color: #84A1CD;
}
</style>
border-color css
<style>
span { border-color: #84A1CD; }
span { border-color: rgb(132,161,205); }
td.TdClassName
{
border-color: #84A1CD;
}
.TagClassName
{
border-color: #84A1CD;
}
</style>