Shades of Polo Blue #829FC6
Tints of Polo Blue #829FC6
RGB
CMYK
RGB Variations
Color information
#829FC6 (or 0x829FC6) is known color: Polo Blue. HEX triplet: 82, 9F and C6. RGB value is (130,159,198). Sum of RGB (Red+Green+Blue) = 130+159+198=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #829FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FC6 is #7D6039. Grayscale: #9A9A9A. Windows color (decimal): -8216634 or 13016962. OLE color: 13016962.
HSL color Cylindrical-coordinate representation of color #829FC6: hue angle of 214.41º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #829FC6 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 159 | 198 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.22 |
| HSL | 214.41º | 0.37% | 0.64% | - |
| HSV(B) | 214.41º | 0.34% | 0.78% | - |
| XYZ | 31.8 | 33.62 | 58.24 | - |
| YUV | 154.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 198 | 0.34 | 0.20 | 0 | 0.22 | 214.41 | 0.37 | 0.64 |
| Hex | 82 | 9F | C6 | 22 | 14 | 0 | 16 | D6 | 25 | 40 |
| Octal | 202 | 237 | 306 | 42 | 24 | 0 | 26 | 326 | 45 | 100 |
| Binary | 10000010 | 10011111 | 11000110 | 100010 | 10100 | 0 | 10110 | 11010110 | 100101 | 1000000 |
Color Harmonies of #829FC6
Complementary color
Monochromatic Colors of #829FC6
Black with #829FC6
Text Example
Text Example
White with #829FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829FC6; }
p { color: rgb(130,159,198); }
H1.HeaderClassName
{
color: #829FC6;
}
.AnyTagClassName
{
color: #829FC6;
}
</style>
background-color css
<style>
a { background-color: #829FC6; }
a { background-color: rgb(130,159,198); }
div.DivClassName
{
background-color: #829FC6;
}
.BgClassName
{
background-color: #829FC6;
}
</style>
border-color css
<style>
span { border-color: #829FC6; }
span { border-color: rgb(130,159,198); }
td.TdClassName
{
border-color: #829FC6;
}
.TagClassName
{
border-color: #829FC6;
}
</style>