Shades of Polo Blue #829BCA
Tints of Polo Blue #829BCA
RGB
CMYK
RGB Variations
Color information
#829BCA (or 0x829BCA) is known color: Polo Blue. HEX triplet: 82, 9B and CA. RGB value is (130,155,202). Sum of RGB (Red+Green+Blue) = 130+155+202=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #829BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BCA is #7D6435. Grayscale: #989898. Windows color (decimal): -8217654 or 13278082. OLE color: 13278082.
HSL color Cylindrical-coordinate representation of color #829BCA: hue angle of 219.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #829BCA is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 155 | 202 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.21 |
| HSL | 219.17º | 0.4% | 0.65% | - |
| HSV(B) | 219.17º | 0.36% | 0.79% | - |
| XYZ | 31.59 | 32.45 | 60.48 | - |
| YUV | 152.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 202 | 0.36 | 0.23 | 0 | 0.21 | 219.17 | 0.4 | 0.65 |
| Hex | 82 | 9B | CA | 24 | 17 | 0 | 15 | DB | 28 | 41 |
| Octal | 202 | 233 | 312 | 44 | 27 | 0 | 25 | 333 | 50 | 101 |
| Binary | 10000010 | 10011011 | 11001010 | 100100 | 10111 | 0 | 10101 | 11011011 | 101000 | 1000001 |
Color Harmonies of #829BCA
Complementary color
Monochromatic Colors of #829BCA
Black with #829BCA
Text Example
Text Example
White with #829BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BCA; }
p { color: rgb(130,155,202); }
H1.HeaderClassName
{
color: #829BCA;
}
.AnyTagClassName
{
color: #829BCA;
}
</style>
background-color css
<style>
a { background-color: #829BCA; }
a { background-color: rgb(130,155,202); }
div.DivClassName
{
background-color: #829BCA;
}
.BgClassName
{
background-color: #829BCA;
}
</style>
border-color css
<style>
span { border-color: #829BCA; }
span { border-color: rgb(130,155,202); }
td.TdClassName
{
border-color: #829BCA;
}
.TagClassName
{
border-color: #829BCA;
}
</style>