Shades of Polo Blue #82A8CA
Tints of Polo Blue #82A8CA
RGB
CMYK
RGB Variations
Color information
#82A8CA (or 0x82A8CA) is known color: Polo Blue. HEX triplet: 82, A8 and CA. RGB value is (130,168,202). Sum of RGB (Red+Green+Blue) = 130+168+202=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #82A8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A8CA is #7D5735. Grayscale: #A0A0A0. Windows color (decimal): -8214326 or 13281410. OLE color: 13281410.
HSL color Cylindrical-coordinate representation of color #82A8CA: hue angle of 208.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82A8CA is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 168 | 202 | - |
| CMYK | 0.36 | 0.17 | 0 | 0.21 |
| HSL | 208.33º | 0.4% | 0.65% | - |
| HSV(B) | 208.33º | 0.36% | 0.79% | - |
| XYZ | 33.87 | 37.02 | 61.24 | - |
| YUV | 160.51 | 151.41 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 202 | 0.36 | 0.17 | 0 | 0.21 | 208.33 | 0.4 | 0.65 |
| Hex | 82 | A8 | CA | 24 | 11 | 0 | 15 | D0 | 28 | 41 |
| Octal | 202 | 250 | 312 | 44 | 21 | 0 | 25 | 320 | 50 | 101 |
| Binary | 10000010 | 10101000 | 11001010 | 100100 | 10001 | 0 | 10101 | 11010000 | 101000 | 1000001 |
Color Harmonies of #82A8CA
Complementary color
Monochromatic Colors of #82A8CA
Black with #82A8CA
Text Example
Text Example
White with #82A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A8CA; }
p { color: rgb(130,168,202); }
H1.HeaderClassName
{
color: #82A8CA;
}
.AnyTagClassName
{
color: #82A8CA;
}
</style>
background-color css
<style>
a { background-color: #82A8CA; }
a { background-color: rgb(130,168,202); }
div.DivClassName
{
background-color: #82A8CA;
}
.BgClassName
{
background-color: #82A8CA;
}
</style>
border-color css
<style>
span { border-color: #82A8CA; }
span { border-color: rgb(130,168,202); }
td.TdClassName
{
border-color: #82A8CA;
}
.TagClassName
{
border-color: #82A8CA;
}
</style>