Shades of Polo Blue #7F99CE
Tints of Polo Blue #7F99CE
RGB
CMYK
RGB Variations
Color information
#7F99CE (or 0x7F99CE) is known color: Polo Blue. HEX triplet: 7F, 99 and CE. RGB value is (127,153,206). Sum of RGB (Red+Green+Blue) = 127+153+206=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F99CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F99CE is #806631. Grayscale: #979797. Windows color (decimal): -8414770 or 13539711. OLE color: 13539711.
HSL color Cylindrical-coordinate representation of color #7F99CE: hue angle of 220.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F99CE is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 153 | 206 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.19 |
| HSL | 220.25º | 0.45% | 0.65% | - |
| HSV(B) | 220.25º | 0.38% | 0.81% | - |
| XYZ | 31.28 | 31.75 | 62.87 | - |
| YUV | 151.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 206 | 0.38 | 0.26 | 0 | 0.19 | 220.25 | 0.45 | 0.65 |
| Hex | 7F | 99 | CE | 26 | 1A | 0 | 13 | DC | 2D | 41 |
| Octal | 177 | 231 | 316 | 46 | 32 | 0 | 23 | 334 | 55 | 101 |
| Binary | 1111111 | 10011001 | 11001110 | 100110 | 11010 | 0 | 10011 | 11011100 | 101101 | 1000001 |
Color Harmonies of #7F99CE
Complementary color
Monochromatic Colors of #7F99CE
Black with #7F99CE
Text Example
Text Example
White with #7F99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F99CE; }
p { color: rgb(127,153,206); }
H1.HeaderClassName
{
color: #7F99CE;
}
.AnyTagClassName
{
color: #7F99CE;
}
</style>
background-color css
<style>
a { background-color: #7F99CE; }
a { background-color: rgb(127,153,206); }
div.DivClassName
{
background-color: #7F99CE;
}
.BgClassName
{
background-color: #7F99CE;
}
</style>
border-color css
<style>
span { border-color: #7F99CE; }
span { border-color: rgb(127,153,206); }
td.TdClassName
{
border-color: #7F99CE;
}
.TagClassName
{
border-color: #7F99CE;
}
</style>