Shades of Polo Blue #7C9EC7
Tints of Polo Blue #7C9EC7
RGB
CMYK
RGB Variations
Color information
#7C9EC7 (or 0x7C9EC7) is known color: Polo Blue. HEX triplet: 7C, 9E and C7. RGB value is (124,158,199). Sum of RGB (Red+Green+Blue) = 124+158+199=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 199 - color contains mainly: blue. Hex color #7C9EC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9EC7 is #836138. Grayscale: #989898. Windows color (decimal): -8610105 or 13082236. OLE color: 13082236.
HSL color Cylindrical-coordinate representation of color #7C9EC7: hue angle of 212.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C9EC7 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 158 | 199 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.22 |
| HSL | 212.8º | 0.4% | 0.63% | - |
| HSV(B) | 212.8º | 0.38% | 0.78% | - |
| XYZ | 30.85 | 32.86 | 58.75 | - |
| YUV | 152.51 | 154.24 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 158 | 199 | 0.38 | 0.21 | 0 | 0.22 | 212.8 | 0.4 | 0.63 |
| Hex | 7C | 9E | C7 | 26 | 15 | 0 | 16 | D5 | 28 | 3F |
| Octal | 174 | 236 | 307 | 46 | 25 | 0 | 26 | 325 | 50 | 77 |
| Binary | 1111100 | 10011110 | 11000111 | 100110 | 10101 | 0 | 10110 | 11010101 | 101000 | 111111 |
Color Harmonies of #7C9EC7
Complementary color
Monochromatic Colors of #7C9EC7
Black with #7C9EC7
Text Example
Text Example
White with #7C9EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9EC7; }
p { color: rgb(124,158,199); }
H1.HeaderClassName
{
color: #7C9EC7;
}
.AnyTagClassName
{
color: #7C9EC7;
}
</style>
background-color css
<style>
a { background-color: #7C9EC7; }
a { background-color: rgb(124,158,199); }
div.DivClassName
{
background-color: #7C9EC7;
}
.BgClassName
{
background-color: #7C9EC7;
}
</style>
border-color css
<style>
span { border-color: #7C9EC7; }
span { border-color: rgb(124,158,199); }
td.TdClassName
{
border-color: #7C9EC7;
}
.TagClassName
{
border-color: #7C9EC7;
}
</style>