Shades of Polo Blue #829EC1
Tints of Polo Blue #829EC1
RGB
CMYK
RGB Variations
Color information
#829EC1 (or 0x829EC1) is known color: Polo Blue. HEX triplet: 82, 9E and C1. RGB value is (130,158,193). Sum of RGB (Red+Green+Blue) = 130+158+193=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #829EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EC1 is #7D613E. Grayscale: #999999. Windows color (decimal): -8216895 or 12689026. OLE color: 12689026.
HSL color Cylindrical-coordinate representation of color #829EC1: hue angle of 213.33º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #829EC1 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 158 | 193 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.24 |
| HSL | 213.33º | 0.34% | 0.63% | - |
| HSV(B) | 213.33º | 0.33% | 0.76% | - |
| XYZ | 31.06 | 33.05 | 55.19 | - |
| YUV | 153.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 193 | 0.33 | 0.18 | 0 | 0.24 | 213.33 | 0.34 | 0.63 |
| Hex | 82 | 9E | C1 | 21 | 12 | 0 | 18 | D5 | 22 | 3F |
| Octal | 202 | 236 | 301 | 41 | 22 | 0 | 30 | 325 | 42 | 77 |
| Binary | 10000010 | 10011110 | 11000001 | 100001 | 10010 | 0 | 11000 | 11010101 | 100010 | 111111 |
Color Harmonies of #829EC1
Complementary color
Monochromatic Colors of #829EC1
Black with #829EC1
Text Example
Text Example
White with #829EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829EC1; }
p { color: rgb(130,158,193); }
H1.HeaderClassName
{
color: #829EC1;
}
.AnyTagClassName
{
color: #829EC1;
}
</style>
background-color css
<style>
a { background-color: #829EC1; }
a { background-color: rgb(130,158,193); }
div.DivClassName
{
background-color: #829EC1;
}
.BgClassName
{
background-color: #829EC1;
}
</style>
border-color css
<style>
span { border-color: #829EC1; }
span { border-color: rgb(130,158,193); }
td.TdClassName
{
border-color: #829EC1;
}
.TagClassName
{
border-color: #829EC1;
}
</style>