COLOR #7E72D2

HEX: #7E72D2
RGB: (126,114,210)

Color info

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

RGB color model

#7E72D2 color RGB value is (126,114,210).

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

RGB channels and saturation

R 126 of 255 = 49%
G 114 of 255 = 45%
B 210 of 255 = 82%

126
114
210

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

Portions of RGB colors in percentages

R + G + B =
126 + 114 + 210 = 450 (100%)
R 126 of 450 ~ 28%
G 114 of 450 ~ 25.33%
B 210 of 450 ~ 46.67%

%28
%25.33
%46.67

CMYK color model

#7E72D2 color CMYK value is (40,46,0,18).

  • cyan value is 40.00%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(40,46,0,18)
C40M46Y0K18 
(40%,46%,0%,18%)
(0.40/0.46/0.00/0.18)	

CMYK percentages

%40
%45.71
%0
%17.65

Codes

Color #7E72D2 in popluar color models

7E72D2
RGB126114210
HSL248°51.61%63.53%
HSB/HSV248°45.71%82.35%
CMYK40.00%45.71%0.00%
17.65%

Color #7E72D2 in popluar number systems.

HEX7E72D2
Decimal126114210
Binary1111110111001011010010
Octal176162322

Shades and tints

Shades of #7E72D2

#7E72D2
(126,114,210)
#7368BF
(115,104,191)
#685EAC
(104,94,172)
#5D5499
(93,84,153)
#524A86
(82,74,134)
#474073
(71,64,115)
#3C3660
(60,54,96)
#312C4D
(49,44,77)
#26223A
(38,34,58)
#1B1827
(27,24,39)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #7E72D2

#7E72D2
(126,114,210)
#897ED6
(137,126,214)
#948ADA
(148,138,218)
#9F96DE
(159,150,222)
#AAA2E2
(170,162,226)
#B5AEE6
(181,174,230)
#C0BAEA
(192,186,234)
#CBC6EE
(203,198,238)
#D6D2F2
(214,210,242)
#E1DEF6
(225,222,246)
#ECEAFA
(236,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E72D2; }

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

This text font color is #7E72D2.


Background Color

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

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

This div background color is #7E72D2.


Border color

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

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

This div border color is #7E72D2.


Opacity

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

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

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

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

This text has shadow with #7E72D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E72D2 on black background.


Color preview on white background

This text has color #7E72D2 on white background.



Black color preview on #7E72D2 background

This text has black color on #7E72D2 background.


White color preview on #7E72D2 background

This text has white color on #7E72D2 background.