COLOR #7E7298

HEX: #7E7298 RGB: (126,114,152)

Color info

#7E7298 contains red, green and blue colors in about the same proportion. Web safe color of #7E7298 is #666699 (or #669).

RGB color model

#7E7298 color RGB value is (126,114,152).

RGB: (126,114,152) (49%, 45%, 60%)

RGB channels and saturation

R 126 of 255 = 49%
G 114 of 255 = 45%
B 152 of 255 = 60%

126
114
152

R + G + B ~ 51%. #7E7298 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 114 + 152 = 392 (100%)
R 126 of 392 ~ 32.14%
G 114 of 392 ~ 29.08%
B 152 of 392 ~ 38.78'%

%32.14
%29.08
%38.78

CMYK color model

#7E7298 color CMYK value is (17,25,0,40).

  • cyan value is 17.11%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (17,25,0,40)
C17M25Y0K40 (17%, 25%, 0%, 40%)
(0.17 / 0.25 / 0.00 / 0.40)

CMYK percentages

%17.11
%25
%0
%40.39

Codes

Color #7E7298 in popluar color models

7E 72 98
RGB 126 114 152
HSL 259° 15.57% 52.16%
HSB/HSV 259° 25.00% 59.61%
CMYK 17.11% 25.00% 0.00%
40.39%

Color #7E7298 in popluar number systems.

HEX 7E 72 98
Decimal 126 114 152
Binary 1111110 1110010 10011000
Octal 176 162 230

Shades and tints

Shades of #7E7298

#7E7298
(126,114,152)
#73688B
(115,104,139)
#685E7E
(104,94,126)
#5D5471
(93,84,113)
#524A64
(82,74,100)
#474057
(71,64,87)
#3C364A
(60,54,74)
#312C3D
(49,44,61)
#262230
(38,34,48)
#1B1823
(27,24,35)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #7E7298

#7E7298
(126,114,152)
#897EA1
(137,126,161)
#948AAA
(148,138,170)
#9F96B3
(159,150,179)
#AAA2BC
(170,162,188)
#B5AEC5
(181,174,197)
#C0BACE
(192,186,206)
#CBC6D7
(203,198,215)
#D6D2E0
(214,210,224)
#E1DEE9
(225,222,233)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7298 color. Also use rgb(126,114,152) instead hex code.

Text Font Color

.myTextColor { color: #7E7298; }

<p style="color:#7E7298">This sample text font color is #7E7298.</p>

This text font color is #7E7298.

Background Color

.myBgColor { background-color: #7E7298; }

<div style="background-color:#7E7298">Inner text</div>

This div background color is #7E7298.

Border color

.myBorderColor { border: 1px solid #7E7298; }

<div style="border:3px solid #7E7298">Div</div>

This div border color is #7E7298.

Opacity

.myOpacity80 { color: #7E7298; opacity: 0.8; }

<p style="color:#7E7298;opacity:0.8;">80%</p>

Text with #7E7298 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7E7298;}

<p style="text-shadow: 3px 3px 1px #7E7298">Text here.</p>

This text has shadow with #7E7298 color.


.textShadow {text-shadow: 3px 3px 1px #7E7298', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7E7298, 5px 5px 20px red">Text here.</p>

This text has shadow with #7E7298 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E7298, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7E7298, Direction=45, Strength=4)">Text</p>

This text has shadow with #7E7298 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E7298;
-webkit-box-shadow: 1px 1px 3px 2px #7E7298;
box-shadow: 1px 1px 3px 2px #7E7298;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E7298; -webkit-box-shadow: 1px 1px 3px 2px #7E7298; box-shadow:1px 1px 3px 2px #7E7298;">
Div content here
</div>

This div box has shadow with color #7E7298.

Preview

Color preview on black background

This text has color #7E7298 on black background.


Color preview on white background

This text has color #7E7298 on white background.


Black color preview on #7E7298 background

This text has black color on #7E7298 background.


White color preview on #7E7298 background

This text has white color on #7E7298 background.


Related colors

Complementary color

Complementary color for #hex is #818D67.


I love getcolorcode.com

Triadic colors

1 #987E72 and #72987E with #7E7298 are triadic colors.

2 #98727E and #727E98 with #7E7298 are triadic colors.