Shades of Polo Blue #7C9ECC
Tints of Polo Blue #7C9ECC
RGB
CMYK
RGB Variations
Color information
#7C9ECC (or 0x7C9ECC) is known color: Polo Blue. HEX triplet: 7C, 9E and CC. RGB value is (124,158,204). Sum of RGB (Red+Green+Blue) = 124+158+204=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C9ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9ECC is #836133. Grayscale: #989898. Windows color (decimal): -8610100 or 13409916. OLE color: 13409916.
HSL color Cylindrical-coordinate representation of color #7C9ECC: hue angle of 214.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C9ECC is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 158 | 204 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.2 |
| HSL | 214.5º | 0.44% | 0.64% | - |
| HSV(B) | 214.5º | 0.39% | 0.8% | - |
| XYZ | 31.44 | 33.1 | 61.86 | - |
| YUV | 153.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 158 | 204 | 0.39 | 0.23 | 0 | 0.2 | 214.5 | 0.44 | 0.64 |
| Hex | 7C | 9E | CC | 27 | 17 | 0 | 14 | D6 | 2C | 40 |
| Octal | 174 | 236 | 314 | 47 | 27 | 0 | 24 | 326 | 54 | 100 |
| Binary | 1111100 | 10011110 | 11001100 | 100111 | 10111 | 0 | 10100 | 11010110 | 101100 | 1000000 |
Color Harmonies of #7C9ECC
Complementary color
Monochromatic Colors of #7C9ECC
Black with #7C9ECC
Text Example
Text Example
White with #7C9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9ECC; }
p { color: rgb(124,158,204); }
H1.HeaderClassName
{
color: #7C9ECC;
}
.AnyTagClassName
{
color: #7C9ECC;
}
</style>
background-color css
<style>
a { background-color: #7C9ECC; }
a { background-color: rgb(124,158,204); }
div.DivClassName
{
background-color: #7C9ECC;
}
.BgClassName
{
background-color: #7C9ECC;
}
</style>
border-color css
<style>
span { border-color: #7C9ECC; }
span { border-color: rgb(124,158,204); }
td.TdClassName
{
border-color: #7C9ECC;
}
.TagClassName
{
border-color: #7C9ECC;
}
</style>