Shades of Polo Blue #829CD1
Tints of Polo Blue #829CD1
RGB
CMYK
RGB Variations
Color information
#829CD1 (or 0x829CD1) is known color: Polo Blue. HEX triplet: 82, 9C and D1. RGB value is (130,156,209). Sum of RGB (Red+Green+Blue) = 130+156+209=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #829CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CD1 is #7D632E. Grayscale: #9A9A9A. Windows color (decimal): -8217391 or 13737090. OLE color: 13737090.
HSL color Cylindrical-coordinate representation of color #829CD1: hue angle of 220.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #829CD1 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 156 | 209 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.18 |
| HSL | 220.25º | 0.46% | 0.66% | - |
| HSV(B) | 220.25º | 0.38% | 0.82% | - |
| XYZ | 32.6 | 33.13 | 65 | - |
| YUV | 154.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 209 | 0.38 | 0.25 | 0 | 0.18 | 220.25 | 0.46 | 0.66 |
| Hex | 82 | 9C | D1 | 26 | 19 | 0 | 12 | DC | 2E | 42 |
| Octal | 202 | 234 | 321 | 46 | 31 | 0 | 22 | 334 | 56 | 102 |
| Binary | 10000010 | 10011100 | 11010001 | 100110 | 11001 | 0 | 10010 | 11011100 | 101110 | 1000010 |
Color Harmonies of #829CD1
Complementary color
Monochromatic Colors of #829CD1
Black with #829CD1
Text Example
Text Example
White with #829CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CD1; }
p { color: rgb(130,156,209); }
H1.HeaderClassName
{
color: #829CD1;
}
.AnyTagClassName
{
color: #829CD1;
}
</style>
background-color css
<style>
a { background-color: #829CD1; }
a { background-color: rgb(130,156,209); }
div.DivClassName
{
background-color: #829CD1;
}
.BgClassName
{
background-color: #829CD1;
}
</style>
border-color css
<style>
span { border-color: #829CD1; }
span { border-color: rgb(130,156,209); }
td.TdClassName
{
border-color: #829CD1;
}
.TagClassName
{
border-color: #829CD1;
}
</style>