Shades of Polo Blue #829BC1
Tints of Polo Blue #829BC1
RGB
CMYK
RGB Variations
Color information
#829BC1 (or 0x829BC1) is known color: Polo Blue. HEX triplet: 82, 9B and C1. RGB value is (130,155,193). Sum of RGB (Red+Green+Blue) = 130+155+193=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #829BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BC1 is #7D643E. Grayscale: #979797. Windows color (decimal): -8217663 or 12688258. OLE color: 12688258.
HSL color Cylindrical-coordinate representation of color #829BC1: hue angle of 216.19º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #829BC1 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 155 | 193 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.24 |
| HSL | 216.19º | 0.34% | 0.63% | - |
| HSV(B) | 216.19º | 0.33% | 0.76% | - |
| XYZ | 30.55 | 32.04 | 55.03 | - |
| YUV | 151.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 193 | 0.33 | 0.20 | 0 | 0.24 | 216.19 | 0.34 | 0.63 |
| Hex | 82 | 9B | C1 | 21 | 14 | 0 | 18 | D8 | 22 | 3F |
| Octal | 202 | 233 | 301 | 41 | 24 | 0 | 30 | 330 | 42 | 77 |
| Binary | 10000010 | 10011011 | 11000001 | 100001 | 10100 | 0 | 11000 | 11011000 | 100010 | 111111 |
Color Harmonies of #829BC1
Complementary color
Monochromatic Colors of #829BC1
Black with #829BC1
Text Example
Text Example
White with #829BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BC1; }
p { color: rgb(130,155,193); }
H1.HeaderClassName
{
color: #829BC1;
}
.AnyTagClassName
{
color: #829BC1;
}
</style>
background-color css
<style>
a { background-color: #829BC1; }
a { background-color: rgb(130,155,193); }
div.DivClassName
{
background-color: #829BC1;
}
.BgClassName
{
background-color: #829BC1;
}
</style>
border-color css
<style>
span { border-color: #829BC1; }
span { border-color: rgb(130,155,193); }
td.TdClassName
{
border-color: #829BC1;
}
.TagClassName
{
border-color: #829BC1;
}
</style>