Shades of Polo Blue #829DCC
Tints of Polo Blue #829DCC
RGB
CMYK
RGB Variations
Color information
#829DCC (or 0x829DCC) is known color: Polo Blue. HEX triplet: 82, 9D and CC. RGB value is (130,157,204). Sum of RGB (Red+Green+Blue) = 130+157+204=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #829DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DCC is #7D6233. Grayscale: #9A9A9A. Windows color (decimal): -8217140 or 13409666. OLE color: 13409666.
HSL color Cylindrical-coordinate representation of color #829DCC: hue angle of 218.11º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #829DCC is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 157 | 204 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.2 |
| HSL | 218.11º | 0.42% | 0.65% | - |
| HSV(B) | 218.11º | 0.36% | 0.8% | - |
| XYZ | 32.16 | 33.22 | 61.84 | - |
| YUV | 154.29 | 156.05 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 204 | 0.36 | 0.23 | 0 | 0.2 | 218.11 | 0.42 | 0.65 |
| Hex | 82 | 9D | CC | 24 | 17 | 0 | 14 | DA | 2A | 41 |
| Octal | 202 | 235 | 314 | 44 | 27 | 0 | 24 | 332 | 52 | 101 |
| Binary | 10000010 | 10011101 | 11001100 | 100100 | 10111 | 0 | 10100 | 11011010 | 101010 | 1000001 |
Color Harmonies of #829DCC
Complementary color
Monochromatic Colors of #829DCC
Black with #829DCC
Text Example
Text Example
White with #829DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DCC; }
p { color: rgb(130,157,204); }
H1.HeaderClassName
{
color: #829DCC;
}
.AnyTagClassName
{
color: #829DCC;
}
</style>
background-color css
<style>
a { background-color: #829DCC; }
a { background-color: rgb(130,157,204); }
div.DivClassName
{
background-color: #829DCC;
}
.BgClassName
{
background-color: #829DCC;
}
</style>
border-color css
<style>
span { border-color: #829DCC; }
span { border-color: rgb(130,157,204); }
td.TdClassName
{
border-color: #829DCC;
}
.TagClassName
{
border-color: #829DCC;
}
</style>