Shades of Polo Blue #809DBD
Tints of Polo Blue #809DBD
RGB
CMYK
RGB Variations
Color information
#809DBD (or 0x809DBD) is known color: Polo Blue. HEX triplet: 80, 9D and BD. RGB value is (128,157,189). Sum of RGB (Red+Green+Blue) = 128+157+189=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #809DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DBD is #7F6242. Grayscale: #979797. Windows color (decimal): -8348227 or 12426624. OLE color: 12426624.
HSL color Cylindrical-coordinate representation of color #809DBD: hue angle of 211.48º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #809DBD is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 157 | 189 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.26 |
| HSL | 211.48º | 0.32% | 0.62% | - |
| HSV(B) | 211.48º | 0.32% | 0.74% | - |
| XYZ | 30.14 | 32.38 | 52.8 | - |
| YUV | 151.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 157 | 189 | 0.32 | 0.17 | 0 | 0.26 | 211.48 | 0.32 | 0.62 |
| Hex | 80 | 9D | BD | 20 | 11 | 0 | 1A | D3 | 20 | 3E |
| Octal | 200 | 235 | 275 | 40 | 21 | 0 | 32 | 323 | 40 | 76 |
| Binary | 10000000 | 10011101 | 10111101 | 100000 | 10001 | 0 | 11010 | 11010011 | 100000 | 111110 |
Color Harmonies of #809DBD
Complementary color
Monochromatic Colors of #809DBD
Black with #809DBD
Text Example
Text Example
White with #809DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809DBD; }
p { color: rgb(128,157,189); }
H1.HeaderClassName
{
color: #809DBD;
}
.AnyTagClassName
{
color: #809DBD;
}
</style>
background-color css
<style>
a { background-color: #809DBD; }
a { background-color: rgb(128,157,189); }
div.DivClassName
{
background-color: #809DBD;
}
.BgClassName
{
background-color: #809DBD;
}
</style>
border-color css
<style>
span { border-color: #809DBD; }
span { border-color: rgb(128,157,189); }
td.TdClassName
{
border-color: #809DBD;
}
.TagClassName
{
border-color: #809DBD;
}
</style>