Shades of Polo Blue #7CA5D1
Tints of Polo Blue #7CA5D1
RGB
CMYK
RGB Variations
Color information
#7CA5D1 (or 0x7CA5D1) is known color: Polo Blue. HEX triplet: 7C, A5 and D1. RGB value is (124,165,209). Sum of RGB (Red+Green+Blue) = 124+165+209=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #7CA5D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA5D1 is #835A2E. Grayscale: #9D9D9D. Windows color (decimal): -8608303 or 13739388. OLE color: 13739388.
HSL color Cylindrical-coordinate representation of color #7CA5D1: hue angle of 211.06º 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 #7CA5D1 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 165 | 209 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.18 |
| HSL | 211.06º | 0.48% | 0.65% | - |
| HSV(B) | 211.06º | 0.41% | 0.82% | - |
| XYZ | 33.28 | 35.8 | 65.48 | - |
| YUV | 157.76 | 156.92 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 165 | 209 | 0.41 | 0.21 | 0 | 0.18 | 211.06 | 0.48 | 0.65 |
| Hex | 7C | A5 | D1 | 29 | 15 | 0 | 12 | D3 | 30 | 41 |
| Octal | 174 | 245 | 321 | 51 | 25 | 0 | 22 | 323 | 60 | 101 |
| Binary | 1111100 | 10100101 | 11010001 | 101001 | 10101 | 0 | 10010 | 11010011 | 110000 | 1000001 |
Color Harmonies of #7CA5D1
Complementary color
Monochromatic Colors of #7CA5D1
Black with #7CA5D1
Text Example
Text Example
White with #7CA5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA5D1; }
p { color: rgb(124,165,209); }
H1.HeaderClassName
{
color: #7CA5D1;
}
.AnyTagClassName
{
color: #7CA5D1;
}
</style>
background-color css
<style>
a { background-color: #7CA5D1; }
a { background-color: rgb(124,165,209); }
div.DivClassName
{
background-color: #7CA5D1;
}
.BgClassName
{
background-color: #7CA5D1;
}
</style>
border-color css
<style>
span { border-color: #7CA5D1; }
span { border-color: rgb(124,165,209); }
td.TdClassName
{
border-color: #7CA5D1;
}
.TagClassName
{
border-color: #7CA5D1;
}
</style>