Shades of Polo Blue #82A5D7
Tints of Polo Blue #82A5D7
RGB
CMYK
RGB Variations
Color information
#82A5D7 (or 0x82A5D7) is known color: Polo Blue. HEX triplet: 82, A5 and D7. RGB value is (130,165,215). Sum of RGB (Red+Green+Blue) = 130+165+215=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #82A5D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A5D7 is #7D5A28. Grayscale: #A0A0A0. Windows color (decimal): -8215081 or 14132610. OLE color: 14132610.
HSL color Cylindrical-coordinate representation of color #82A5D7: hue angle of 215.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82A5D7 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 165 | 215 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.16 |
| HSL | 215.29º | 0.52% | 0.68% | - |
| HSV(B) | 215.29º | 0.4% | 0.84% | - |
| XYZ | 34.93 | 36.56 | 69.51 | - |
| YUV | 160.24 | 158.9 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 165 | 215 | 0.40 | 0.23 | 0 | 0.16 | 215.29 | 0.52 | 0.68 |
| Hex | 82 | A5 | D7 | 28 | 17 | 0 | 10 | D7 | 34 | 44 |
| Octal | 202 | 245 | 327 | 50 | 27 | 0 | 20 | 327 | 64 | 104 |
| Binary | 10000010 | 10100101 | 11010111 | 101000 | 10111 | 0 | 10000 | 11010111 | 110100 | 1000100 |
Color Harmonies of #82A5D7
Complementary color
Monochromatic Colors of #82A5D7
Black with #82A5D7
Text Example
Text Example
White with #82A5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A5D7; }
p { color: rgb(130,165,215); }
H1.HeaderClassName
{
color: #82A5D7;
}
.AnyTagClassName
{
color: #82A5D7;
}
</style>
background-color css
<style>
a { background-color: #82A5D7; }
a { background-color: rgb(130,165,215); }
div.DivClassName
{
background-color: #82A5D7;
}
.BgClassName
{
background-color: #82A5D7;
}
</style>
border-color css
<style>
span { border-color: #82A5D7; }
span { border-color: rgb(130,165,215); }
td.TdClassName
{
border-color: #82A5D7;
}
.TagClassName
{
border-color: #82A5D7;
}
</style>