Shades of Polo Blue #7CA2BF
Tints of Polo Blue #7CA2BF
RGB
CMYK
RGB Variations
Color information
#7CA2BF (or 0x7CA2BF) is known color: Polo Blue. HEX triplet: 7C, A2 and BF. RGB value is (124,162,191). Sum of RGB (Red+Green+Blue) = 124+162+191=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #7CA2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA2BF is #835D40. Grayscale: #999999. Windows color (decimal): -8609089 or 12558972. OLE color: 12558972.
HSL color Cylindrical-coordinate representation of color #7CA2BF: hue angle of 205.97º 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 #7CA2BF is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 162 | 191 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.25 |
| HSL | 205.97º | 0.34% | 0.62% | - |
| HSV(B) | 205.97º | 0.35% | 0.75% | - |
| XYZ | 30.64 | 33.89 | 54.22 | - |
| YUV | 153.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 191 | 0.35 | 0.15 | 0 | 0.25 | 205.97 | 0.34 | 0.62 |
| Hex | 7C | A2 | BF | 23 | F | 0 | 19 | CE | 22 | 3E |
| Octal | 174 | 242 | 277 | 43 | 17 | 0 | 31 | 316 | 42 | 76 |
| Binary | 1111100 | 10100010 | 10111111 | 100011 | 1111 | 0 | 11001 | 11001110 | 100010 | 111110 |
Color Harmonies of #7CA2BF
Complementary color
Monochromatic Colors of #7CA2BF
Black with #7CA2BF
Text Example
Text Example
White with #7CA2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA2BF; }
p { color: rgb(124,162,191); }
H1.HeaderClassName
{
color: #7CA2BF;
}
.AnyTagClassName
{
color: #7CA2BF;
}
</style>
background-color css
<style>
a { background-color: #7CA2BF; }
a { background-color: rgb(124,162,191); }
div.DivClassName
{
background-color: #7CA2BF;
}
.BgClassName
{
background-color: #7CA2BF;
}
</style>
border-color css
<style>
span { border-color: #7CA2BF; }
span { border-color: rgb(124,162,191); }
td.TdClassName
{
border-color: #7CA2BF;
}
.TagClassName
{
border-color: #7CA2BF;
}
</style>