Shades of Polo Blue #82A5CC
Tints of Polo Blue #82A5CC
RGB
CMYK
RGB Variations
Color information
#82A5CC (or 0x82A5CC) is known color: Polo Blue. HEX triplet: 82, A5 and CC. RGB value is (130,165,204). Sum of RGB (Red+Green+Blue) = 130+165+204=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #82A5CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A5CC is #7D5A33. Grayscale: #9E9E9E. Windows color (decimal): -8215092 or 13411714. OLE color: 13411714.
HSL color Cylindrical-coordinate representation of color #82A5CC: hue angle of 211.62º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82A5CC is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 165 | 204 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.2 |
| HSL | 211.62º | 0.42% | 0.65% | - |
| HSV(B) | 211.62º | 0.36% | 0.8% | - |
| XYZ | 33.56 | 36.02 | 62.31 | - |
| YUV | 158.98 | 153.4 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 165 | 204 | 0.36 | 0.19 | 0 | 0.2 | 211.62 | 0.42 | 0.65 |
| Hex | 82 | A5 | CC | 24 | 13 | 0 | 14 | D4 | 2A | 41 |
| Octal | 202 | 245 | 314 | 44 | 23 | 0 | 24 | 324 | 52 | 101 |
| Binary | 10000010 | 10100101 | 11001100 | 100100 | 10011 | 0 | 10100 | 11010100 | 101010 | 1000001 |
Color Harmonies of #82A5CC
Complementary color
Monochromatic Colors of #82A5CC
Black with #82A5CC
Text Example
Text Example
White with #82A5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A5CC; }
p { color: rgb(130,165,204); }
H1.HeaderClassName
{
color: #82A5CC;
}
.AnyTagClassName
{
color: #82A5CC;
}
</style>
background-color css
<style>
a { background-color: #82A5CC; }
a { background-color: rgb(130,165,204); }
div.DivClassName
{
background-color: #82A5CC;
}
.BgClassName
{
background-color: #82A5CC;
}
</style>
border-color css
<style>
span { border-color: #82A5CC; }
span { border-color: rgb(130,165,204); }
td.TdClassName
{
border-color: #82A5CC;
}
.TagClassName
{
border-color: #82A5CC;
}
</style>