Shades of Polo Blue #809BCB
Tints of Polo Blue #809BCB
RGB
CMYK
RGB Variations
Color information
#809BCB (or 0x809BCB) is known color: Polo Blue. HEX triplet: 80, 9B and CB. RGB value is (128,155,203). Sum of RGB (Red+Green+Blue) = 128+155+203=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #809BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BCB is #7F6434. Grayscale: #989898. Windows color (decimal): -8348725 or 13343616. OLE color: 13343616.
HSL color Cylindrical-coordinate representation of color #809BCB: hue angle of 218.4º 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 #809BCB is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 155 | 203 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.20 |
| HSL | 218.4º | 0.42% | 0.65% | - |
| HSV(B) | 218.4º | 0.37% | 0.8% | - |
| XYZ | 31.4 | 32.34 | 61.09 | - |
| YUV | 152.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 155 | 203 | 0.37 | 0.24 | 0 | 0.20 | 218.4 | 0.42 | 0.65 |
| Hex | 80 | 9B | CB | 25 | 18 | 0 | 14 | DA | 2A | 41 |
| Octal | 200 | 233 | 313 | 45 | 30 | 0 | 24 | 332 | 52 | 101 |
| Binary | 10000000 | 10011011 | 11001011 | 100101 | 11000 | 0 | 10100 | 11011010 | 101010 | 1000001 |
Color Harmonies of #809BCB
Complementary color
Monochromatic Colors of #809BCB
Black with #809BCB
Text Example
Text Example
White with #809BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809BCB; }
p { color: rgb(128,155,203); }
H1.HeaderClassName
{
color: #809BCB;
}
.AnyTagClassName
{
color: #809BCB;
}
</style>
background-color css
<style>
a { background-color: #809BCB; }
a { background-color: rgb(128,155,203); }
div.DivClassName
{
background-color: #809BCB;
}
.BgClassName
{
background-color: #809BCB;
}
</style>
border-color css
<style>
span { border-color: #809BCB; }
span { border-color: rgb(128,155,203); }
td.TdClassName
{
border-color: #809BCB;
}
.TagClassName
{
border-color: #809BCB;
}
</style>