Shades of Polo Blue #7F9FBC
Tints of Polo Blue #7F9FBC
RGB
CMYK
RGB Variations
Color information
#7F9FBC (or 0x7F9FBC) is known color: Polo Blue. HEX triplet: 7F, 9F and BC. RGB value is (127,159,188). Sum of RGB (Red+Green+Blue) = 127+159+188=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F9FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9FBC is #806043. Grayscale: #989898. Windows color (decimal): -8413252 or 12361599. OLE color: 12361599.
HSL color Cylindrical-coordinate representation of color #7F9FBC: hue angle of 208.52º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F9FBC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 159 | 188 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.26 |
| HSL | 208.52º | 0.31% | 0.62% | - |
| HSV(B) | 208.52º | 0.32% | 0.74% | - |
| XYZ | 30.23 | 32.94 | 52.34 | - |
| YUV | 152.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 188 | 0.32 | 0.15 | 0 | 0.26 | 208.52 | 0.31 | 0.62 |
| Hex | 7F | 9F | BC | 20 | F | 0 | 1A | D1 | 1F | 3E |
| Octal | 177 | 237 | 274 | 40 | 17 | 0 | 32 | 321 | 37 | 76 |
| Binary | 1111111 | 10011111 | 10111100 | 100000 | 1111 | 0 | 11010 | 11010001 | 11111 | 111110 |
Color Harmonies of #7F9FBC
Complementary color
Monochromatic Colors of #7F9FBC
Black with #7F9FBC
Text Example
Text Example
White with #7F9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9FBC; }
p { color: rgb(127,159,188); }
H1.HeaderClassName
{
color: #7F9FBC;
}
.AnyTagClassName
{
color: #7F9FBC;
}
</style>
background-color css
<style>
a { background-color: #7F9FBC; }
a { background-color: rgb(127,159,188); }
div.DivClassName
{
background-color: #7F9FBC;
}
.BgClassName
{
background-color: #7F9FBC;
}
</style>
border-color css
<style>
span { border-color: #7F9FBC; }
span { border-color: rgb(127,159,188); }
td.TdClassName
{
border-color: #7F9FBC;
}
.TagClassName
{
border-color: #7F9FBC;
}
</style>