Shades of Polo Blue #829DD3
Tints of Polo Blue #829DD3
RGB
CMYK
RGB Variations
Color information
#829DD3 (or 0x829DD3) is known color: Polo Blue. HEX triplet: 82, 9D and D3. RGB value is (130,157,211). Sum of RGB (Red+Green+Blue) = 130+157+211=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 211 - color contains mainly: blue. Hex color #829DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DD3 is #7D622C. Grayscale: #9A9A9A. Windows color (decimal): -8217133 or 13868418. OLE color: 13868418.
HSL color Cylindrical-coordinate representation of color #829DD3: hue angle of 220º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #829DD3 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 157 | 211 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.17 |
| HSL | 220º | 0.48% | 0.67% | - |
| HSV(B) | 220º | 0.38% | 0.83% | - |
| XYZ | 33.02 | 33.56 | 66.37 | - |
| YUV | 155.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 211 | 0.38 | 0.26 | 0 | 0.17 | 220 | 0.48 | 0.67 |
| Hex | 82 | 9D | D3 | 26 | 1A | 0 | 11 | DC | 30 | 43 |
| Octal | 202 | 235 | 323 | 46 | 32 | 0 | 21 | 334 | 60 | 103 |
| Binary | 10000010 | 10011101 | 11010011 | 100110 | 11010 | 0 | 10001 | 11011100 | 110000 | 1000011 |
Color Harmonies of #829DD3
Complementary color
Monochromatic Colors of #829DD3
Black with #829DD3
Text Example
Text Example
White with #829DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DD3; }
p { color: rgb(130,157,211); }
H1.HeaderClassName
{
color: #829DD3;
}
.AnyTagClassName
{
color: #829DD3;
}
</style>
background-color css
<style>
a { background-color: #829DD3; }
a { background-color: rgb(130,157,211); }
div.DivClassName
{
background-color: #829DD3;
}
.BgClassName
{
background-color: #829DD3;
}
</style>
border-color css
<style>
span { border-color: #829DD3; }
span { border-color: rgb(130,157,211); }
td.TdClassName
{
border-color: #829DD3;
}
.TagClassName
{
border-color: #829DD3;
}
</style>