#7EA1CE

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

Shades of Polo Blue #7EA1CE

Tints of Polo Blue #7EA1CE

Color information

#7EA1CE (or 0x7EA1CE) is unknown color: approx Polo Blue. HEX triplet: 7E, A1 and CE. RGB value is (126,161,206). Sum of RGB (Red+Green+Blue) = 126+161+206=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #7EA1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA1CE is #815E31. Grayscale: #9B9B9B. Windows color (decimal): -8478258 or 13541758. OLE color: 13541758.

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

Color convert

RGB126161206-
CMYK0.390.2200.19
HSL213.75º44.94%65.1%-
HSV(B)213.75º38.83%80.78%-
XYZ32.4934.3863.32-
YUV155.66156.4106.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.56%
GREEN value IS 161 (63.28% from 255) = 32.66%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=25.56%
G=32.66%
B=41.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1261612060.390.2200.19213.7544.9465.1
Hex7EA1CE2716013d62d41
Octal176241316472602332655101
Binary1111110101000011100111010011110110010011110101101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,161,206); }

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

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

 a { background-color: rgb(126,161,206); }

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

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

 span { border-color: rgb(126,161,206); }

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