Shades of Polo Blue #7C9CBE
Tints of Polo Blue #7C9CBE
RGB
CMYK
RGB Variations
Color information
#7C9CBE (or 0x7C9CBE) is known color: Polo Blue. HEX triplet: 7C, 9C and BE. RGB value is (124,156,190). Sum of RGB (Red+Green+Blue) = 124+156+190=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C9CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9CBE is #836341. Grayscale: #969696. Windows color (decimal): -8610626 or 12491900. OLE color: 12491900.
HSL color Cylindrical-coordinate representation of color #7C9CBE: hue angle of 210.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C9CBE is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 156 | 190 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.25 |
| HSL | 210.91º | 0.34% | 0.62% | - |
| HSV(B) | 210.91º | 0.35% | 0.75% | - |
| XYZ | 29.49 | 31.78 | 53.29 | - |
| YUV | 150.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 156 | 190 | 0.35 | 0.18 | 0 | 0.25 | 210.91 | 0.34 | 0.62 |
| Hex | 7C | 9C | BE | 23 | 12 | 0 | 19 | D3 | 22 | 3E |
| Octal | 174 | 234 | 276 | 43 | 22 | 0 | 31 | 323 | 42 | 76 |
| Binary | 1111100 | 10011100 | 10111110 | 100011 | 10010 | 0 | 11001 | 11010011 | 100010 | 111110 |
Color Harmonies of #7C9CBE
Complementary color
Monochromatic Colors of #7C9CBE
Black with #7C9CBE
Text Example
Text Example
White with #7C9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9CBE; }
p { color: rgb(124,156,190); }
H1.HeaderClassName
{
color: #7C9CBE;
}
.AnyTagClassName
{
color: #7C9CBE;
}
</style>
background-color css
<style>
a { background-color: #7C9CBE; }
a { background-color: rgb(124,156,190); }
div.DivClassName
{
background-color: #7C9CBE;
}
.BgClassName
{
background-color: #7C9CBE;
}
</style>
border-color css
<style>
span { border-color: #7C9CBE; }
span { border-color: rgb(124,156,190); }
td.TdClassName
{
border-color: #7C9CBE;
}
.TagClassName
{
border-color: #7C9CBE;
}
</style>