Shades of Polo Blue #829CCB
Tints of Polo Blue #829CCB
RGB
CMYK
RGB Variations
Color information
#829CCB (or 0x829CCB) is known color: Polo Blue. HEX triplet: 82, 9C and CB. RGB value is (130,156,203). Sum of RGB (Red+Green+Blue) = 130+156+203=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #829CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CCB is #7D6334. Grayscale: #999999. Windows color (decimal): -8217397 or 13343874. OLE color: 13343874.
HSL color Cylindrical-coordinate representation of color #829CCB: hue angle of 218.63º 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 #829CCB is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 156 | 203 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.20 |
| HSL | 218.63º | 0.41% | 0.65% | - |
| HSV(B) | 218.63º | 0.36% | 0.8% | - |
| XYZ | 31.87 | 32.83 | 61.16 | - |
| YUV | 153.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 203 | 0.36 | 0.23 | 0 | 0.20 | 218.63 | 0.41 | 0.65 |
| Hex | 82 | 9C | CB | 24 | 17 | 0 | 14 | DB | 29 | 41 |
| Octal | 202 | 234 | 313 | 44 | 27 | 0 | 24 | 333 | 51 | 101 |
| Binary | 10000010 | 10011100 | 11001011 | 100100 | 10111 | 0 | 10100 | 11011011 | 101001 | 1000001 |
Color Harmonies of #829CCB
Complementary color
Monochromatic Colors of #829CCB
Black with #829CCB
Text Example
Text Example
White with #829CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CCB; }
p { color: rgb(130,156,203); }
H1.HeaderClassName
{
color: #829CCB;
}
.AnyTagClassName
{
color: #829CCB;
}
</style>
background-color css
<style>
a { background-color: #829CCB; }
a { background-color: rgb(130,156,203); }
div.DivClassName
{
background-color: #829CCB;
}
.BgClassName
{
background-color: #829CCB;
}
</style>
border-color css
<style>
span { border-color: #829CCB; }
span { border-color: rgb(130,156,203); }
td.TdClassName
{
border-color: #829CCB;
}
.TagClassName
{
border-color: #829CCB;
}
</style>