#7EA6CD

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

Shades of Polo Blue #7EA6CD

Tints of Polo Blue #7EA6CD

Color information

#7EA6CD (or 0x7EA6CD) is unknown color: approx Polo Blue. HEX triplet: 7E, A6 and CD. RGB value is (126,166,205). Sum of RGB (Red+Green+Blue) = 126+166+205=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #7EA6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA6CD is #815932. Grayscale: #9E9E9E. Windows color (decimal): -8476979 or 13477502. OLE color: 13477502.

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

Color convert

RGB126166205-
CMYK0.390.1900.20
HSL209.62º44.13%64.9%-
HSV(B)209.62º38.54%80.39%-
XYZ33.2636.1262.98-
YUV158.49154.25104.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.35%
GREEN value IS 166 (65.23% from 255) = 33.40%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=25.35%
G=33.40%
B=41.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261662050.390.1900.20209.6244.1364.9
Hex7EA6CD2713014d22c41
Octal176246315472302432254101
Binary1111110101001101100110110011110011010100110100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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