Shades of Polo Blue #8099C1
Tints of Polo Blue #8099C1
RGB
CMYK
RGB Variations
Color information
#8099C1 (or 0x8099C1) is known color: Polo Blue. HEX triplet: 80, 99 and C1. RGB value is (128,153,193). Sum of RGB (Red+Green+Blue) = 128+153+193=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #8099C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099C1 is #7F663E. Grayscale: #959595. Windows color (decimal): -8349247 or 12687744. OLE color: 12687744.
HSL color Cylindrical-coordinate representation of color #8099C1: hue angle of 216.92º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8099C1 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 153 | 193 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.24 |
| HSL | 216.92º | 0.34% | 0.63% | - |
| HSV(B) | 216.92º | 0.34% | 0.76% | - |
| XYZ | 29.92 | 31.22 | 54.9 | - |
| YUV | 150.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 193 | 0.34 | 0.21 | 0 | 0.24 | 216.92 | 0.34 | 0.63 |
| Hex | 80 | 99 | C1 | 22 | 15 | 0 | 18 | D9 | 22 | 3F |
| Octal | 200 | 231 | 301 | 42 | 25 | 0 | 30 | 331 | 42 | 77 |
| Binary | 10000000 | 10011001 | 11000001 | 100010 | 10101 | 0 | 11000 | 11011001 | 100010 | 111111 |
Color Harmonies of #8099C1
Complementary color
Monochromatic Colors of #8099C1
Black with #8099C1
Text Example
Text Example
White with #8099C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8099C1; }
p { color: rgb(128,153,193); }
H1.HeaderClassName
{
color: #8099C1;
}
.AnyTagClassName
{
color: #8099C1;
}
</style>
background-color css
<style>
a { background-color: #8099C1; }
a { background-color: rgb(128,153,193); }
div.DivClassName
{
background-color: #8099C1;
}
.BgClassName
{
background-color: #8099C1;
}
</style>
border-color css
<style>
span { border-color: #8099C1; }
span { border-color: rgb(128,153,193); }
td.TdClassName
{
border-color: #8099C1;
}
.TagClassName
{
border-color: #8099C1;
}
</style>