Shades of Polo Blue #8099CC
Tints of Polo Blue #8099CC
RGB
CMYK
RGB Variations
Color information
#8099CC (or 0x8099CC) is known color: Polo Blue. HEX triplet: 80, 99 and CC. RGB value is (128,153,204). Sum of RGB (Red+Green+Blue) = 128+153+204=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #8099CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099CC is #7F6633. Grayscale: #979797. Windows color (decimal): -8349236 or 13408640. OLE color: 13408640.
HSL color Cylindrical-coordinate representation of color #8099CC: hue angle of 220.26º degrees, saturation: 0.43, 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 #8099CC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 153 | 204 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.2 |
| HSL | 220.26º | 0.43% | 0.65% | - |
| HSV(B) | 220.26º | 0.37% | 0.8% | - |
| XYZ | 31.19 | 31.73 | 61.61 | - |
| YUV | 151.34 | 157.72 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 204 | 0.37 | 0.25 | 0 | 0.2 | 220.26 | 0.43 | 0.65 |
| Hex | 80 | 99 | CC | 25 | 19 | 0 | 14 | DC | 2B | 41 |
| Octal | 200 | 231 | 314 | 45 | 31 | 0 | 24 | 334 | 53 | 101 |
| Binary | 10000000 | 10011001 | 11001100 | 100101 | 11001 | 0 | 10100 | 11011100 | 101011 | 1000001 |
Color Harmonies of #8099CC
Complementary color
Monochromatic Colors of #8099CC
Black with #8099CC
Text Example
Text Example
White with #8099CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8099CC; }
p { color: rgb(128,153,204); }
H1.HeaderClassName
{
color: #8099CC;
}
.AnyTagClassName
{
color: #8099CC;
}
</style>
background-color css
<style>
a { background-color: #8099CC; }
a { background-color: rgb(128,153,204); }
div.DivClassName
{
background-color: #8099CC;
}
.BgClassName
{
background-color: #8099CC;
}
</style>
border-color css
<style>
span { border-color: #8099CC; }
span { border-color: rgb(128,153,204); }
td.TdClassName
{
border-color: #8099CC;
}
.TagClassName
{
border-color: #8099CC;
}
</style>