Shades of Polo Blue #7FA3CA
Tints of Polo Blue #7FA3CA
RGB
CMYK
RGB Variations
Color information
#7FA3CA (or 0x7FA3CA) is known color: Polo Blue. HEX triplet: 7F, A3 and CA. RGB value is (127,163,202). Sum of RGB (Red+Green+Blue) = 127+163+202=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #7FA3CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA3CA is #805C35. Grayscale: #9C9C9C. Windows color (decimal): -8412214 or 13280127. OLE color: 13280127.
HSL color Cylindrical-coordinate representation of color #7FA3CA: hue angle of 211.2º 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 #7FA3CA is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 163 | 202 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.21 |
| HSL | 211.2º | 0.41% | 0.65% | - |
| HSV(B) | 211.2º | 0.37% | 0.79% | - |
| XYZ | 32.51 | 34.97 | 60.91 | - |
| YUV | 156.68 | 153.57 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 163 | 202 | 0.37 | 0.19 | 0 | 0.21 | 211.2 | 0.41 | 0.65 |
| Hex | 7F | A3 | CA | 25 | 13 | 0 | 15 | D3 | 29 | 41 |
| Octal | 177 | 243 | 312 | 45 | 23 | 0 | 25 | 323 | 51 | 101 |
| Binary | 1111111 | 10100011 | 11001010 | 100101 | 10011 | 0 | 10101 | 11010011 | 101001 | 1000001 |
Color Harmonies of #7FA3CA
Complementary color
Monochromatic Colors of #7FA3CA
Black with #7FA3CA
Text Example
Text Example
White with #7FA3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA3CA; }
p { color: rgb(127,163,202); }
H1.HeaderClassName
{
color: #7FA3CA;
}
.AnyTagClassName
{
color: #7FA3CA;
}
</style>
background-color css
<style>
a { background-color: #7FA3CA; }
a { background-color: rgb(127,163,202); }
div.DivClassName
{
background-color: #7FA3CA;
}
.BgClassName
{
background-color: #7FA3CA;
}
</style>
border-color css
<style>
span { border-color: #7FA3CA; }
span { border-color: rgb(127,163,202); }
td.TdClassName
{
border-color: #7FA3CA;
}
.TagClassName
{
border-color: #7FA3CA;
}
</style>