Shades of Polo Blue #7C9DBF
Tints of Polo Blue #7C9DBF
RGB
CMYK
RGB Variations
Color information
#7C9DBF (or 0x7C9DBF) is known color: Polo Blue. HEX triplet: 7C, 9D and BF. RGB value is (124,157,191). Sum of RGB (Red+Green+Blue) = 124+157+191=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C9DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9DBF is #836240. Grayscale: #969696. Windows color (decimal): -8610369 or 12557692. OLE color: 12557692.
HSL color Cylindrical-coordinate representation of color #7C9DBF: hue angle of 210.45º 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 #7C9DBF is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 157 | 191 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.25 |
| HSL | 210.45º | 0.34% | 0.62% | - |
| HSV(B) | 210.45º | 0.35% | 0.75% | - |
| XYZ | 29.77 | 32.16 | 53.93 | - |
| YUV | 151.01 | 150.57 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 191 | 0.35 | 0.18 | 0 | 0.25 | 210.45 | 0.34 | 0.62 |
| Hex | 7C | 9D | BF | 23 | 12 | 0 | 19 | D2 | 22 | 3E |
| Octal | 174 | 235 | 277 | 43 | 22 | 0 | 31 | 322 | 42 | 76 |
| Binary | 1111100 | 10011101 | 10111111 | 100011 | 10010 | 0 | 11001 | 11010010 | 100010 | 111110 |
Color Harmonies of #7C9DBF
Complementary color
Monochromatic Colors of #7C9DBF
Black with #7C9DBF
Text Example
Text Example
White with #7C9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9DBF; }
p { color: rgb(124,157,191); }
H1.HeaderClassName
{
color: #7C9DBF;
}
.AnyTagClassName
{
color: #7C9DBF;
}
</style>
background-color css
<style>
a { background-color: #7C9DBF; }
a { background-color: rgb(124,157,191); }
div.DivClassName
{
background-color: #7C9DBF;
}
.BgClassName
{
background-color: #7C9DBF;
}
</style>
border-color css
<style>
span { border-color: #7C9DBF; }
span { border-color: rgb(124,157,191); }
td.TdClassName
{
border-color: #7C9DBF;
}
.TagClassName
{
border-color: #7C9DBF;
}
</style>