COLOR #7E4DDB

HEX: #7E4DDB
RGB: (126,77,219)

Color info

#7E4DDB contains mainly blue color. Web safe color of #7E4DDB is #6633CC (or #63C).

RGB color model

#7E4DDB color RGB value is (126,77,219).

  • red value is 126;
  • green value is 77;
  • blue value is 219.
RGB:
(126,77,219)
(49%,30%,86%)

RGB channels and saturation

R 126 of 255 = 49%
G 77 of 255 = 30%
B 219 of 255 = 86%

126
77
219

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

Portions of RGB colors in percentages

R + G + B =
126 + 77 + 219 = 422 (100%)
R 126 of 422 ~ 29.86%
G 77 of 422 ~ 18.25%
B 219 of 422 ~ 51.9%

%29.86
%18.25
%51.9

CMYK color model

#7E4DDB color CMYK value is (42,65,0,14).

  • cyan value is 42.47%
  • magenta value is 64.84%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(42,65,0,14)
C42M65Y0K14 
(42%,65%,0%,14%)
(0.42/0.65/0.00/0.14)	

CMYK percentages

%42.47
%64.84
%0
%14.12

Codes

Color #7E4DDB in popluar color models

7E4DDB
RGB12677219
HSL261°66.36%58.04%
HSB/HSV261°64.84%85.88%
CMYK42.47%64.84%0.00%
14.12%

Color #7E4DDB in popluar number systems.

HEX7E4DDB
Decimal12677219
Binary1111110100110111011011
Octal176115333

Shades and tints

Shades of #7E4DDB

#7E4DDB
(126,77,219)
#7346C8
(115,70,200)
#683FB5
(104,63,181)
#5D38A2
(93,56,162)
#52318F
(82,49,143)
#472A7C
(71,42,124)
#3C2369
(60,35,105)
#311C56
(49,28,86)
#261543
(38,21,67)
#1B0E30
(27,14,48)
#10071D
(16,7,29)
#000000
(0,0,0)

Tints of #7E4DDB

#7E4DDB
(126,77,219)
#895DDE
(137,93,222)
#946DE1
(148,109,225)
#9F7DE4
(159,125,228)
#AA8DE7
(170,141,231)
#B59DEA
(181,157,234)
#C0ADED
(192,173,237)
#CBBDF0
(203,189,240)
#D6CDF3
(214,205,243)
#E1DDF6
(225,221,246)
#ECEDF9
(236,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4DDB color. Also use rgb(126,77,219) instead hex code.

Text Font Color

.myTextColor { color: #7E4DDB; }

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

This text font color is #7E4DDB.


Background Color

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

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

This div background color is #7E4DDB.


Border color

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

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

This div border color is #7E4DDB.


Opacity

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

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

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

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

This text has shadow with #7E4DDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4DDB on black background.


Color preview on white background

This text has color #7E4DDB on white background.



Black color preview on #7E4DDB background

This text has black color on #7E4DDB background.


White color preview on #7E4DDB background

This text has white color on #7E4DDB background.