Shades of Polo Blue #809ACB
Tints of Polo Blue #809ACB
RGB
CMYK
RGB Variations
Color information
#809ACB (or 0x809ACB) is known color: Polo Blue. HEX triplet: 80, 9A and CB. RGB value is (128,154,203). Sum of RGB (Red+Green+Blue) = 128+154+203=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #809ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ACB is #7F6534. Grayscale: #979797. Windows color (decimal): -8348981 or 13343360. OLE color: 13343360.
HSL color Cylindrical-coordinate representation of color #809ACB: hue angle of 219.2º degrees, saturation: 0.42, 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 #809ACB is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 154 | 203 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.20 |
| HSL | 219.2º | 0.42% | 0.65% | - |
| HSV(B) | 219.2º | 0.37% | 0.8% | - |
| XYZ | 31.24 | 32.01 | 61.03 | - |
| YUV | 151.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 154 | 203 | 0.37 | 0.24 | 0 | 0.20 | 219.2 | 0.42 | 0.65 |
| Hex | 80 | 9A | CB | 25 | 18 | 0 | 14 | DB | 2A | 41 |
| Octal | 200 | 232 | 313 | 45 | 30 | 0 | 24 | 333 | 52 | 101 |
| Binary | 10000000 | 10011010 | 11001011 | 100101 | 11000 | 0 | 10100 | 11011011 | 101010 | 1000001 |
Color Harmonies of #809ACB
Complementary color
Monochromatic Colors of #809ACB
Black with #809ACB
Text Example
Text Example
White with #809ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809ACB; }
p { color: rgb(128,154,203); }
H1.HeaderClassName
{
color: #809ACB;
}
.AnyTagClassName
{
color: #809ACB;
}
</style>
background-color css
<style>
a { background-color: #809ACB; }
a { background-color: rgb(128,154,203); }
div.DivClassName
{
background-color: #809ACB;
}
.BgClassName
{
background-color: #809ACB;
}
</style>
border-color css
<style>
span { border-color: #809ACB; }
span { border-color: rgb(128,154,203); }
td.TdClassName
{
border-color: #809ACB;
}
.TagClassName
{
border-color: #809ACB;
}
</style>