#7EA5C3

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

Shades of Polo Blue #7EA5C3

Tints of Polo Blue #7EA5C3

Color information

#7EA5C3 (or 0x7EA5C3) is unknown color: approx Polo Blue. HEX triplet: 7E, A5 and C3. RGB value is (126,165,195). Sum of RGB (Red+Green+Blue) = 126+165+195=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 195 - color contains mainly: blue. Hex color #7EA5C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA5C3 is #815A3C. Grayscale: #9C9C9C. Windows color (decimal): -8477245 or 12821886. OLE color: 12821886.

HSL color Cylindrical-coordinate representation of color #7EA5C3: hue angle of 206.09º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EA5C3 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB126165195-
CMYK0.350.1500.24
HSL206.09º36.51%62.94%-
HSV(B)206.09º35.38%76.47%-
XYZ31.9135.2956.76-
YUV156.76149.58106.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.93%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 195 (76.56% from 255) = 40.12%
R=25.93%
G=33.95%
B=40.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261651950.350.1500.24206.0936.5162.94
Hex7EA5C323F018ce253f
Octal17624530343170303164577
Binary11111101010010111000011100011111101100011001110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,165,195); }

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

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

 a { background-color: rgb(126,165,195); }

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

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

 span { border-color: rgb(126,165,195); }

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