#7ea4d0

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

Shades of Polo Blue #7EA4D0

Tints of Polo Blue #7EA4D0

Color information

#7EA4D0 (or 0x7EA4D0) is unknown color: approx Polo Blue. HEX triplet: 7E, A4 and D0. RGB value is (126,164,208). Sum of RGB (Red+Green+Blue) = 126+164+208=498 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.30% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #7EA4D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA4D0 is #815B2F. Grayscale: #9D9D9D. Windows color (decimal): -8477488 or 13673598. OLE color: 13673598.

HSL color Cylindrical-coordinate representation of color #7EA4D0: hue angle of 212.2º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EA4D0 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB126164208-
CMYK0.390.2100.18
HSL212.2º46.59%65.49%-
HSV(B)212.2º39.42%81.57%-
XYZ33.2635.5464.78-
YUV157.65156.41105.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.30%
GREEN value IS 164 (64.45% from 255) = 32.93%
BLUE value IS 208 (81.64% from 255) = 41.77%
R=25.30%
G=32.93%
B=41.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1261642080.390.2100.18212.246.5965.49
Hex7EA4D02715012d42f41
Octal176244320472502232457101
Binary1111110101001001101000010011110101010010110101001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ea4d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,164,208); }

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

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

 a { background-color: rgb(126,164,208); }

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

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

 span { border-color: rgb(126,164,208); }

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