Shades of Polo Blue #809EC8
Tints of Polo Blue #809EC8
RGB
CMYK
RGB Variations
Color information
#809EC8 (or 0x809EC8) is known color: Polo Blue. HEX triplet: 80, 9E and C8. RGB value is (128,158,200). Sum of RGB (Red+Green+Blue) = 128+158+200=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #809EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EC8 is #7F6137. Grayscale: #999999. Windows color (decimal): -8347960 or 13147776. OLE color: 13147776.
HSL color Cylindrical-coordinate representation of color #809EC8: hue angle of 215º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #809EC8 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 158 | 200 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.22 |
| HSL | 215º | 0.4% | 0.64% | - |
| HSV(B) | 215º | 0.36% | 0.78% | - |
| XYZ | 31.55 | 33.21 | 59.39 | - |
| YUV | 153.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 158 | 200 | 0.36 | 0.21 | 0 | 0.22 | 215 | 0.4 | 0.64 |
| Hex | 80 | 9E | C8 | 24 | 15 | 0 | 16 | D7 | 28 | 40 |
| Octal | 200 | 236 | 310 | 44 | 25 | 0 | 26 | 327 | 50 | 100 |
| Binary | 10000000 | 10011110 | 11001000 | 100100 | 10101 | 0 | 10110 | 11010111 | 101000 | 1000000 |
Color Harmonies of #809EC8
Complementary color
Monochromatic Colors of #809EC8
Black with #809EC8
Text Example
Text Example
White with #809EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809EC8; }
p { color: rgb(128,158,200); }
H1.HeaderClassName
{
color: #809EC8;
}
.AnyTagClassName
{
color: #809EC8;
}
</style>
background-color css
<style>
a { background-color: #809EC8; }
a { background-color: rgb(128,158,200); }
div.DivClassName
{
background-color: #809EC8;
}
.BgClassName
{
background-color: #809EC8;
}
</style>
border-color css
<style>
span { border-color: #809EC8; }
span { border-color: rgb(128,158,200); }
td.TdClassName
{
border-color: #809EC8;
}
.TagClassName
{
border-color: #809EC8;
}
</style>