Shades of Polo Blue #7FA0CC
Tints of Polo Blue #7FA0CC
RGB
CMYK
RGB Variations
Color information
#7FA0CC (or 0x7FA0CC) is known color: Polo Blue. HEX triplet: 7F, A0 and CC. RGB value is (127,160,204). Sum of RGB (Red+Green+Blue) = 127+160+204=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FA0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA0CC is #805F33. Grayscale: #9A9A9A. Windows color (decimal): -8412980 or 13410431. OLE color: 13410431.
HSL color Cylindrical-coordinate representation of color #7FA0CC: hue angle of 214.29º 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 #7FA0CC is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 160 | 204 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.2 |
| HSL | 214.29º | 0.43% | 0.65% | - |
| HSV(B) | 214.29º | 0.38% | 0.8% | - |
| XYZ | 32.22 | 34.01 | 61.99 | - |
| YUV | 155.15 | 155.57 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 204 | 0.38 | 0.22 | 0 | 0.2 | 214.29 | 0.43 | 0.65 |
| Hex | 7F | A0 | CC | 26 | 16 | 0 | 14 | D6 | 2B | 41 |
| Octal | 177 | 240 | 314 | 46 | 26 | 0 | 24 | 326 | 53 | 101 |
| Binary | 1111111 | 10100000 | 11001100 | 100110 | 10110 | 0 | 10100 | 11010110 | 101011 | 1000001 |
Color Harmonies of #7FA0CC
Complementary color
Monochromatic Colors of #7FA0CC
Black with #7FA0CC
Text Example
Text Example
White with #7FA0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA0CC; }
p { color: rgb(127,160,204); }
H1.HeaderClassName
{
color: #7FA0CC;
}
.AnyTagClassName
{
color: #7FA0CC;
}
</style>
background-color css
<style>
a { background-color: #7FA0CC; }
a { background-color: rgb(127,160,204); }
div.DivClassName
{
background-color: #7FA0CC;
}
.BgClassName
{
background-color: #7FA0CC;
}
</style>
border-color css
<style>
span { border-color: #7FA0CC; }
span { border-color: rgb(127,160,204); }
td.TdClassName
{
border-color: #7FA0CC;
}
.TagClassName
{
border-color: #7FA0CC;
}
</style>