Shades of Polo Blue #829ACC
Tints of Polo Blue #829ACC
RGB
CMYK
RGB Variations
Color information
#829ACC (or 0x829ACC) is known color: Polo Blue. HEX triplet: 82, 9A and CC. RGB value is (130,154,204). Sum of RGB (Red+Green+Blue) = 130+154+204=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #829ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ACC is #7D6533. Grayscale: #989898. Windows color (decimal): -8217908 or 13408898. OLE color: 13408898.
HSL color Cylindrical-coordinate representation of color #829ACC: hue angle of 220.54º 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 #829ACC is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 154 | 204 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.2 |
| HSL | 220.54º | 0.42% | 0.65% | - |
| HSV(B) | 220.54º | 0.36% | 0.8% | - |
| XYZ | 31.66 | 32.22 | 61.68 | - |
| YUV | 152.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 204 | 0.36 | 0.25 | 0 | 0.2 | 220.54 | 0.42 | 0.65 |
| Hex | 82 | 9A | CC | 24 | 19 | 0 | 14 | DD | 2A | 41 |
| Octal | 202 | 232 | 314 | 44 | 31 | 0 | 24 | 335 | 52 | 101 |
| Binary | 10000010 | 10011010 | 11001100 | 100100 | 11001 | 0 | 10100 | 11011101 | 101010 | 1000001 |
Color Harmonies of #829ACC
Complementary color
Monochromatic Colors of #829ACC
Black with #829ACC
Text Example
Text Example
White with #829ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829ACC; }
p { color: rgb(130,154,204); }
H1.HeaderClassName
{
color: #829ACC;
}
.AnyTagClassName
{
color: #829ACC;
}
</style>
background-color css
<style>
a { background-color: #829ACC; }
a { background-color: rgb(130,154,204); }
div.DivClassName
{
background-color: #829ACC;
}
.BgClassName
{
background-color: #829ACC;
}
</style>
border-color css
<style>
span { border-color: #829ACC; }
span { border-color: rgb(130,154,204); }
td.TdClassName
{
border-color: #829ACC;
}
.TagClassName
{
border-color: #829ACC;
}
</style>