#7EA3BE

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

Shades of Polo Blue #7EA3BE

Tints of Polo Blue #7EA3BE

Color information

#7EA3BE (or 0x7EA3BE) is unknown color: approx Polo Blue. HEX triplet: 7E, A3 and BE. RGB value is (126,163,190). Sum of RGB (Red+Green+Blue) = 126+163+190=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #7EA3BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA3BE is #815C41. Grayscale: #9A9A9A. Windows color (decimal): -8477762 or 12493694. OLE color: 12493694.

HSL color Cylindrical-coordinate representation of color #7EA3BE: hue angle of 205.31º degrees, saturation: 0.33, 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 #7EA3BE is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126163190-
CMYK0.340.1400.25
HSL205.31º32.99%61.96%-
HSV(B)205.31º33.68%74.51%-
XYZ3134.3553.71-
YUV155.01147.74107.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.30%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=26.30%
G=34.03%
B=39.67%

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
Decimal1261631900.340.1400.25205.3132.9961.96
Hex7EA3BE22E019cd213e
Octal17624327642160313154176
Binary11111101010001110111110100010111001100111001101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,163,190); }

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

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

 a { background-color: rgb(126,163,190); }

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

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

 span { border-color: rgb(126,163,190); }

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