#7EA6C9

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

Shades of Polo Blue #7EA6C9

Tints of Polo Blue #7EA6C9

Color information

#7EA6C9 (or 0x7EA6C9) is unknown color: approx Polo Blue. HEX triplet: 7E, A6 and C9. RGB value is (126,166,201). Sum of RGB (Red+Green+Blue) = 126+166+201=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #7EA6C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA6C9 is #815936. Grayscale: #9D9D9D. Windows color (decimal): -8476983 or 13215358. OLE color: 13215358.

HSL color Cylindrical-coordinate representation of color #7EA6C9: hue angle of 208º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EA6C9 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB126166201-
CMYK0.370.1700.21
HSL208º40.98%64.12%-
HSV(B)208º37.31%78.82%-
XYZ32.7835.9360.46-
YUV158.03152.25105.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.56%
GREEN value IS 166 (65.23% from 255) = 33.67%
BLUE value IS 201 (78.91% from 255) = 40.77%
R=25.56%
G=33.67%
B=40.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1261662010.370.1700.2120840.9864.12
Hex7EA6C92511015d02940
Octal176246311452102532051100
Binary1111110101001101100100110010110001010101110100001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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