Shades of Polo Blue #809ACC
Tints of Polo Blue #809ACC
RGB
CMYK
RGB Variations
Color information
#809ACC (or 0x809ACC) is known color: Polo Blue. HEX triplet: 80, 9A and CC. RGB value is (128,154,204). Sum of RGB (Red+Green+Blue) = 128+154+204=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #809ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ACC is #7F6533. Grayscale: #979797. Windows color (decimal): -8348980 or 13408896. OLE color: 13408896.
HSL color Cylindrical-coordinate representation of color #809ACC: hue angle of 219.47º 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 #809ACC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 154 | 204 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.2 |
| HSL | 219.47º | 0.43% | 0.65% | - |
| HSV(B) | 219.47º | 0.37% | 0.8% | - |
| XYZ | 31.36 | 32.06 | 61.66 | - |
| YUV | 151.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 154 | 204 | 0.37 | 0.25 | 0 | 0.2 | 219.47 | 0.43 | 0.65 |
| Hex | 80 | 9A | CC | 25 | 19 | 0 | 14 | DB | 2B | 41 |
| Octal | 200 | 232 | 314 | 45 | 31 | 0 | 24 | 333 | 53 | 101 |
| Binary | 10000000 | 10011010 | 11001100 | 100101 | 11001 | 0 | 10100 | 11011011 | 101011 | 1000001 |
Color Harmonies of #809ACC
Complementary color
Monochromatic Colors of #809ACC
Black with #809ACC
Text Example
Text Example
White with #809ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809ACC; }
p { color: rgb(128,154,204); }
H1.HeaderClassName
{
color: #809ACC;
}
.AnyTagClassName
{
color: #809ACC;
}
</style>
background-color css
<style>
a { background-color: #809ACC; }
a { background-color: rgb(128,154,204); }
div.DivClassName
{
background-color: #809ACC;
}
.BgClassName
{
background-color: #809ACC;
}
</style>
border-color css
<style>
span { border-color: #809ACC; }
span { border-color: rgb(128,154,204); }
td.TdClassName
{
border-color: #809ACC;
}
.TagClassName
{
border-color: #809ACC;
}
</style>