COLOR #7E7991

HEX: #7E7991
RGB: (126,121,145)

Color info

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

RGB color model

#7E7991 color RGB value is (126,121,145).

  • red value is 126;
  • green value is 121;
  • blue value is 145.
RGB:
(126,121,145)
(49%,47%,57%)

RGB channels and saturation

R 126 of 255 = 49%
G 121 of 255 = 47%
B 145 of 255 = 57%

126
121
145

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

Portions of RGB colors in percentages

R + G + B =
126 + 121 + 145 = 392 (100%)
R 126 of 392 ~ 32.14%
G 121 of 392 ~ 30.87%
B 145 of 392 ~ 36.99%

%32.14
%30.87
%36.99

CMYK color model

#7E7991 color CMYK value is (13,17,0,43).

  • cyan value is 13.10%
  • magenta value is 16.55%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(13,17,0,43)
C13M17Y0K43 
(13%,17%,0%,43%)
(0.13/0.17/0.00/0.43)	

CMYK percentages

%13.1
%16.55
%0
%43.14

Codes

Color #7E7991 in popluar color models

7E7991
RGB126121145
HSL253°9.84%52.16%
HSB/HSV253°16.55%56.86%
CMYK13.10%16.55%0.00%
43.14%

Color #7E7991 in popluar number systems.

HEX7E7991
Decimal126121145
Binary1111110111100110010001
Octal176171221

Shades and tints

Shades of #7E7991

#7E7991
(126,121,145)
#736E84
(115,110,132)
#686377
(104,99,119)
#5D586A
(93,88,106)
#524D5D
(82,77,93)
#474250
(71,66,80)
#3C3743
(60,55,67)
#312C36
(49,44,54)
#262129
(38,33,41)
#1B161C
(27,22,28)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #7E7991

#7E7991
(126,121,145)
#89859B
(137,133,155)
#9491A5
(148,145,165)
#9F9DAF
(159,157,175)
#AAA9B9
(170,169,185)
#B5B5C3
(181,181,195)
#C0C1CD
(192,193,205)
#CBCDD7
(203,205,215)
#D6D9E1
(214,217,225)
#E1E5EB
(225,229,235)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7991 color. Also use rgb(126,121,145) instead hex code.

Text Font Color

.myTextColor { color: #7E7991; }

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

This text font color is #7E7991.


Background Color

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

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

This div background color is #7E7991.


Border color

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

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

This div border color is #7E7991.


Opacity

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

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

Text with #7E7991 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 #7E7991;}

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

This text has shadow with #7E7991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7991 on black background.


Color preview on white background

This text has color #7E7991 on white background.



Black color preview on #7E7991 background

This text has black color on #7E7991 background.


White color preview on #7E7991 background

This text has white color on #7E7991 background.