Shades of Polo Blue #829EC2
Tints of Polo Blue #829EC2
RGB
CMYK
RGB Variations
Color information
#829EC2 (or 0x829EC2) is known color: Polo Blue. HEX triplet: 82, 9E and C2. RGB value is (130,158,194). Sum of RGB (Red+Green+Blue) = 130+158+194=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #829EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EC2 is #7D613D. Grayscale: #999999. Windows color (decimal): -8216894 or 12754562. OLE color: 12754562.
HSL color Cylindrical-coordinate representation of color #829EC2: hue angle of 213.75º 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 #829EC2 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 158 | 194 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.24 |
| HSL | 213.75º | 0.34% | 0.64% | - |
| HSV(B) | 213.75º | 0.33% | 0.76% | - |
| XYZ | 31.17 | 33.09 | 55.78 | - |
| YUV | 153.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 194 | 0.33 | 0.19 | 0 | 0.24 | 213.75 | 0.34 | 0.64 |
| Hex | 82 | 9E | C2 | 21 | 13 | 0 | 18 | D6 | 22 | 40 |
| Octal | 202 | 236 | 302 | 41 | 23 | 0 | 30 | 326 | 42 | 100 |
| Binary | 10000010 | 10011110 | 11000010 | 100001 | 10011 | 0 | 11000 | 11010110 | 100010 | 1000000 |
Color Harmonies of #829EC2
Complementary color
Monochromatic Colors of #829EC2
Black with #829EC2
Text Example
Text Example
White with #829EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829EC2; }
p { color: rgb(130,158,194); }
H1.HeaderClassName
{
color: #829EC2;
}
.AnyTagClassName
{
color: #829EC2;
}
</style>
background-color css
<style>
a { background-color: #829EC2; }
a { background-color: rgb(130,158,194); }
div.DivClassName
{
background-color: #829EC2;
}
.BgClassName
{
background-color: #829EC2;
}
</style>
border-color css
<style>
span { border-color: #829EC2; }
span { border-color: rgb(130,158,194); }
td.TdClassName
{
border-color: #829EC2;
}
.TagClassName
{
border-color: #829EC2;
}
</style>