Shades of Polo Blue #82A4CE
Tints of Polo Blue #82A4CE
RGB
CMYK
RGB Variations
Color information
#82A4CE (or 0x82A4CE) is known color: Polo Blue. HEX triplet: 82, A4 and CE. RGB value is (130,164,206). Sum of RGB (Red+Green+Blue) = 130+164+206=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #82A4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A4CE is #7D5B31. Grayscale: #9E9E9E. Windows color (decimal): -8215346 or 13542530. OLE color: 13542530.
HSL color Cylindrical-coordinate representation of color #82A4CE: hue angle of 213.16º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82A4CE is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 164 | 206 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.19 |
| HSL | 213.16º | 0.44% | 0.66% | - |
| HSV(B) | 213.16º | 0.37% | 0.81% | - |
| XYZ | 33.62 | 35.75 | 63.52 | - |
| YUV | 158.62 | 154.74 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 164 | 206 | 0.37 | 0.20 | 0 | 0.19 | 213.16 | 0.44 | 0.66 |
| Hex | 82 | A4 | CE | 25 | 14 | 0 | 13 | D5 | 2C | 42 |
| Octal | 202 | 244 | 316 | 45 | 24 | 0 | 23 | 325 | 54 | 102 |
| Binary | 10000010 | 10100100 | 11001110 | 100101 | 10100 | 0 | 10011 | 11010101 | 101100 | 1000010 |
Color Harmonies of #82A4CE
Complementary color
Monochromatic Colors of #82A4CE
Black with #82A4CE
Text Example
Text Example
White with #82A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A4CE; }
p { color: rgb(130,164,206); }
H1.HeaderClassName
{
color: #82A4CE;
}
.AnyTagClassName
{
color: #82A4CE;
}
</style>
background-color css
<style>
a { background-color: #82A4CE; }
a { background-color: rgb(130,164,206); }
div.DivClassName
{
background-color: #82A4CE;
}
.BgClassName
{
background-color: #82A4CE;
}
</style>
border-color css
<style>
span { border-color: #82A4CE; }
span { border-color: rgb(130,164,206); }
td.TdClassName
{
border-color: #82A4CE;
}
.TagClassName
{
border-color: #82A4CE;
}
</style>