Shades of Polo Blue #7C9FCC
Tints of Polo Blue #7C9FCC
RGB
CMYK
RGB Variations
Color information
#7C9FCC (or 0x7C9FCC) is known color: Polo Blue. HEX triplet: 7C, 9F and CC. RGB value is (124,159,204). Sum of RGB (Red+Green+Blue) = 124+159+204=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C9FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9FCC is #836033. Grayscale: #999999. Windows color (decimal): -8609844 or 13410172. OLE color: 13410172.
HSL color Cylindrical-coordinate representation of color #7C9FCC: hue angle of 213.75º 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 #7C9FCC is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 159 | 204 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.2 |
| HSL | 213.75º | 0.44% | 0.64% | - |
| HSV(B) | 213.75º | 0.39% | 0.8% | - |
| XYZ | 31.61 | 33.44 | 61.92 | - |
| YUV | 153.67 | 156.4 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 159 | 204 | 0.39 | 0.22 | 0 | 0.2 | 213.75 | 0.44 | 0.64 |
| Hex | 7C | 9F | CC | 27 | 16 | 0 | 14 | D6 | 2C | 40 |
| Octal | 174 | 237 | 314 | 47 | 26 | 0 | 24 | 326 | 54 | 100 |
| Binary | 1111100 | 10011111 | 11001100 | 100111 | 10110 | 0 | 10100 | 11010110 | 101100 | 1000000 |
Color Harmonies of #7C9FCC
Complementary color
Monochromatic Colors of #7C9FCC
Black with #7C9FCC
Text Example
Text Example
White with #7C9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9FCC; }
p { color: rgb(124,159,204); }
H1.HeaderClassName
{
color: #7C9FCC;
}
.AnyTagClassName
{
color: #7C9FCC;
}
</style>
background-color css
<style>
a { background-color: #7C9FCC; }
a { background-color: rgb(124,159,204); }
div.DivClassName
{
background-color: #7C9FCC;
}
.BgClassName
{
background-color: #7C9FCC;
}
</style>
border-color css
<style>
span { border-color: #7C9FCC; }
span { border-color: rgb(124,159,204); }
td.TdClassName
{
border-color: #7C9FCC;
}
.TagClassName
{
border-color: #7C9FCC;
}
</style>