Shades of Polo Blue #7F9EBC
Tints of Polo Blue #7F9EBC
RGB
CMYK
RGB Variations
Color information
#7F9EBC (or 0x7F9EBC) is known color: Polo Blue. HEX triplet: 7F, 9E and BC. RGB value is (127,158,188). Sum of RGB (Red+Green+Blue) = 127+158+188=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F9EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9EBC is #806143. Grayscale: #989898. Windows color (decimal): -8413508 or 12361343. OLE color: 12361343.
HSL color Cylindrical-coordinate representation of color #7F9EBC: hue angle of 209.51º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F9EBC is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 158 | 188 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.26 |
| HSL | 209.51º | 0.31% | 0.62% | - |
| HSV(B) | 209.51º | 0.32% | 0.74% | - |
| XYZ | 30.06 | 32.6 | 52.28 | - |
| YUV | 152.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 158 | 188 | 0.32 | 0.16 | 0 | 0.26 | 209.51 | 0.31 | 0.62 |
| Hex | 7F | 9E | BC | 20 | 10 | 0 | 1A | D2 | 1F | 3E |
| Octal | 177 | 236 | 274 | 40 | 20 | 0 | 32 | 322 | 37 | 76 |
| Binary | 1111111 | 10011110 | 10111100 | 100000 | 10000 | 0 | 11010 | 11010010 | 11111 | 111110 |
Color Harmonies of #7F9EBC
Complementary color
Monochromatic Colors of #7F9EBC
Black with #7F9EBC
Text Example
Text Example
White with #7F9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9EBC; }
p { color: rgb(127,158,188); }
H1.HeaderClassName
{
color: #7F9EBC;
}
.AnyTagClassName
{
color: #7F9EBC;
}
</style>
background-color css
<style>
a { background-color: #7F9EBC; }
a { background-color: rgb(127,158,188); }
div.DivClassName
{
background-color: #7F9EBC;
}
.BgClassName
{
background-color: #7F9EBC;
}
</style>
border-color css
<style>
span { border-color: #7F9EBC; }
span { border-color: rgb(127,158,188); }
td.TdClassName
{
border-color: #7F9EBC;
}
.TagClassName
{
border-color: #7F9EBC;
}
</style>