Shades of Polo Blue #7FA8C6
Tints of Polo Blue #7FA8C6
RGB
CMYK
RGB Variations
Color information
#7FA8C6 (or 0x7FA8C6) is known color: Polo Blue. HEX triplet: 7F, A8 and C6. RGB value is (127,168,198). Sum of RGB (Red+Green+Blue) = 127+168+198=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #7FA8C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA8C6 is #805739. Grayscale: #9F9F9F. Windows color (decimal): -8410938 or 13019263. OLE color: 13019263.
HSL color Cylindrical-coordinate representation of color #7FA8C6: hue angle of 205.35º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FA8C6 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 168 | 198 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.22 |
| HSL | 205.35º | 0.38% | 0.64% | - |
| HSV(B) | 205.35º | 0.36% | 0.78% | - |
| XYZ | 32.95 | 36.59 | 58.75 | - |
| YUV | 159.16 | 149.92 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 168 | 198 | 0.36 | 0.15 | 0 | 0.22 | 205.35 | 0.38 | 0.64 |
| Hex | 7F | A8 | C6 | 24 | F | 0 | 16 | CD | 26 | 40 |
| Octal | 177 | 250 | 306 | 44 | 17 | 0 | 26 | 315 | 46 | 100 |
| Binary | 1111111 | 10101000 | 11000110 | 100100 | 1111 | 0 | 10110 | 11001101 | 100110 | 1000000 |
Color Harmonies of #7FA8C6
Complementary color
Monochromatic Colors of #7FA8C6
Black with #7FA8C6
Text Example
Text Example
White with #7FA8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA8C6; }
p { color: rgb(127,168,198); }
H1.HeaderClassName
{
color: #7FA8C6;
}
.AnyTagClassName
{
color: #7FA8C6;
}
</style>
background-color css
<style>
a { background-color: #7FA8C6; }
a { background-color: rgb(127,168,198); }
div.DivClassName
{
background-color: #7FA8C6;
}
.BgClassName
{
background-color: #7FA8C6;
}
</style>
border-color css
<style>
span { border-color: #7FA8C6; }
span { border-color: rgb(127,168,198); }
td.TdClassName
{
border-color: #7FA8C6;
}
.TagClassName
{
border-color: #7FA8C6;
}
</style>