COLOR #7E5192

HEX: #7E5192 RGB: (126,81,146)

Color info

#7E5192 contains mainly red and blue colors. Web safe color of #7E5192 is #666699 (or #669).

RGB color model

#7E5192 color RGB value is (126,81,146).

RGB: (126,81,146) (49%, 32%, 57%)

RGB channels and saturation

R 126 of 255 = 49%
G 81 of 255 = 32%
B 146 of 255 = 57%

126
81
146

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

Portions of RGB colors in percentages

R + G + B = 126 + 81 + 146 = 353 (100%)
R 126 of 353 ~ 35.69%
G 81 of 353 ~ 22.95%
B 146 of 353 ~ 41.36'%

%35.69
%22.95
%41.36

CMYK color model

#7E5192 color CMYK value is (14,45,0,43).

  • cyan value is 13.70%
  • magenta value is 44.52%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK: (14,45,0,43) C14M45Y0K43 (14%,45%,0%,43%) (0.14/0.45/0.00/0.43) 

CMYK percentages

%13.7
%44.52
%0
%42.75

Codes

Color #7E5192 in popluar color models

7E 51 92
RGB 126 81 146
HSL 282° 28.63% 44.51%
HSB/HSV 282° 44.52% 57.25%
CMYK 13.70% 44.52% 0.00%
42.75%

Color #7E5192 in popluar number systems.

HEX 7E 51 92
Decimal 126 81 146
Binary 1111110 1010001 10010010
Octal 176 121 222

Shades and tints

Shades of #7E5192

#7E5192
(126,81,146)
#734A85
(115,74,133)
#684378
(104,67,120)
#5D3C6B
(93,60,107)
#52355E
(82,53,94)
#472E51
(71,46,81)
#3C2744
(60,39,68)
#312037
(49,32,55)
#26192A
(38,25,42)
#1B121D
(27,18,29)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #7E5192

#7E5192
(126,81,146)
#89609B
(137,96,155)
#946FA4
(148,111,164)
#9F7EAD
(159,126,173)
#AA8DB6
(170,141,182)
#B59CBF
(181,156,191)
#C0ABC8
(192,171,200)
#CBBAD1
(203,186,209)
#D6C9DA
(214,201,218)
#E1D8E3
(225,216,227)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5192 color. Also use rgb(126,81,146) instead hex code.

Text Font Color

.myTextColor { color: #7E5192; }

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

This text font color is #7E5192.

Background Color

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

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

This div background color is #7E5192.

Border color

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

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

This div border color is #7E5192.

Opacity

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

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

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

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

This text has shadow with #7E5192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5192.

Preview

Color preview on black background

This text has color #7E5192 on black background.


Color preview on white background

This text has color #7E5192 on white background.


Black color preview on #7E5192 background

This text has black color on #7E5192 background.


White color preview on #7E5192 background

This text has white color on #7E5192 background.


Related colors

Complementary color

Complementary color for #hex is #81AE6D.


I love getcolorcode.com

Triadic colors

1 #927E51 and #51927E with #7E5192 are triadic colors.

2 #92517E and #517E92 with #7E5192 are triadic colors.