COLOR #7E73DB

HEX: #7E73DB
RGB: (126,115,219)

Color info

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

RGB color model

#7E73DB color RGB value is (126,115,219).

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

RGB channels and saturation

R 126 of 255 = 49%
G 115 of 255 = 45%
B 219 of 255 = 86%

126
115
219

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

Portions of RGB colors in percentages

R + G + B =
126 + 115 + 219 = 460 (100%)
R 126 of 460 ~ 27.39%
G 115 of 460 ~ 25%
B 219 of 460 ~ 47.61%

%27.39
%25
%47.61

CMYK color model

#7E73DB color CMYK value is (42,47,0,14).

  • cyan value is 42.47%
  • magenta value is 47.49%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(42,47,0,14)
C42M47Y0K14 
(42%,47%,0%,14%)
(0.42/0.47/0.00/0.14)	

CMYK percentages

%42.47
%47.49
%0
%14.12

Codes

Color #7E73DB in popluar color models

7E73DB
RGB126115219
HSL246°59.09%65.49%
HSB/HSV246°47.49%85.88%
CMYK42.47%47.49%0.00%
14.12%

Color #7E73DB in popluar number systems.

HEX7E73DB
Decimal126115219
Binary1111110111001111011011
Octal176163333

Shades and tints

Shades of #7E73DB

#7E73DB
(126,115,219)
#7369C8
(115,105,200)
#685FB5
(104,95,181)
#5D55A2
(93,85,162)
#524B8F
(82,75,143)
#47417C
(71,65,124)
#3C3769
(60,55,105)
#312D56
(49,45,86)
#262343
(38,35,67)
#1B1930
(27,25,48)
#100F1D
(16,15,29)
#000000
(0,0,0)

Tints of #7E73DB

#7E73DB
(126,115,219)
#897FDE
(137,127,222)
#948BE1
(148,139,225)
#9F97E4
(159,151,228)
#AAA3E7
(170,163,231)
#B5AFEA
(181,175,234)
#C0BBED
(192,187,237)
#CBC7F0
(203,199,240)
#D6D3F3
(214,211,243)
#E1DFF6
(225,223,246)
#ECEBF9
(236,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E73DB; }

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

This text font color is #7E73DB.


Background Color

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

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

This div background color is #7E73DB.


Border color

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

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

This div border color is #7E73DB.


Opacity

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

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

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

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

This text has shadow with #7E73DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E73DB on black background.


Color preview on white background

This text has color #7E73DB on white background.



Black color preview on #7E73DB background

This text has black color on #7E73DB background.


White color preview on #7E73DB background

This text has white color on #7E73DB background.