#7EA6CF

Color #7EA6CF Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #7EA6CF

Tints of Polo Blue #7EA6CF

Color information

#7EA6CF (or 0x7EA6CF) is unknown color: approx Polo Blue. HEX triplet: 7E, A6 and CF. RGB value is (126,166,207). Sum of RGB (Red+Green+Blue) = 126+166+207=499 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.25% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #7EA6CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA6CF is #815930. Grayscale: #9E9E9E. Windows color (decimal): -8476977 or 13608574. OLE color: 13608574.

HSL color Cylindrical-coordinate representation of color #7EA6CF: hue angle of 210.37º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EA6CF is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB126166207-
CMYK0.390.2000.19
HSL210.37º45.76%65.29%-
HSV(B)210.37º39.13%81.18%-
XYZ33.536.2164.26-
YUV158.71155.25104.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 25.25%
GREEN value IS 166 (65.23% from 255) = 33.27%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=25.25%
G=33.27%
B=41.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1261662070.390.2000.19210.3745.7665.29
Hex7EA6CF2714013d22e41
Octal176246317472402332256101
Binary1111110101001101100111110011110100010011110100101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA6CF; }

 p { color: rgb(126,166,207); }

 H1.HeaderClassName
 {
   color: #7EA6CF;
 }
 .AnyTagClassName
 {
   color: #7EA6CF;
 }
</style>
background-color css

<style>
 a { background-color: #7EA6CF; }

 a { background-color: rgb(126,166,207); }

 div.DivClassName
 {
   background-color: #7EA6CF;
 }
 .BgClassName
 {
   background-color: #7EA6CF;
 }
</style>
border-color css

<style>
 span { border-color: #7EA6CF; }

 span { border-color: rgb(126,166,207); }

 td.TdClassName
 {
   border-color: #7EA6CF;
 }
 .TagClassName
 {
   border-color: #7EA6CF;
 }
</style>