Shades of Polo Blue #829BCC
Tints of Polo Blue #829BCC
RGB
CMYK
RGB Variations
Color information
#829BCC (or 0x829BCC) is known color: Polo Blue. HEX triplet: 82, 9B and CC. RGB value is (130,155,204). Sum of RGB (Red+Green+Blue) = 130+155+204=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #829BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BCC is #7D6433. Grayscale: #989898. Windows color (decimal): -8217652 or 13409154. OLE color: 13409154.
HSL color Cylindrical-coordinate representation of color #829BCC: hue angle of 219.73º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #829BCC is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 155 | 204 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.2 |
| HSL | 219.73º | 0.42% | 0.65% | - |
| HSV(B) | 219.73º | 0.36% | 0.8% | - |
| XYZ | 31.83 | 32.55 | 61.73 | - |
| YUV | 153.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 204 | 0.36 | 0.24 | 0 | 0.2 | 219.73 | 0.42 | 0.65 |
| Hex | 82 | 9B | CC | 24 | 18 | 0 | 14 | DC | 2A | 41 |
| Octal | 202 | 233 | 314 | 44 | 30 | 0 | 24 | 334 | 52 | 101 |
| Binary | 10000010 | 10011011 | 11001100 | 100100 | 11000 | 0 | 10100 | 11011100 | 101010 | 1000001 |
Color Harmonies of #829BCC
Complementary color
Monochromatic Colors of #829BCC
Black with #829BCC
Text Example
Text Example
White with #829BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BCC; }
p { color: rgb(130,155,204); }
H1.HeaderClassName
{
color: #829BCC;
}
.AnyTagClassName
{
color: #829BCC;
}
</style>
background-color css
<style>
a { background-color: #829BCC; }
a { background-color: rgb(130,155,204); }
div.DivClassName
{
background-color: #829BCC;
}
.BgClassName
{
background-color: #829BCC;
}
</style>
border-color css
<style>
span { border-color: #829BCC; }
span { border-color: rgb(130,155,204); }
td.TdClassName
{
border-color: #829BCC;
}
.TagClassName
{
border-color: #829BCC;
}
</style>