Shades of Polo Blue #809FCC
Tints of Polo Blue #809FCC
RGB
CMYK
RGB Variations
Color information
#809FCC (or 0x809FCC) is known color: Polo Blue. HEX triplet: 80, 9F and CC. RGB value is (128,159,204). Sum of RGB (Red+Green+Blue) = 128+159+204=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #809FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FCC is #7F6033. Grayscale: #9A9A9A. Windows color (decimal): -8347700 or 13410176. OLE color: 13410176.
HSL color Cylindrical-coordinate representation of color #809FCC: hue angle of 215.53º 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 #809FCC is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 159 | 204 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.2 |
| HSL | 215.53º | 0.43% | 0.65% | - |
| HSV(B) | 215.53º | 0.37% | 0.8% | - |
| XYZ | 32.2 | 33.75 | 61.94 | - |
| YUV | 154.86 | 155.73 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 159 | 204 | 0.37 | 0.22 | 0 | 0.2 | 215.53 | 0.43 | 0.65 |
| Hex | 80 | 9F | CC | 25 | 16 | 0 | 14 | D8 | 2B | 41 |
| Octal | 200 | 237 | 314 | 45 | 26 | 0 | 24 | 330 | 53 | 101 |
| Binary | 10000000 | 10011111 | 11001100 | 100101 | 10110 | 0 | 10100 | 11011000 | 101011 | 1000001 |
Color Harmonies of #809FCC
Complementary color
Monochromatic Colors of #809FCC
Black with #809FCC
Text Example
Text Example
White with #809FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809FCC; }
p { color: rgb(128,159,204); }
H1.HeaderClassName
{
color: #809FCC;
}
.AnyTagClassName
{
color: #809FCC;
}
</style>
background-color css
<style>
a { background-color: #809FCC; }
a { background-color: rgb(128,159,204); }
div.DivClassName
{
background-color: #809FCC;
}
.BgClassName
{
background-color: #809FCC;
}
</style>
border-color css
<style>
span { border-color: #809FCC; }
span { border-color: rgb(128,159,204); }
td.TdClassName
{
border-color: #809FCC;
}
.TagClassName
{
border-color: #809FCC;
}
</style>