Shades of Polo Blue #7CA2CA
Tints of Polo Blue #7CA2CA
RGB
CMYK
RGB Variations
Color information
#7CA2CA (or 0x7CA2CA) is known color: Polo Blue. HEX triplet: 7C, A2 and CA. RGB value is (124,162,202). Sum of RGB (Red+Green+Blue) = 124+162+202=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #7CA2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA2CA is #835D35. Grayscale: #9B9B9B. Windows color (decimal): -8609078 or 13279868. OLE color: 13279868.
HSL color Cylindrical-coordinate representation of color #7CA2CA: hue angle of 210.77º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CA2CA is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 162 | 202 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.21 |
| HSL | 210.77º | 0.42% | 0.64% | - |
| HSV(B) | 210.77º | 0.39% | 0.79% | - |
| XYZ | 31.89 | 34.39 | 60.83 | - |
| YUV | 155.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 202 | 0.39 | 0.20 | 0 | 0.21 | 210.77 | 0.42 | 0.64 |
| Hex | 7C | A2 | CA | 27 | 14 | 0 | 15 | D3 | 2A | 40 |
| Octal | 174 | 242 | 312 | 47 | 24 | 0 | 25 | 323 | 52 | 100 |
| Binary | 1111100 | 10100010 | 11001010 | 100111 | 10100 | 0 | 10101 | 11010011 | 101010 | 1000000 |
Color Harmonies of #7CA2CA
Complementary color
Monochromatic Colors of #7CA2CA
Black with #7CA2CA
Text Example
Text Example
White with #7CA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA2CA; }
p { color: rgb(124,162,202); }
H1.HeaderClassName
{
color: #7CA2CA;
}
.AnyTagClassName
{
color: #7CA2CA;
}
</style>
background-color css
<style>
a { background-color: #7CA2CA; }
a { background-color: rgb(124,162,202); }
div.DivClassName
{
background-color: #7CA2CA;
}
.BgClassName
{
background-color: #7CA2CA;
}
</style>
border-color css
<style>
span { border-color: #7CA2CA; }
span { border-color: rgb(124,162,202); }
td.TdClassName
{
border-color: #7CA2CA;
}
.TagClassName
{
border-color: #7CA2CA;
}
</style>