Shades of Polo Blue #7FA5CE
Tints of Polo Blue #7FA5CE
RGB
CMYK
RGB Variations
Color information
#7FA5CE (or 0x7FA5CE) is known color: Polo Blue. HEX triplet: 7F, A5 and CE. RGB value is (127,165,206). Sum of RGB (Red+Green+Blue) = 127+165+206=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FA5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA5CE is #805A31. Grayscale: #9E9E9E. Windows color (decimal): -8411698 or 13542783. OLE color: 13542783.
HSL color Cylindrical-coordinate representation of color #7FA5CE: hue angle of 211.14º 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 #7FA5CE is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 165 | 206 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.19 |
| HSL | 211.14º | 0.45% | 0.65% | - |
| HSV(B) | 211.14º | 0.38% | 0.81% | - |
| XYZ | 33.35 | 35.88 | 63.56 | - |
| YUV | 158.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 165 | 206 | 0.38 | 0.20 | 0 | 0.19 | 211.14 | 0.45 | 0.65 |
| Hex | 7F | A5 | CE | 26 | 14 | 0 | 13 | D3 | 2D | 41 |
| Octal | 177 | 245 | 316 | 46 | 24 | 0 | 23 | 323 | 55 | 101 |
| Binary | 1111111 | 10100101 | 11001110 | 100110 | 10100 | 0 | 10011 | 11010011 | 101101 | 1000001 |
Color Harmonies of #7FA5CE
Complementary color
Monochromatic Colors of #7FA5CE
Black with #7FA5CE
Text Example
Text Example
White with #7FA5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA5CE; }
p { color: rgb(127,165,206); }
H1.HeaderClassName
{
color: #7FA5CE;
}
.AnyTagClassName
{
color: #7FA5CE;
}
</style>
background-color css
<style>
a { background-color: #7FA5CE; }
a { background-color: rgb(127,165,206); }
div.DivClassName
{
background-color: #7FA5CE;
}
.BgClassName
{
background-color: #7FA5CE;
}
</style>
border-color css
<style>
span { border-color: #7FA5CE; }
span { border-color: rgb(127,165,206); }
td.TdClassName
{
border-color: #7FA5CE;
}
.TagClassName
{
border-color: #7FA5CE;
}
</style>