Shades of Polo Blue #7C9CBF
Tints of Polo Blue #7C9CBF
RGB
CMYK
RGB Variations
Color information
#7C9CBF (or 0x7C9CBF) is known color: Polo Blue. HEX triplet: 7C, 9C and BF. RGB value is (124,156,191). Sum of RGB (Red+Green+Blue) = 124+156+191=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C9CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9CBF is #836340. Grayscale: #969696. Windows color (decimal): -8610625 or 12557436. OLE color: 12557436.
HSL color Cylindrical-coordinate representation of color #7C9CBF: hue angle of 211.34º 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 #7C9CBF is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 156 | 191 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.25 |
| HSL | 211.34º | 0.34% | 0.62% | - |
| HSV(B) | 211.34º | 0.35% | 0.75% | - |
| XYZ | 29.6 | 31.82 | 53.87 | - |
| YUV | 150.42 | 150.9 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 156 | 191 | 0.35 | 0.18 | 0 | 0.25 | 211.34 | 0.34 | 0.62 |
| Hex | 7C | 9C | BF | 23 | 12 | 0 | 19 | D3 | 22 | 3E |
| Octal | 174 | 234 | 277 | 43 | 22 | 0 | 31 | 323 | 42 | 76 |
| Binary | 1111100 | 10011100 | 10111111 | 100011 | 10010 | 0 | 11001 | 11010011 | 100010 | 111110 |
Color Harmonies of #7C9CBF
Complementary color
Monochromatic Colors of #7C9CBF
Black with #7C9CBF
Text Example
Text Example
White with #7C9CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9CBF; }
p { color: rgb(124,156,191); }
H1.HeaderClassName
{
color: #7C9CBF;
}
.AnyTagClassName
{
color: #7C9CBF;
}
</style>
background-color css
<style>
a { background-color: #7C9CBF; }
a { background-color: rgb(124,156,191); }
div.DivClassName
{
background-color: #7C9CBF;
}
.BgClassName
{
background-color: #7C9CBF;
}
</style>
border-color css
<style>
span { border-color: #7C9CBF; }
span { border-color: rgb(124,156,191); }
td.TdClassName
{
border-color: #7C9CBF;
}
.TagClassName
{
border-color: #7C9CBF;
}
</style>