#7EA4BF

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

Shades of Polo Blue #7EA4BF

Tints of Polo Blue #7EA4BF

Color information

#7EA4BF (or 0x7EA4BF) is unknown color: approx Polo Blue. HEX triplet: 7E, A4 and BF. RGB value is (126,164,191). Sum of RGB (Red+Green+Blue) = 126+164+191=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #7EA4BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA4BF is #815B40. Grayscale: #9B9B9B. Windows color (decimal): -8477505 or 12559486. OLE color: 12559486.

HSL color Cylindrical-coordinate representation of color #7EA4BF: hue angle of 204.92º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EA4BF is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126164191-
CMYK0.340.1400.25
HSL204.92º33.68%62.16%-
HSV(B)204.92º34.03%74.9%-
XYZ31.2834.7554.35-
YUV155.72147.91106.8-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.20%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 191 (75% from 255) = 39.71%
R=26.20%
G=34.10%
B=39.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261641910.340.1400.25204.9233.6862.16
Hex7EA4BF22E019cd223e
Octal17624427742160313154276
Binary11111101010010010111111100010111001100111001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,164,191); }

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

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

 a { background-color: rgb(126,164,191); }

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

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

 span { border-color: rgb(126,164,191); }

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