Shades of Polo Blue #829CCD
Tints of Polo Blue #829CCD
RGB
CMYK
RGB Variations
Color information
#829CCD (or 0x829CCD) is known color: Polo Blue. HEX triplet: 82, 9C and CD. RGB value is (130,156,205). Sum of RGB (Red+Green+Blue) = 130+156+205=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #829CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CCD is #7D6332. Grayscale: #999999. Windows color (decimal): -8217395 or 13474946. OLE color: 13474946.
HSL color Cylindrical-coordinate representation of color #829CCD: hue angle of 219.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #829CCD is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 156 | 205 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.20 |
| HSL | 219.2º | 0.43% | 0.66% | - |
| HSV(B) | 219.2º | 0.37% | 0.8% | - |
| XYZ | 32.11 | 32.93 | 62.42 | - |
| YUV | 153.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 205 | 0.37 | 0.24 | 0 | 0.20 | 219.2 | 0.43 | 0.66 |
| Hex | 82 | 9C | CD | 25 | 18 | 0 | 14 | DB | 2B | 42 |
| Octal | 202 | 234 | 315 | 45 | 30 | 0 | 24 | 333 | 53 | 102 |
| Binary | 10000010 | 10011100 | 11001101 | 100101 | 11000 | 0 | 10100 | 11011011 | 101011 | 1000010 |
Color Harmonies of #829CCD
Complementary color
Monochromatic Colors of #829CCD
Black with #829CCD
Text Example
Text Example
White with #829CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CCD; }
p { color: rgb(130,156,205); }
H1.HeaderClassName
{
color: #829CCD;
}
.AnyTagClassName
{
color: #829CCD;
}
</style>
background-color css
<style>
a { background-color: #829CCD; }
a { background-color: rgb(130,156,205); }
div.DivClassName
{
background-color: #829CCD;
}
.BgClassName
{
background-color: #829CCD;
}
</style>
border-color css
<style>
span { border-color: #829CCD; }
span { border-color: rgb(130,156,205); }
td.TdClassName
{
border-color: #829CCD;
}
.TagClassName
{
border-color: #829CCD;
}
</style>