Shades of Polo Blue #829DC2
Tints of Polo Blue #829DC2
RGB
CMYK
RGB Variations
Color information
#829DC2 (or 0x829DC2) is known color: Polo Blue. HEX triplet: 82, 9D and C2. RGB value is (130,157,194). Sum of RGB (Red+Green+Blue) = 130+157+194=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #829DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DC2 is #7D623D. Grayscale: #989898. Windows color (decimal): -8217150 or 12754306. OLE color: 12754306.
HSL color Cylindrical-coordinate representation of color #829DC2: hue angle of 214.69º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #829DC2 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 157 | 194 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.24 |
| HSL | 214.69º | 0.34% | 0.64% | - |
| HSV(B) | 214.69º | 0.33% | 0.76% | - |
| XYZ | 31 | 32.75 | 55.73 | - |
| YUV | 153.15 | 151.05 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 194 | 0.33 | 0.19 | 0 | 0.24 | 214.69 | 0.34 | 0.64 |
| Hex | 82 | 9D | C2 | 21 | 13 | 0 | 18 | D7 | 22 | 40 |
| Octal | 202 | 235 | 302 | 41 | 23 | 0 | 30 | 327 | 42 | 100 |
| Binary | 10000010 | 10011101 | 11000010 | 100001 | 10011 | 0 | 11000 | 11010111 | 100010 | 1000000 |
Color Harmonies of #829DC2
Complementary color
Monochromatic Colors of #829DC2
Black with #829DC2
Text Example
Text Example
White with #829DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DC2; }
p { color: rgb(130,157,194); }
H1.HeaderClassName
{
color: #829DC2;
}
.AnyTagClassName
{
color: #829DC2;
}
</style>
background-color css
<style>
a { background-color: #829DC2; }
a { background-color: rgb(130,157,194); }
div.DivClassName
{
background-color: #829DC2;
}
.BgClassName
{
background-color: #829DC2;
}
</style>
border-color css
<style>
span { border-color: #829DC2; }
span { border-color: rgb(130,157,194); }
td.TdClassName
{
border-color: #829DC2;
}
.TagClassName
{
border-color: #829DC2;
}
</style>