Shades of Polo Blue #7FABCA
Tints of Polo Blue #7FABCA
RGB
CMYK
RGB Variations
Color information
#7FABCA (or 0x7FABCA) is known color: Polo Blue. HEX triplet: 7F, AB and CA. RGB value is (127,171,202). Sum of RGB (Red+Green+Blue) = 127+171+202=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABCA is #805435. Grayscale: #A1A1A1. Windows color (decimal): -8410166 or 13282175. OLE color: 13282175.
HSL color Cylindrical-coordinate representation of color #7FABCA: hue angle of 204.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FABCA is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 171 | 202 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.21 |
| HSL | 204.8º | 0.41% | 0.65% | - |
| HSV(B) | 204.8º | 0.37% | 0.79% | - |
| XYZ | 33.98 | 37.9 | 61.4 | - |
| YUV | 161.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 202 | 0.37 | 0.15 | 0 | 0.21 | 204.8 | 0.41 | 0.65 |
| Hex | 7F | AB | CA | 25 | F | 0 | 15 | CD | 29 | 41 |
| Octal | 177 | 253 | 312 | 45 | 17 | 0 | 25 | 315 | 51 | 101 |
| Binary | 1111111 | 10101011 | 11001010 | 100101 | 1111 | 0 | 10101 | 11001101 | 101001 | 1000001 |
Color Harmonies of #7FABCA
Complementary color
Monochromatic Colors of #7FABCA
Black with #7FABCA
Text Example
Text Example
White with #7FABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FABCA; }
p { color: rgb(127,171,202); }
H1.HeaderClassName
{
color: #7FABCA;
}
.AnyTagClassName
{
color: #7FABCA;
}
</style>
background-color css
<style>
a { background-color: #7FABCA; }
a { background-color: rgb(127,171,202); }
div.DivClassName
{
background-color: #7FABCA;
}
.BgClassName
{
background-color: #7FABCA;
}
</style>
border-color css
<style>
span { border-color: #7FABCA; }
span { border-color: rgb(127,171,202); }
td.TdClassName
{
border-color: #7FABCA;
}
.TagClassName
{
border-color: #7FABCA;
}
</style>