Shades of Polo Blue #82A0D1
Tints of Polo Blue #82A0D1
RGB
CMYK
RGB Variations
Color information
#82A0D1 (or 0x82A0D1) is known color: Polo Blue. HEX triplet: 82, A0 and D1. RGB value is (130,160,209). Sum of RGB (Red+Green+Blue) = 130+160+209=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #82A0D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A0D1 is #7D5F2E. Grayscale: #9C9C9C. Windows color (decimal): -8216367 or 13738114. OLE color: 13738114.
HSL color Cylindrical-coordinate representation of color #82A0D1: hue angle of 217.22º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82A0D1 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 160 | 209 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.18 |
| HSL | 217.22º | 0.46% | 0.66% | - |
| HSV(B) | 217.22º | 0.38% | 0.82% | - |
| XYZ | 33.29 | 34.49 | 65.22 | - |
| YUV | 156.62 | 157.56 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 160 | 209 | 0.38 | 0.23 | 0 | 0.18 | 217.22 | 0.46 | 0.66 |
| Hex | 82 | A0 | D1 | 26 | 17 | 0 | 12 | D9 | 2E | 42 |
| Octal | 202 | 240 | 321 | 46 | 27 | 0 | 22 | 331 | 56 | 102 |
| Binary | 10000010 | 10100000 | 11010001 | 100110 | 10111 | 0 | 10010 | 11011001 | 101110 | 1000010 |
Color Harmonies of #82A0D1
Complementary color
Monochromatic Colors of #82A0D1
Black with #82A0D1
Text Example
Text Example
White with #82A0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A0D1; }
p { color: rgb(130,160,209); }
H1.HeaderClassName
{
color: #82A0D1;
}
.AnyTagClassName
{
color: #82A0D1;
}
</style>
background-color css
<style>
a { background-color: #82A0D1; }
a { background-color: rgb(130,160,209); }
div.DivClassName
{
background-color: #82A0D1;
}
.BgClassName
{
background-color: #82A0D1;
}
</style>
border-color css
<style>
span { border-color: #82A0D1; }
span { border-color: rgb(130,160,209); }
td.TdClassName
{
border-color: #82A0D1;
}
.TagClassName
{
border-color: #82A0D1;
}
</style>