Shades of Polo Blue #7FA0CF
Tints of Polo Blue #7FA0CF
RGB
CMYK
RGB Variations
Color information
#7FA0CF (or 0x7FA0CF) is known color: Polo Blue. HEX triplet: 7F, A0 and CF. RGB value is (127,160,207). Sum of RGB (Red+Green+Blue) = 127+160+207=494 (65% of max value = 765). Red value is 127 (50% from 255 or 25.71% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FA0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA0CF is #805F30. Grayscale: #9B9B9B. Windows color (decimal): -8412977 or 13607039. OLE color: 13607039.
HSL color Cylindrical-coordinate representation of color #7FA0CF: hue angle of 215.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FA0CF is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 160 | 207 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.19 |
| HSL | 215.25º | 0.45% | 0.65% | - |
| HSV(B) | 215.25º | 0.39% | 0.81% | - |
| XYZ | 32.59 | 34.16 | 63.91 | - |
| YUV | 155.49 | 157.07 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 207 | 0.39 | 0.23 | 0 | 0.19 | 215.25 | 0.45 | 0.65 |
| Hex | 7F | A0 | CF | 27 | 17 | 0 | 13 | D7 | 2D | 41 |
| Octal | 177 | 240 | 317 | 47 | 27 | 0 | 23 | 327 | 55 | 101 |
| Binary | 1111111 | 10100000 | 11001111 | 100111 | 10111 | 0 | 10011 | 11010111 | 101101 | 1000001 |
Color Harmonies of #7FA0CF
Complementary color
Monochromatic Colors of #7FA0CF
Black with #7FA0CF
Text Example
Text Example
White with #7FA0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA0CF; }
p { color: rgb(127,160,207); }
H1.HeaderClassName
{
color: #7FA0CF;
}
.AnyTagClassName
{
color: #7FA0CF;
}
</style>
background-color css
<style>
a { background-color: #7FA0CF; }
a { background-color: rgb(127,160,207); }
div.DivClassName
{
background-color: #7FA0CF;
}
.BgClassName
{
background-color: #7FA0CF;
}
</style>
border-color css
<style>
span { border-color: #7FA0CF; }
span { border-color: rgb(127,160,207); }
td.TdClassName
{
border-color: #7FA0CF;
}
.TagClassName
{
border-color: #7FA0CF;
}
</style>