Shades of Polo Blue #7CA2D1
Tints of Polo Blue #7CA2D1
RGB
CMYK
RGB Variations
Color information
#7CA2D1 (or 0x7CA2D1) is known color: Polo Blue. HEX triplet: 7C, A2 and D1. RGB value is (124,162,209). Sum of RGB (Red+Green+Blue) = 124+162+209=495 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.05% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #7CA2D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA2D1 is #835D2E. Grayscale: #9B9B9B. Windows color (decimal): -8609071 or 13738620. OLE color: 13738620.
HSL color Cylindrical-coordinate representation of color #7CA2D1: hue angle of 213.18º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CA2D1 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 162 | 209 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.18 |
| HSL | 213.18º | 0.48% | 0.65% | - |
| HSV(B) | 213.18º | 0.41% | 0.82% | - |
| XYZ | 32.74 | 34.73 | 65.3 | - |
| YUV | 156 | 157.91 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 209 | 0.41 | 0.22 | 0 | 0.18 | 213.18 | 0.48 | 0.65 |
| Hex | 7C | A2 | D1 | 29 | 16 | 0 | 12 | D5 | 30 | 41 |
| Octal | 174 | 242 | 321 | 51 | 26 | 0 | 22 | 325 | 60 | 101 |
| Binary | 1111100 | 10100010 | 11010001 | 101001 | 10110 | 0 | 10010 | 11010101 | 110000 | 1000001 |
Color Harmonies of #7CA2D1
Complementary color
Monochromatic Colors of #7CA2D1
Black with #7CA2D1
Text Example
Text Example
White with #7CA2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA2D1; }
p { color: rgb(124,162,209); }
H1.HeaderClassName
{
color: #7CA2D1;
}
.AnyTagClassName
{
color: #7CA2D1;
}
</style>
background-color css
<style>
a { background-color: #7CA2D1; }
a { background-color: rgb(124,162,209); }
div.DivClassName
{
background-color: #7CA2D1;
}
.BgClassName
{
background-color: #7CA2D1;
}
</style>
border-color css
<style>
span { border-color: #7CA2D1; }
span { border-color: rgb(124,162,209); }
td.TdClassName
{
border-color: #7CA2D1;
}
.TagClassName
{
border-color: #7CA2D1;
}
</style>