Shades of Polo Blue #7C9DCE
Tints of Polo Blue #7C9DCE
RGB
CMYK
RGB Variations
Color information
#7C9DCE (or 0x7C9DCE) is known color: Polo Blue. HEX triplet: 7C, 9D and CE. RGB value is (124,157,206). Sum of RGB (Red+Green+Blue) = 124+157+206=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C9DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9DCE is #836231. Grayscale: #989898. Windows color (decimal): -8610354 or 13540732. OLE color: 13540732.
HSL color Cylindrical-coordinate representation of color #7C9DCE: hue angle of 215.85º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C9DCE is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 157 | 206 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.19 |
| HSL | 215.85º | 0.46% | 0.65% | - |
| HSV(B) | 215.85º | 0.4% | 0.81% | - |
| XYZ | 31.51 | 32.86 | 63.07 | - |
| YUV | 152.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 206 | 0.40 | 0.24 | 0 | 0.19 | 215.85 | 0.46 | 0.65 |
| Hex | 7C | 9D | CE | 28 | 18 | 0 | 13 | D8 | 2E | 41 |
| Octal | 174 | 235 | 316 | 50 | 30 | 0 | 23 | 330 | 56 | 101 |
| Binary | 1111100 | 10011101 | 11001110 | 101000 | 11000 | 0 | 10011 | 11011000 | 101110 | 1000001 |
Color Harmonies of #7C9DCE
Complementary color
Monochromatic Colors of #7C9DCE
Black with #7C9DCE
Text Example
Text Example
White with #7C9DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9DCE; }
p { color: rgb(124,157,206); }
H1.HeaderClassName
{
color: #7C9DCE;
}
.AnyTagClassName
{
color: #7C9DCE;
}
</style>
background-color css
<style>
a { background-color: #7C9DCE; }
a { background-color: rgb(124,157,206); }
div.DivClassName
{
background-color: #7C9DCE;
}
.BgClassName
{
background-color: #7C9DCE;
}
</style>
border-color css
<style>
span { border-color: #7C9DCE; }
span { border-color: rgb(124,157,206); }
td.TdClassName
{
border-color: #7C9DCE;
}
.TagClassName
{
border-color: #7C9DCE;
}
</style>