Shades of Polo Blue #7F9ECC
Tints of Polo Blue #7F9ECC
RGB
CMYK
RGB Variations
Color information
#7F9ECC (or 0x7F9ECC) is known color: Polo Blue. HEX triplet: 7F, 9E and CC. RGB value is (127,158,204). Sum of RGB (Red+Green+Blue) = 127+158+204=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F9ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9ECC is #806133. Grayscale: #999999. Windows color (decimal): -8413492 or 13409919. OLE color: 13409919.
HSL color Cylindrical-coordinate representation of color #7F9ECC: hue angle of 215.84º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F9ECC is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 158 | 204 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.2 |
| HSL | 215.84º | 0.43% | 0.65% | - |
| HSV(B) | 215.84º | 0.38% | 0.8% | - |
| XYZ | 31.88 | 33.33 | 61.88 | - |
| YUV | 153.98 | 156.23 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 158 | 204 | 0.38 | 0.23 | 0 | 0.2 | 215.84 | 0.43 | 0.65 |
| Hex | 7F | 9E | CC | 26 | 17 | 0 | 14 | D8 | 2B | 41 |
| Octal | 177 | 236 | 314 | 46 | 27 | 0 | 24 | 330 | 53 | 101 |
| Binary | 1111111 | 10011110 | 11001100 | 100110 | 10111 | 0 | 10100 | 11011000 | 101011 | 1000001 |
Color Harmonies of #7F9ECC
Complementary color
Monochromatic Colors of #7F9ECC
Black with #7F9ECC
Text Example
Text Example
White with #7F9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9ECC; }
p { color: rgb(127,158,204); }
H1.HeaderClassName
{
color: #7F9ECC;
}
.AnyTagClassName
{
color: #7F9ECC;
}
</style>
background-color css
<style>
a { background-color: #7F9ECC; }
a { background-color: rgb(127,158,204); }
div.DivClassName
{
background-color: #7F9ECC;
}
.BgClassName
{
background-color: #7F9ECC;
}
</style>
border-color css
<style>
span { border-color: #7F9ECC; }
span { border-color: rgb(127,158,204); }
td.TdClassName
{
border-color: #7F9ECC;
}
.TagClassName
{
border-color: #7F9ECC;
}
</style>