Shades of Polo Blue #829FCA
Tints of Polo Blue #829FCA
RGB
CMYK
RGB Variations
Color information
#829FCA (or 0x829FCA) is known color: Polo Blue. HEX triplet: 82, 9F and CA. RGB value is (130,159,202). Sum of RGB (Red+Green+Blue) = 130+159+202=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #829FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FCA is #7D6035. Grayscale: #9B9B9B. Windows color (decimal): -8216630 or 13279106. OLE color: 13279106.
HSL color Cylindrical-coordinate representation of color #829FCA: hue angle of 215.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #829FCA is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 159 | 202 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.21 |
| HSL | 215.83º | 0.4% | 0.65% | - |
| HSV(B) | 215.83º | 0.36% | 0.79% | - |
| XYZ | 32.26 | 33.81 | 60.7 | - |
| YUV | 155.23 | 154.39 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 202 | 0.36 | 0.21 | 0 | 0.21 | 215.83 | 0.4 | 0.65 |
| Hex | 82 | 9F | CA | 24 | 15 | 0 | 15 | D8 | 28 | 41 |
| Octal | 202 | 237 | 312 | 44 | 25 | 0 | 25 | 330 | 50 | 101 |
| Binary | 10000010 | 10011111 | 11001010 | 100100 | 10101 | 0 | 10101 | 11011000 | 101000 | 1000001 |
Color Harmonies of #829FCA
Complementary color
Monochromatic Colors of #829FCA
Black with #829FCA
Text Example
Text Example
White with #829FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829FCA; }
p { color: rgb(130,159,202); }
H1.HeaderClassName
{
color: #829FCA;
}
.AnyTagClassName
{
color: #829FCA;
}
</style>
background-color css
<style>
a { background-color: #829FCA; }
a { background-color: rgb(130,159,202); }
div.DivClassName
{
background-color: #829FCA;
}
.BgClassName
{
background-color: #829FCA;
}
</style>
border-color css
<style>
span { border-color: #829FCA; }
span { border-color: rgb(130,159,202); }
td.TdClassName
{
border-color: #829FCA;
}
.TagClassName
{
border-color: #829FCA;
}
</style>