Shades of Polo Blue #829FCF
Tints of Polo Blue #829FCF
RGB
CMYK
RGB Variations
Color information
#829FCF (or 0x829FCF) is known color: Polo Blue. HEX triplet: 82, 9F and CF. RGB value is (130,159,207). Sum of RGB (Red+Green+Blue) = 130+159+207=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #829FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FCF is #7D6030. Grayscale: #9B9B9B. Windows color (decimal): -8216625 or 13606786. OLE color: 13606786.
HSL color Cylindrical-coordinate representation of color #829FCF: hue angle of 217.4º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #829FCF is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 159 | 207 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.19 |
| HSL | 217.4º | 0.45% | 0.66% | - |
| HSV(B) | 217.4º | 0.37% | 0.81% | - |
| XYZ | 32.87 | 34.05 | 63.87 | - |
| YUV | 155.8 | 156.89 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 207 | 0.37 | 0.23 | 0 | 0.19 | 217.4 | 0.45 | 0.66 |
| Hex | 82 | 9F | CF | 25 | 17 | 0 | 13 | D9 | 2D | 42 |
| Octal | 202 | 237 | 317 | 45 | 27 | 0 | 23 | 331 | 55 | 102 |
| Binary | 10000010 | 10011111 | 11001111 | 100101 | 10111 | 0 | 10011 | 11011001 | 101101 | 1000010 |
Color Harmonies of #829FCF
Complementary color
Monochromatic Colors of #829FCF
Black with #829FCF
Text Example
Text Example
White with #829FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829FCF; }
p { color: rgb(130,159,207); }
H1.HeaderClassName
{
color: #829FCF;
}
.AnyTagClassName
{
color: #829FCF;
}
</style>
background-color css
<style>
a { background-color: #829FCF; }
a { background-color: rgb(130,159,207); }
div.DivClassName
{
background-color: #829FCF;
}
.BgClassName
{
background-color: #829FCF;
}
</style>
border-color css
<style>
span { border-color: #829FCF; }
span { border-color: rgb(130,159,207); }
td.TdClassName
{
border-color: #829FCF;
}
.TagClassName
{
border-color: #829FCF;
}
</style>