Shades of Polo Blue #829FD3
Tints of Polo Blue #829FD3
RGB
CMYK
RGB Variations
Color information
#829FD3 (or 0x829FD3) is known color: Polo Blue. HEX triplet: 82, 9F and D3. RGB value is (130,159,211). Sum of RGB (Red+Green+Blue) = 130+159+211=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #829FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FD3 is #7D602C. Grayscale: #9C9C9C. Windows color (decimal): -8216621 or 13868930. OLE color: 13868930.
HSL color Cylindrical-coordinate representation of color #829FD3: hue angle of 218.52º 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 #829FD3 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 159 | 211 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.17 |
| HSL | 218.52º | 0.48% | 0.67% | - |
| HSV(B) | 218.52º | 0.38% | 0.83% | - |
| XYZ | 33.36 | 34.25 | 66.48 | - |
| YUV | 156.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 211 | 0.38 | 0.25 | 0 | 0.17 | 218.52 | 0.48 | 0.67 |
| Hex | 82 | 9F | D3 | 26 | 19 | 0 | 11 | DB | 30 | 43 |
| Octal | 202 | 237 | 323 | 46 | 31 | 0 | 21 | 333 | 60 | 103 |
| Binary | 10000010 | 10011111 | 11010011 | 100110 | 11001 | 0 | 10001 | 11011011 | 110000 | 1000011 |
Color Harmonies of #829FD3
Complementary color
Monochromatic Colors of #829FD3
Black with #829FD3
Text Example
Text Example
White with #829FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829FD3; }
p { color: rgb(130,159,211); }
H1.HeaderClassName
{
color: #829FD3;
}
.AnyTagClassName
{
color: #829FD3;
}
</style>
background-color css
<style>
a { background-color: #829FD3; }
a { background-color: rgb(130,159,211); }
div.DivClassName
{
background-color: #829FD3;
}
.BgClassName
{
background-color: #829FD3;
}
</style>
border-color css
<style>
span { border-color: #829FD3; }
span { border-color: rgb(130,159,211); }
td.TdClassName
{
border-color: #829FD3;
}
.TagClassName
{
border-color: #829FD3;
}
</style>