Shades of Polo Blue #7F9FCD
Tints of Polo Blue #7F9FCD
RGB
CMYK
RGB Variations
Color information
#7F9FCD (or 0x7F9FCD) is known color: Polo Blue. HEX triplet: 7F, 9F and CD. RGB value is (127,159,205). Sum of RGB (Red+Green+Blue) = 127+159+205=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F9FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9FCD is #806032. Grayscale: #9A9A9A. Windows color (decimal): -8413235 or 13475711. OLE color: 13475711.
HSL color Cylindrical-coordinate representation of color #7F9FCD: hue angle of 215.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F9FCD is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 159 | 205 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.20 |
| HSL | 215.38º | 0.44% | 0.65% | - |
| HSV(B) | 215.38º | 0.38% | 0.8% | - |
| XYZ | 32.17 | 33.72 | 62.57 | - |
| YUV | 154.68 | 156.4 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 159 | 205 | 0.38 | 0.22 | 0 | 0.20 | 215.38 | 0.44 | 0.65 |
| Hex | 7F | 9F | CD | 26 | 16 | 0 | 14 | D7 | 2C | 41 |
| Octal | 177 | 237 | 315 | 46 | 26 | 0 | 24 | 327 | 54 | 101 |
| Binary | 1111111 | 10011111 | 11001101 | 100110 | 10110 | 0 | 10100 | 11010111 | 101100 | 1000001 |
Color Harmonies of #7F9FCD
Complementary color
Monochromatic Colors of #7F9FCD
Black with #7F9FCD
Text Example
Text Example
White with #7F9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9FCD; }
p { color: rgb(127,159,205); }
H1.HeaderClassName
{
color: #7F9FCD;
}
.AnyTagClassName
{
color: #7F9FCD;
}
</style>
background-color css
<style>
a { background-color: #7F9FCD; }
a { background-color: rgb(127,159,205); }
div.DivClassName
{
background-color: #7F9FCD;
}
.BgClassName
{
background-color: #7F9FCD;
}
</style>
border-color css
<style>
span { border-color: #7F9FCD; }
span { border-color: rgb(127,159,205); }
td.TdClassName
{
border-color: #7F9FCD;
}
.TagClassName
{
border-color: #7F9FCD;
}
</style>