#7EA2BE

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

Shades of Polo Blue #7EA2BE

Tints of Polo Blue #7EA2BE

Color information

#7EA2BE (or 0x7EA2BE) is unknown color: approx Polo Blue. HEX triplet: 7E, A2 and BE. RGB value is (126,162,190). Sum of RGB (Red+Green+Blue) = 126+162+190=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #7EA2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA2BE is #815D41. Grayscale: #9A9A9A. Windows color (decimal): -8478018 or 12493438. OLE color: 12493438.

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

Color convert

RGB126162190-
CMYK0.340.1500.25
HSL206.25º32.99%61.96%-
HSV(B)206.25º33.68%74.51%-
XYZ30.8233.9953.65-
YUV154.43148.07107.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.36%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=26.36%
G=33.89%
B=39.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261621900.340.1500.25206.2532.9961.96
Hex7EA2BE22F019ce213e
Octal17624227642170313164176
Binary11111101010001010111110100010111101100111001110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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