COLOR #7E7DDB

HEX: #7E7DDB RGB: (126,125,219)

Color info

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

RGB color model

#7E7DDB color RGB value is (126,125,219).

RGB: (126,125,219) (49%, 49%, 86%)

RGB channels and saturation

R 126 of 255 = 49%
G 125 of 255 = 49%
B 219 of 255 = 86%

126
125
219

R + G + B ~ 61%. #7E7DDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 125 + 219 = 470 (100%)
R 126 of 470 ~ 26.81%
G 125 of 470 ~ 26.6%
B 219 of 470 ~ 46.6'%

%26.81
%26.6
%46.6

CMYK color model

#7E7DDB color CMYK value is (42,43,0,14).

  • cyan value is 42.47%
  • magenta value is 42.92%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (42,43,0,14)
C42M43Y0K14 (42%, 43%, 0%, 14%)
(0.42 / 0.43 / 0.00 / 0.14)

CMYK percentages

%42.47
%42.92
%0
%14.12

Codes

Color #7E7DDB in popluar color models

7E 7D DB
RGB 126 125 219
HSL 241° 56.63% 67.45%
HSB/HSV 241° 42.92% 85.88%
CMYK 42.47% 42.92% 0.00%
14.12%

Color #7E7DDB in popluar number systems.

HEX 7E 7D DB
Decimal 126 125 219
Binary 1111110 1111101 11011011
Octal 176 175 333

Shades and tints

Shades of #7E7DDB

#7E7DDB
(126,125,219)
#7372C8
(115,114,200)
#6867B5
(104,103,181)
#5D5CA2
(93,92,162)
#52518F
(82,81,143)
#47467C
(71,70,124)
#3C3B69
(60,59,105)
#313056
(49,48,86)
#262543
(38,37,67)
#1B1A30
(27,26,48)
#100F1D
(16,15,29)
#000000
(0,0,0)

Tints of #7E7DDB

#7E7DDB
(126,125,219)
#8988DE
(137,136,222)
#9493E1
(148,147,225)
#9F9EE4
(159,158,228)
#AAA9E7
(170,169,231)
#B5B4EA
(181,180,234)
#C0BFED
(192,191,237)
#CBCAF0
(203,202,240)
#D6D5F3
(214,213,243)
#E1E0F6
(225,224,246)
#ECEBF9
(236,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7DDB; }

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

This text font color is #7E7DDB.

Background Color

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

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

This div background color is #7E7DDB.

Border color

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

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

This div border color is #7E7DDB.

Opacity

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

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

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

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

This text has shadow with #7E7DDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E7DDB.

Preview

Color preview on black background

This text has color #7E7DDB on black background.


Color preview on white background

This text has color #7E7DDB on white background.


Black color preview on #7E7DDB background

This text has black color on #7E7DDB background.


White color preview on #7E7DDB background

This text has white color on #7E7DDB background.


Related colors

Complementary color

Complementary color for #hex is #818224.


I love getcolorcode.com

Triadic colors

1 #DB7E7D and #7DDB7E with #7E7DDB are triadic colors.

2 #DB7D7E and #7D7EDB with #7E7DDB are triadic colors.