Shades of Polo Blue #829ED4
Tints of Polo Blue #829ED4
RGB
CMYK
RGB Variations
Color information
#829ED4 (or 0x829ED4) is known color: Polo Blue. HEX triplet: 82, 9E and D4. RGB value is (130,158,212). Sum of RGB (Red+Green+Blue) = 130+158+212=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #829ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ED4 is #7D612B. Grayscale: #9B9B9B. Windows color (decimal): -8216876 or 13934210. OLE color: 13934210.
HSL color Cylindrical-coordinate representation of color #829ED4: hue angle of 219.51º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #829ED4 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 158 | 212 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.17 |
| HSL | 219.51º | 0.49% | 0.67% | - |
| HSV(B) | 219.51º | 0.39% | 0.83% | - |
| XYZ | 33.32 | 33.95 | 67.08 | - |
| YUV | 155.78 | 159.72 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 158 | 212 | 0.39 | 0.25 | 0 | 0.17 | 219.51 | 0.49 | 0.67 |
| Hex | 82 | 9E | D4 | 27 | 19 | 0 | 11 | DC | 31 | 43 |
| Octal | 202 | 236 | 324 | 47 | 31 | 0 | 21 | 334 | 61 | 103 |
| Binary | 10000010 | 10011110 | 11010100 | 100111 | 11001 | 0 | 10001 | 11011100 | 110001 | 1000011 |
Color Harmonies of #829ED4
Complementary color
Monochromatic Colors of #829ED4
Black with #829ED4
Text Example
Text Example
White with #829ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829ED4; }
p { color: rgb(130,158,212); }
H1.HeaderClassName
{
color: #829ED4;
}
.AnyTagClassName
{
color: #829ED4;
}
</style>
background-color css
<style>
a { background-color: #829ED4; }
a { background-color: rgb(130,158,212); }
div.DivClassName
{
background-color: #829ED4;
}
.BgClassName
{
background-color: #829ED4;
}
</style>
border-color css
<style>
span { border-color: #829ED4; }
span { border-color: rgb(130,158,212); }
td.TdClassName
{
border-color: #829ED4;
}
.TagClassName
{
border-color: #829ED4;
}
</style>