Shades of Polo Blue #829FD4
Tints of Polo Blue #829FD4
RGB
CMYK
RGB Variations
Color information
#829FD4 (or 0x829FD4) is known color: Polo Blue. HEX triplet: 82, 9F and D4. RGB value is (130,159,212). Sum of RGB (Red+Green+Blue) = 130+159+212=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #829FD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FD4 is #7D602B. Grayscale: #9C9C9C. Windows color (decimal): -8216620 or 13934466. OLE color: 13934466.
HSL color Cylindrical-coordinate representation of color #829FD4: hue angle of 218.78º 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 #829FD4 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 159 | 212 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.17 |
| HSL | 218.78º | 0.49% | 0.67% | - |
| HSV(B) | 218.78º | 0.39% | 0.83% | - |
| XYZ | 33.49 | 34.3 | 67.14 | - |
| YUV | 156.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 212 | 0.39 | 0.25 | 0 | 0.17 | 218.78 | 0.49 | 0.67 |
| Hex | 82 | 9F | D4 | 27 | 19 | 0 | 11 | DB | 31 | 43 |
| Octal | 202 | 237 | 324 | 47 | 31 | 0 | 21 | 333 | 61 | 103 |
| Binary | 10000010 | 10011111 | 11010100 | 100111 | 11001 | 0 | 10001 | 11011011 | 110001 | 1000011 |
Color Harmonies of #829FD4
Complementary color
Monochromatic Colors of #829FD4
Black with #829FD4
Text Example
Text Example
White with #829FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829FD4; }
p { color: rgb(130,159,212); }
H1.HeaderClassName
{
color: #829FD4;
}
.AnyTagClassName
{
color: #829FD4;
}
</style>
background-color css
<style>
a { background-color: #829FD4; }
a { background-color: rgb(130,159,212); }
div.DivClassName
{
background-color: #829FD4;
}
.BgClassName
{
background-color: #829FD4;
}
</style>
border-color css
<style>
span { border-color: #829FD4; }
span { border-color: rgb(130,159,212); }
td.TdClassName
{
border-color: #829FD4;
}
.TagClassName
{
border-color: #829FD4;
}
</style>