Shades of Polo Blue #82A3CF
Tints of Polo Blue #82A3CF
RGB
CMYK
RGB Variations
Color information
#82A3CF (or 0x82A3CF) is known color: Polo Blue. HEX triplet: 82, A3 and CF. RGB value is (130,163,207). Sum of RGB (Red+Green+Blue) = 130+163+207=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #82A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A3CF is #7D5C30. Grayscale: #9D9D9D. Windows color (decimal): -8215601 or 13607810. OLE color: 13607810.
HSL color Cylindrical-coordinate representation of color #82A3CF: hue angle of 214.29º degrees, saturation: 0.45, 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 #82A3CF is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 163 | 207 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.19 |
| HSL | 214.29º | 0.45% | 0.66% | - |
| HSV(B) | 214.29º | 0.37% | 0.81% | - |
| XYZ | 33.57 | 35.45 | 64.1 | - |
| YUV | 158.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 163 | 207 | 0.37 | 0.21 | 0 | 0.19 | 214.29 | 0.45 | 0.66 |
| Hex | 82 | A3 | CF | 25 | 15 | 0 | 13 | D6 | 2D | 42 |
| Octal | 202 | 243 | 317 | 45 | 25 | 0 | 23 | 326 | 55 | 102 |
| Binary | 10000010 | 10100011 | 11001111 | 100101 | 10101 | 0 | 10011 | 11010110 | 101101 | 1000010 |
Color Harmonies of #82A3CF
Complementary color
Monochromatic Colors of #82A3CF
Black with #82A3CF
Text Example
Text Example
White with #82A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A3CF; }
p { color: rgb(130,163,207); }
H1.HeaderClassName
{
color: #82A3CF;
}
.AnyTagClassName
{
color: #82A3CF;
}
</style>
background-color css
<style>
a { background-color: #82A3CF; }
a { background-color: rgb(130,163,207); }
div.DivClassName
{
background-color: #82A3CF;
}
.BgClassName
{
background-color: #82A3CF;
}
</style>
border-color css
<style>
span { border-color: #82A3CF; }
span { border-color: rgb(130,163,207); }
td.TdClassName
{
border-color: #82A3CF;
}
.TagClassName
{
border-color: #82A3CF;
}
</style>