Shades of Polo Blue #829BCB
Tints of Polo Blue #829BCB
RGB
CMYK
RGB Variations
Color information
#829BCB (or 0x829BCB) is known color: Polo Blue. HEX triplet: 82, 9B and CB. RGB value is (130,155,203). Sum of RGB (Red+Green+Blue) = 130+155+203=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #829BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BCB is #7D6434. Grayscale: #989898. Windows color (decimal): -8217653 or 13343618. OLE color: 13343618.
HSL color Cylindrical-coordinate representation of color #829BCB: hue angle of 219.45º degrees, saturation: 0.41, 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 #829BCB is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 155 | 203 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.20 |
| HSL | 219.45º | 0.41% | 0.65% | - |
| HSV(B) | 219.45º | 0.36% | 0.8% | - |
| XYZ | 31.71 | 32.5 | 61.1 | - |
| YUV | 153 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 203 | 0.36 | 0.24 | 0 | 0.20 | 219.45 | 0.41 | 0.65 |
| Hex | 82 | 9B | CB | 24 | 18 | 0 | 14 | DB | 29 | 41 |
| Octal | 202 | 233 | 313 | 44 | 30 | 0 | 24 | 333 | 51 | 101 |
| Binary | 10000010 | 10011011 | 11001011 | 100100 | 11000 | 0 | 10100 | 11011011 | 101001 | 1000001 |
Color Harmonies of #829BCB
Complementary color
Monochromatic Colors of #829BCB
Black with #829BCB
Text Example
Text Example
White with #829BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BCB; }
p { color: rgb(130,155,203); }
H1.HeaderClassName
{
color: #829BCB;
}
.AnyTagClassName
{
color: #829BCB;
}
</style>
background-color css
<style>
a { background-color: #829BCB; }
a { background-color: rgb(130,155,203); }
div.DivClassName
{
background-color: #829BCB;
}
.BgClassName
{
background-color: #829BCB;
}
</style>
border-color css
<style>
span { border-color: #829BCB; }
span { border-color: rgb(130,155,203); }
td.TdClassName
{
border-color: #829BCB;
}
.TagClassName
{
border-color: #829BCB;
}
</style>