#7EA6C1

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

Shades of Polo Blue #7EA6C1

Tints of Polo Blue #7EA6C1

Color information

#7EA6C1 (or 0x7EA6C1) is unknown color: approx Polo Blue. HEX triplet: 7E, A6 and C1. RGB value is (126,166,193). Sum of RGB (Red+Green+Blue) = 126+166+193=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #7EA6C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA6C1 is #81593E. Grayscale: #9C9C9C. Windows color (decimal): -8476991 or 12691070. OLE color: 12691070.

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

Color convert

RGB126166193-
CMYK0.350.1400.24
HSL204.18º35.08%62.55%-
HSV(B)204.18º34.72%75.69%-
XYZ31.8735.5655.64-
YUV157.12148.25105.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.98%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=25.98%
G=34.23%
B=39.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261661930.350.1400.24204.1835.0862.55
Hex7EA6C123E018cc233f
Octal17624630143160303144377
Binary11111101010011011000001100011111001100011001100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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