Shades of Polo Blue #7FA2BF
Tints of Polo Blue #7FA2BF
RGB
CMYK
RGB Variations
Color information
#7FA2BF (or 0x7FA2BF) is known color: Polo Blue. HEX triplet: 7F, A2 and BF. RGB value is (127,162,191). Sum of RGB (Red+Green+Blue) = 127+162+191=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #7FA2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA2BF is #805D40. Grayscale: #9A9A9A. Windows color (decimal): -8412481 or 12558975. OLE color: 12558975.
HSL color Cylindrical-coordinate representation of color #7FA2BF: hue angle of 207.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FA2BF is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 162 | 191 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.25 |
| HSL | 207.19º | 0.33% | 0.62% | - |
| HSV(B) | 207.19º | 0.34% | 0.75% | - |
| XYZ | 31.08 | 34.11 | 54.24 | - |
| YUV | 154.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 191 | 0.34 | 0.15 | 0 | 0.25 | 207.19 | 0.33 | 0.62 |
| Hex | 7F | A2 | BF | 22 | F | 0 | 19 | CF | 21 | 3E |
| Octal | 177 | 242 | 277 | 42 | 17 | 0 | 31 | 317 | 41 | 76 |
| Binary | 1111111 | 10100010 | 10111111 | 100010 | 1111 | 0 | 11001 | 11001111 | 100001 | 111110 |
Color Harmonies of #7FA2BF
Complementary color
Monochromatic Colors of #7FA2BF
Black with #7FA2BF
Text Example
Text Example
White with #7FA2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA2BF; }
p { color: rgb(127,162,191); }
H1.HeaderClassName
{
color: #7FA2BF;
}
.AnyTagClassName
{
color: #7FA2BF;
}
</style>
background-color css
<style>
a { background-color: #7FA2BF; }
a { background-color: rgb(127,162,191); }
div.DivClassName
{
background-color: #7FA2BF;
}
.BgClassName
{
background-color: #7FA2BF;
}
</style>
border-color css
<style>
span { border-color: #7FA2BF; }
span { border-color: rgb(127,162,191); }
td.TdClassName
{
border-color: #7FA2BF;
}
.TagClassName
{
border-color: #7FA2BF;
}
</style>