Shades of Polo Blue #809CCC
Tints of Polo Blue #809CCC
RGB
CMYK
RGB Variations
Color information
#809CCC (or 0x809CCC) is known color: Polo Blue. HEX triplet: 80, 9C and CC. RGB value is (128,156,204). Sum of RGB (Red+Green+Blue) = 128+156+204=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #809CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CCC is #7F6333. Grayscale: #989898. Windows color (decimal): -8348468 or 13409408. OLE color: 13409408.
HSL color Cylindrical-coordinate representation of color #809CCC: hue angle of 217.89º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #809CCC is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 156 | 204 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.2 |
| HSL | 217.89º | 0.43% | 0.65% | - |
| HSV(B) | 217.89º | 0.37% | 0.8% | - |
| XYZ | 31.69 | 32.73 | 61.77 | - |
| YUV | 153.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 156 | 204 | 0.37 | 0.24 | 0 | 0.2 | 217.89 | 0.43 | 0.65 |
| Hex | 80 | 9C | CC | 25 | 18 | 0 | 14 | DA | 2B | 41 |
| Octal | 200 | 234 | 314 | 45 | 30 | 0 | 24 | 332 | 53 | 101 |
| Binary | 10000000 | 10011100 | 11001100 | 100101 | 11000 | 0 | 10100 | 11011010 | 101011 | 1000001 |
Color Harmonies of #809CCC
Complementary color
Monochromatic Colors of #809CCC
Black with #809CCC
Text Example
Text Example
White with #809CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809CCC; }
p { color: rgb(128,156,204); }
H1.HeaderClassName
{
color: #809CCC;
}
.AnyTagClassName
{
color: #809CCC;
}
</style>
background-color css
<style>
a { background-color: #809CCC; }
a { background-color: rgb(128,156,204); }
div.DivClassName
{
background-color: #809CCC;
}
.BgClassName
{
background-color: #809CCC;
}
</style>
border-color css
<style>
span { border-color: #809CCC; }
span { border-color: rgb(128,156,204); }
td.TdClassName
{
border-color: #809CCC;
}
.TagClassName
{
border-color: #809CCC;
}
</style>