Shades of Polo Blue #7FA9CE
Tints of Polo Blue #7FA9CE
RGB
CMYK
RGB Variations
Color information
#7FA9CE (or 0x7FA9CE) is known color: Polo Blue. HEX triplet: 7F, A9 and CE. RGB value is (127,169,206). Sum of RGB (Red+Green+Blue) = 127+169+206=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FA9CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA9CE is #805631. Grayscale: #A0A0A0. Windows color (decimal): -8410674 or 13543807. OLE color: 13543807.
HSL color Cylindrical-coordinate representation of color #7FA9CE: hue angle of 208.1º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FA9CE is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 169 | 206 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.19 |
| HSL | 208.1º | 0.45% | 0.65% | - |
| HSV(B) | 208.1º | 0.38% | 0.81% | - |
| XYZ | 34.08 | 37.34 | 63.8 | - |
| YUV | 160.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 169 | 206 | 0.38 | 0.18 | 0 | 0.19 | 208.1 | 0.45 | 0.65 |
| Hex | 7F | A9 | CE | 26 | 12 | 0 | 13 | D0 | 2D | 41 |
| Octal | 177 | 251 | 316 | 46 | 22 | 0 | 23 | 320 | 55 | 101 |
| Binary | 1111111 | 10101001 | 11001110 | 100110 | 10010 | 0 | 10011 | 11010000 | 101101 | 1000001 |
Color Harmonies of #7FA9CE
Complementary color
Monochromatic Colors of #7FA9CE
Black with #7FA9CE
Text Example
Text Example
White with #7FA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA9CE; }
p { color: rgb(127,169,206); }
H1.HeaderClassName
{
color: #7FA9CE;
}
.AnyTagClassName
{
color: #7FA9CE;
}
</style>
background-color css
<style>
a { background-color: #7FA9CE; }
a { background-color: rgb(127,169,206); }
div.DivClassName
{
background-color: #7FA9CE;
}
.BgClassName
{
background-color: #7FA9CE;
}
</style>
border-color css
<style>
span { border-color: #7FA9CE; }
span { border-color: rgb(127,169,206); }
td.TdClassName
{
border-color: #7FA9CE;
}
.TagClassName
{
border-color: #7FA9CE;
}
</style>