COLOR #7E7197

HEX: #7E7197 RGB: (126,113,151)

Color info

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

RGB color model

#7E7197 color RGB value is (126,113,151).

RGB: (126,113,151) (49%, 44%, 59%)

RGB channels and saturation

R 126 of 255 = 49%
G 113 of 255 = 44%
B 151 of 255 = 59%

126
113
151

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

Portions of RGB colors in percentages

R + G + B = 126 + 113 + 151 = 390 (100%)
R 126 of 390 ~ 32.31%
G 113 of 390 ~ 28.97%
B 151 of 390 ~ 38.72'%

%32.31
%28.97
%38.72

CMYK color model

#7E7197 color CMYK value is (17,25,0,41).

  • cyan value is 16.56%
  • magenta value is 25.17%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (17,25,0,41)
C17M25Y0K41 (17%, 25%, 0%, 41%)
(0.17 / 0.25 / 0.00 / 0.41)

CMYK percentages

%16.56
%25.17
%0
%40.78

Codes

Color #7E7197 in popluar color models

7E 71 97
RGB 126 113 151
HSL 261° 15.45% 51.76%
HSB/HSV 261° 25.17% 59.22%
CMYK 16.56% 25.17% 0.00%
40.78%

Color #7E7197 in popluar number systems.

HEX 7E 71 97
Decimal 126 113 151
Binary 1111110 1110001 10010111
Octal 176 161 227

Shades and tints

Shades of #7E7197

#7E7197
(126,113,151)
#73678A
(115,103,138)
#685D7D
(104,93,125)
#5D5370
(93,83,112)
#524963
(82,73,99)
#473F56
(71,63,86)
#3C3549
(60,53,73)
#312B3C
(49,43,60)
#26212F
(38,33,47)
#1B1722
(27,23,34)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #7E7197

#7E7197
(126,113,151)
#897DA0
(137,125,160)
#9489A9
(148,137,169)
#9F95B2
(159,149,178)
#AAA1BB
(170,161,187)
#B5ADC4
(181,173,196)
#C0B9CD
(192,185,205)
#CBC5D6
(203,197,214)
#D6D1DF
(214,209,223)
#E1DDE8
(225,221,232)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7197 color. Also use rgb(126,113,151) instead hex code.

Text Font Color

.myTextColor { color: #7E7197; }

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

This text font color is #7E7197.

Background Color

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

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

This div background color is #7E7197.

Border color

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

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

This div border color is #7E7197.

Opacity

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

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

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

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

This text has shadow with #7E7197 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7197.

Preview

Color preview on black background

This text has color #7E7197 on black background.


Color preview on white background

This text has color #7E7197 on white background.


Black color preview on #7E7197 background

This text has black color on #7E7197 background.


White color preview on #7E7197 background

This text has white color on #7E7197 background.


Related colors

Complementary color

Complementary color for #hex is #818E68.


I love getcolorcode.com

Triadic colors

1 #977E71 and #71977E with #7E7197 are triadic colors.

2 #97717E and #717E97 with #7E7197 are triadic colors.