COLOR #7E72C6

HEX: #7E72C6
RGB: (126,114,198)

Color info

#7E72C6 contains mainly blue color. Web safe color of #7E72C6 is #6666CC (or #66C).

RGB color model

#7E72C6 color RGB value is (126,114,198).

  • red value is 126;
  • green value is 114;
  • blue value is 198.
RGB:
(126,114,198)
(49%,45%,78%)

RGB channels and saturation

R 126 of 255 = 49%
G 114 of 255 = 45%
B 198 of 255 = 78%

126
114
198

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

Portions of RGB colors in percentages

R + G + B =
126 + 114 + 198 = 438 (100%)
R 126 of 438 ~ 28.77%
G 114 of 438 ~ 26.03%
B 198 of 438 ~ 45.21%

%28.77
%26.03
%45.21

CMYK color model

#7E72C6 color CMYK value is (36,42,0,22).

  • cyan value is 36.36%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(36,42,0,22)
C36M42Y0K22 
(36%,42%,0%,22%)
(0.36/0.42/0.00/0.22)	

CMYK percentages

%36.36
%42.42
%0
%22.35

Codes

Color #7E72C6 in popluar color models

7E72C6
RGB126114198
HSL249°42.42%61.18%
HSB/HSV249°42.42%77.65%
CMYK36.36%42.42%0.00%
22.35%

Color #7E72C6 in popluar number systems.

HEX7E72C6
Decimal126114198
Binary1111110111001011000110
Octal176162306

Shades and tints

Shades of #7E72C6

#7E72C6
(126,114,198)
#7368B4
(115,104,180)
#685EA2
(104,94,162)
#5D5490
(93,84,144)
#524A7E
(82,74,126)
#47406C
(71,64,108)
#3C365A
(60,54,90)
#312C48
(49,44,72)
#262236
(38,34,54)
#1B1824
(27,24,36)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #7E72C6

#7E72C6
(126,114,198)
#897ECB
(137,126,203)
#948AD0
(148,138,208)
#9F96D5
(159,150,213)
#AAA2DA
(170,162,218)
#B5AEDF
(181,174,223)
#C0BAE4
(192,186,228)
#CBC6E9
(203,198,233)
#D6D2EE
(214,210,238)
#E1DEF3
(225,222,243)
#ECEAF8
(236,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E72C6; }

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

This text font color is #7E72C6.


Background Color

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

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

This div background color is #7E72C6.


Border color

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

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

This div border color is #7E72C6.


Opacity

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

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

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

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

This text has shadow with #7E72C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E72C6 on black background.


Color preview on white background

This text has color #7E72C6 on white background.



Black color preview on #7E72C6 background

This text has black color on #7E72C6 background.


White color preview on #7E72C6 background

This text has white color on #7E72C6 background.