Shades of Polo Blue #809BBF
Tints of Polo Blue #809BBF
RGB
CMYK
RGB Variations
Color information
#809BBF (or 0x809BBF) is known color: Polo Blue. HEX triplet: 80, 9B and BF. RGB value is (128,155,191). Sum of RGB (Red+Green+Blue) = 128+155+191=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #809BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BBF is #7F6440. Grayscale: #969696. Windows color (decimal): -8348737 or 12557184. OLE color: 12557184.
HSL color Cylindrical-coordinate representation of color #809BBF: hue angle of 214.29º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #809BBF is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 155 | 191 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.25 |
| HSL | 214.29º | 0.33% | 0.63% | - |
| HSV(B) | 214.29º | 0.33% | 0.75% | - |
| XYZ | 30.03 | 31.79 | 53.84 | - |
| YUV | 151.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 155 | 191 | 0.33 | 0.19 | 0 | 0.25 | 214.29 | 0.33 | 0.63 |
| Hex | 80 | 9B | BF | 21 | 13 | 0 | 19 | D6 | 21 | 3F |
| Octal | 200 | 233 | 277 | 41 | 23 | 0 | 31 | 326 | 41 | 77 |
| Binary | 10000000 | 10011011 | 10111111 | 100001 | 10011 | 0 | 11001 | 11010110 | 100001 | 111111 |
Color Harmonies of #809BBF
Complementary color
Monochromatic Colors of #809BBF
Black with #809BBF
Text Example
Text Example
White with #809BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809BBF; }
p { color: rgb(128,155,191); }
H1.HeaderClassName
{
color: #809BBF;
}
.AnyTagClassName
{
color: #809BBF;
}
</style>
background-color css
<style>
a { background-color: #809BBF; }
a { background-color: rgb(128,155,191); }
div.DivClassName
{
background-color: #809BBF;
}
.BgClassName
{
background-color: #809BBF;
}
</style>
border-color css
<style>
span { border-color: #809BBF; }
span { border-color: rgb(128,155,191); }
td.TdClassName
{
border-color: #809BBF;
}
.TagClassName
{
border-color: #809BBF;
}
</style>