#7EA5C1

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

Shades of Polo Blue #7EA5C1

Tints of Polo Blue #7EA5C1

Color information

#7EA5C1 (or 0x7EA5C1) is unknown color: approx Polo Blue. HEX triplet: 7E, A5 and C1. RGB value is (126,165,193). Sum of RGB (Red+Green+Blue) = 126+165+193=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #7EA5C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA5C1 is #815A3E. Grayscale: #9C9C9C. Windows color (decimal): -8477247 or 12690814. OLE color: 12690814.

HSL color Cylindrical-coordinate representation of color #7EA5C1: hue angle of 205.07º degrees, saturation: 0.35, 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 #7EA5C1 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB126165193-
CMYK0.350.1500.24
HSL205.07º35.08%62.55%-
HSV(B)205.07º34.72%75.69%-
XYZ31.6835.255.58-
YUV156.53148.58106.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.03%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 193 (75.78% from 255) = 39.88%
R=26.03%
G=34.09%
B=39.88%

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
Decimal1261651930.350.1500.24205.0735.0862.55
Hex7EA5C123F018cd233f
Octal17624530143170303154377
Binary11111101010010111000001100011111101100011001101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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