Shades of Polo Blue #829FC7
Tints of Polo Blue #829FC7
RGB
CMYK
RGB Variations
Color information
#829FC7 (or 0x829FC7) is known color: Polo Blue. HEX triplet: 82, 9F and C7. RGB value is (130,159,199). Sum of RGB (Red+Green+Blue) = 130+159+199=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 199 - color contains mainly: blue. Hex color #829FC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FC7 is #7D6038. Grayscale: #9A9A9A. Windows color (decimal): -8216633 or 13082498. OLE color: 13082498.
HSL color Cylindrical-coordinate representation of color #829FC7: hue angle of 214.78º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #829FC7 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 159 | 199 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.22 |
| HSL | 214.78º | 0.38% | 0.65% | - |
| HSV(B) | 214.78º | 0.35% | 0.78% | - |
| XYZ | 31.91 | 33.67 | 58.85 | - |
| YUV | 154.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 199 | 0.35 | 0.20 | 0 | 0.22 | 214.78 | 0.38 | 0.65 |
| Hex | 82 | 9F | C7 | 23 | 14 | 0 | 16 | D7 | 26 | 41 |
| Octal | 202 | 237 | 307 | 43 | 24 | 0 | 26 | 327 | 46 | 101 |
| Binary | 10000010 | 10011111 | 11000111 | 100011 | 10100 | 0 | 10110 | 11010111 | 100110 | 1000001 |
Color Harmonies of #829FC7
Complementary color
Monochromatic Colors of #829FC7
Black with #829FC7
Text Example
Text Example
White with #829FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829FC7; }
p { color: rgb(130,159,199); }
H1.HeaderClassName
{
color: #829FC7;
}
.AnyTagClassName
{
color: #829FC7;
}
</style>
background-color css
<style>
a { background-color: #829FC7; }
a { background-color: rgb(130,159,199); }
div.DivClassName
{
background-color: #829FC7;
}
.BgClassName
{
background-color: #829FC7;
}
</style>
border-color css
<style>
span { border-color: #829FC7; }
span { border-color: rgb(130,159,199); }
td.TdClassName
{
border-color: #829FC7;
}
.TagClassName
{
border-color: #829FC7;
}
</style>