Shades of Polo Blue #829FBD
Tints of Polo Blue #829FBD
RGB
CMYK
RGB Variations
Color information
#829FBD (or 0x829FBD) is known color: Polo Blue. HEX triplet: 82, 9F and BD. RGB value is (130,159,189). Sum of RGB (Red+Green+Blue) = 130+159+189=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #829FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FBD is #7D6042. Grayscale: #999999. Windows color (decimal): -8216643 or 12427138. OLE color: 12427138.
HSL color Cylindrical-coordinate representation of color #829FBD: hue angle of 210.51º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #829FBD is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 159 | 189 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.26 |
| HSL | 210.51º | 0.31% | 0.63% | - |
| HSV(B) | 210.51º | 0.31% | 0.74% | - |
| XYZ | 30.79 | 33.22 | 52.93 | - |
| YUV | 153.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 189 | 0.31 | 0.16 | 0 | 0.26 | 210.51 | 0.31 | 0.63 |
| Hex | 82 | 9F | BD | 1F | 10 | 0 | 1A | D3 | 1F | 3F |
| Octal | 202 | 237 | 275 | 37 | 20 | 0 | 32 | 323 | 37 | 77 |
| Binary | 10000010 | 10011111 | 10111101 | 11111 | 10000 | 0 | 11010 | 11010011 | 11111 | 111111 |
Color Harmonies of #829FBD
Complementary color
Monochromatic Colors of #829FBD
Black with #829FBD
Text Example
Text Example
White with #829FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829FBD; }
p { color: rgb(130,159,189); }
H1.HeaderClassName
{
color: #829FBD;
}
.AnyTagClassName
{
color: #829FBD;
}
</style>
background-color css
<style>
a { background-color: #829FBD; }
a { background-color: rgb(130,159,189); }
div.DivClassName
{
background-color: #829FBD;
}
.BgClassName
{
background-color: #829FBD;
}
</style>
border-color css
<style>
span { border-color: #829FBD; }
span { border-color: rgb(130,159,189); }
td.TdClassName
{
border-color: #829FBD;
}
.TagClassName
{
border-color: #829FBD;
}
</style>