Shades of Polo Blue #829CCF
Tints of Polo Blue #829CCF
RGB
CMYK
RGB Variations
Color information
#829CCF (or 0x829CCF) is known color: Polo Blue. HEX triplet: 82, 9C and CF. RGB value is (130,156,207). Sum of RGB (Red+Green+Blue) = 130+156+207=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #829CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CCF is #7D6330. Grayscale: #999999. Windows color (decimal): -8217393 or 13606018. OLE color: 13606018.
HSL color Cylindrical-coordinate representation of color #829CCF: hue angle of 219.74º 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 #829CCF is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 156 | 207 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.19 |
| HSL | 219.74º | 0.45% | 0.66% | - |
| HSV(B) | 219.74º | 0.37% | 0.81% | - |
| XYZ | 32.36 | 33.03 | 63.7 | - |
| YUV | 154.04 | 157.89 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 207 | 0.37 | 0.25 | 0 | 0.19 | 219.74 | 0.45 | 0.66 |
| Hex | 82 | 9C | CF | 25 | 19 | 0 | 13 | DC | 2D | 42 |
| Octal | 202 | 234 | 317 | 45 | 31 | 0 | 23 | 334 | 55 | 102 |
| Binary | 10000010 | 10011100 | 11001111 | 100101 | 11001 | 0 | 10011 | 11011100 | 101101 | 1000010 |
Color Harmonies of #829CCF
Complementary color
Monochromatic Colors of #829CCF
Black with #829CCF
Text Example
Text Example
White with #829CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CCF; }
p { color: rgb(130,156,207); }
H1.HeaderClassName
{
color: #829CCF;
}
.AnyTagClassName
{
color: #829CCF;
}
</style>
background-color css
<style>
a { background-color: #829CCF; }
a { background-color: rgb(130,156,207); }
div.DivClassName
{
background-color: #829CCF;
}
.BgClassName
{
background-color: #829CCF;
}
</style>
border-color css
<style>
span { border-color: #829CCF; }
span { border-color: rgb(130,156,207); }
td.TdClassName
{
border-color: #829CCF;
}
.TagClassName
{
border-color: #829CCF;
}
</style>