Shades of Polo Blue #829DC8
Tints of Polo Blue #829DC8
RGB
CMYK
RGB Variations
Color information
#829DC8 (or 0x829DC8) is known color: Polo Blue. HEX triplet: 82, 9D and C8. RGB value is (130,157,200). Sum of RGB (Red+Green+Blue) = 130+157+200=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 200 - color contains mainly: blue. Hex color #829DC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DC8 is #7D6237. Grayscale: #999999. Windows color (decimal): -8217144 or 13147522. OLE color: 13147522.
HSL color Cylindrical-coordinate representation of color #829DC8: hue angle of 216.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #829DC8 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 157 | 200 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.22 |
| HSL | 216.86º | 0.39% | 0.65% | - |
| HSV(B) | 216.86º | 0.35% | 0.78% | - |
| XYZ | 31.69 | 33.03 | 59.35 | - |
| YUV | 153.83 | 154.05 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 200 | 0.35 | 0.22 | 0 | 0.22 | 216.86 | 0.39 | 0.65 |
| Hex | 82 | 9D | C8 | 23 | 16 | 0 | 16 | D9 | 27 | 41 |
| Octal | 202 | 235 | 310 | 43 | 26 | 0 | 26 | 331 | 47 | 101 |
| Binary | 10000010 | 10011101 | 11001000 | 100011 | 10110 | 0 | 10110 | 11011001 | 100111 | 1000001 |
Color Harmonies of #829DC8
Complementary color
Monochromatic Colors of #829DC8
Black with #829DC8
Text Example
Text Example
White with #829DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DC8; }
p { color: rgb(130,157,200); }
H1.HeaderClassName
{
color: #829DC8;
}
.AnyTagClassName
{
color: #829DC8;
}
</style>
background-color css
<style>
a { background-color: #829DC8; }
a { background-color: rgb(130,157,200); }
div.DivClassName
{
background-color: #829DC8;
}
.BgClassName
{
background-color: #829DC8;
}
</style>
border-color css
<style>
span { border-color: #829DC8; }
span { border-color: rgb(130,157,200); }
td.TdClassName
{
border-color: #829DC8;
}
.TagClassName
{
border-color: #829DC8;
}
</style>