Shades of Polo Blue #829CC4
Tints of Polo Blue #829CC4
RGB
CMYK
RGB Variations
Color information
#829CC4 (or 0x829CC4) is known color: Polo Blue. HEX triplet: 82, 9C and C4. RGB value is (130,156,196). Sum of RGB (Red+Green+Blue) = 130+156+196=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #829CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CC4 is #7D633B. Grayscale: #989898. Windows color (decimal): -8217404 or 12885122. OLE color: 12885122.
HSL color Cylindrical-coordinate representation of color #829CC4: hue angle of 216.36º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #829CC4 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 156 | 196 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.23 |
| HSL | 216.36º | 0.36% | 0.64% | - |
| HSV(B) | 216.36º | 0.34% | 0.77% | - |
| XYZ | 31.06 | 32.51 | 56.86 | - |
| YUV | 152.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 196 | 0.34 | 0.20 | 0 | 0.23 | 216.36 | 0.36 | 0.64 |
| Hex | 82 | 9C | C4 | 22 | 14 | 0 | 17 | D8 | 24 | 40 |
| Octal | 202 | 234 | 304 | 42 | 24 | 0 | 27 | 330 | 44 | 100 |
| Binary | 10000010 | 10011100 | 11000100 | 100010 | 10100 | 0 | 10111 | 11011000 | 100100 | 1000000 |
Color Harmonies of #829CC4
Complementary color
Monochromatic Colors of #829CC4
Black with #829CC4
Text Example
Text Example
White with #829CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CC4; }
p { color: rgb(130,156,196); }
H1.HeaderClassName
{
color: #829CC4;
}
.AnyTagClassName
{
color: #829CC4;
}
</style>
background-color css
<style>
a { background-color: #829CC4; }
a { background-color: rgb(130,156,196); }
div.DivClassName
{
background-color: #829CC4;
}
.BgClassName
{
background-color: #829CC4;
}
</style>
border-color css
<style>
span { border-color: #829CC4; }
span { border-color: rgb(130,156,196); }
td.TdClassName
{
border-color: #829CC4;
}
.TagClassName
{
border-color: #829CC4;
}
</style>