Shades of Polo Blue #7FA2BE
Tints of Polo Blue #7FA2BE
RGB
CMYK
RGB Variations
Color information
#7FA2BE (or 0x7FA2BE) is known color: Polo Blue. HEX triplet: 7F, A2 and BE. RGB value is (127,162,190). Sum of RGB (Red+Green+Blue) = 127+162+190=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FA2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA2BE is #805D41. Grayscale: #9A9A9A. Windows color (decimal): -8412482 or 12493439. OLE color: 12493439.
HSL color Cylindrical-coordinate representation of color #7FA2BE: hue angle of 206.67º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FA2BE is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 162 | 190 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.25 |
| HSL | 206.67º | 0.33% | 0.62% | - |
| HSV(B) | 206.67º | 0.33% | 0.75% | - |
| XYZ | 30.97 | 34.07 | 53.66 | - |
| YUV | 154.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 162 | 190 | 0.33 | 0.15 | 0 | 0.25 | 206.67 | 0.33 | 0.62 |
| Hex | 7F | A2 | BE | 21 | F | 0 | 19 | CF | 21 | 3E |
| Octal | 177 | 242 | 276 | 41 | 17 | 0 | 31 | 317 | 41 | 76 |
| Binary | 1111111 | 10100010 | 10111110 | 100001 | 1111 | 0 | 11001 | 11001111 | 100001 | 111110 |
Color Harmonies of #7FA2BE
Complementary color
Monochromatic Colors of #7FA2BE
Black with #7FA2BE
Text Example
Text Example
White with #7FA2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA2BE; }
p { color: rgb(127,162,190); }
H1.HeaderClassName
{
color: #7FA2BE;
}
.AnyTagClassName
{
color: #7FA2BE;
}
</style>
background-color css
<style>
a { background-color: #7FA2BE; }
a { background-color: rgb(127,162,190); }
div.DivClassName
{
background-color: #7FA2BE;
}
.BgClassName
{
background-color: #7FA2BE;
}
</style>
border-color css
<style>
span { border-color: #7FA2BE; }
span { border-color: rgb(127,162,190); }
td.TdClassName
{
border-color: #7FA2BE;
}
.TagClassName
{
border-color: #7FA2BE;
}
</style>