COLOR #7E73B3

HEX: #7E73B3
RGB: (126,115,179)

Color info

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

RGB color model

#7E73B3 color RGB value is (126,115,179).

  • red value is 126;
  • green value is 115;
  • blue value is 179.
RGB:
(126,115,179)
(49%,45%,70%)

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 179 of 255 = 70%

126
115
179

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

Portions of RGB colors in percentages

R + G + B =
126 + 115 + 179 = 420 (100%)
R 126 of 420 ~ 30%
G 115 of 420 ~ 27.38%
B 179 of 420 ~ 42.62%

%30
%27.38
%42.62

CMYK color model

#7E73B3 color CMYK value is (30,36,0,30).

  • cyan value is 29.61%
  • magenta value is 35.75%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(30,36,0,30)
C30M36Y0K30 
(30%,36%,0%,30%)
(0.30/0.36/0.00/0.30)	

CMYK percentages

%29.61
%35.75
%0
%29.8

Codes

Color #7E73B3 in popluar color models

7E73B3
RGB126115179
HSL250°29.63%57.65%
HSB/HSV250°35.75%70.20%
CMYK29.61%35.75%0.00%
29.80%

Color #7E73B3 in popluar number systems.

HEX7E73B3
Decimal126115179
Binary1111110111001110110011
Octal176163263

Shades and tints

Shades of #7E73B3

#7E73B3
(126,115,179)
#7369A3
(115,105,163)
#685F93
(104,95,147)
#5D5583
(93,85,131)
#524B73
(82,75,115)
#474163
(71,65,99)
#3C3753
(60,55,83)
#312D43
(49,45,67)
#262333
(38,35,51)
#1B1923
(27,25,35)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #7E73B3

#7E73B3
(126,115,179)
#897FB9
(137,127,185)
#948BBF
(148,139,191)
#9F97C5
(159,151,197)
#AAA3CB
(170,163,203)
#B5AFD1
(181,175,209)
#C0BBD7
(192,187,215)
#CBC7DD
(203,199,221)
#D6D3E3
(214,211,227)
#E1DFE9
(225,223,233)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E73B3 color. Also use rgb(126,115,179) instead hex code.

Text Font Color

.myTextColor { color: #7E73B3; }

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

This text font color is #7E73B3.


Background Color

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

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

This div background color is #7E73B3.


Border color

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

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

This div border color is #7E73B3.


Opacity

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

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

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

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

This text has shadow with #7E73B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E73B3 on black background.


Color preview on white background

This text has color #7E73B3 on white background.



Black color preview on #7E73B3 background

This text has black color on #7E73B3 background.


White color preview on #7E73B3 background

This text has white color on #7E73B3 background.