COLOR #7E78D4

HEX: #7E78D4 RGB: (126,120,212)

Color info

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

RGB color model

#7E78D4 color RGB value is (126,120,212).

RGB: (126,120,212) (49%, 47%, 83%)

RGB channels and saturation

R 126 of 255 = 49%
G 120 of 255 = 47%
B 212 of 255 = 83%

126
120
212

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

Portions of RGB colors in percentages

R + G + B = 126 + 120 + 212 = 458 (100%)
R 126 of 458 ~ 27.51%
G 120 of 458 ~ 26.2%
B 212 of 458 ~ 46.29'%

%27.51
%26.2
%46.29

CMYK color model

#7E78D4 color CMYK value is (41,43,0,17).

  • cyan value is 40.57%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (41,43,0,17)
C41M43Y0K17 (41%, 43%, 0%, 17%)
(0.41 / 0.43 / 0.00 / 0.17)

CMYK percentages

%40.57
%43.4
%0
%16.86

Codes

Color #7E78D4 in popluar color models

7E 78 D4
RGB 126 120 212
HSL 244° 51.69% 65.10%
HSB/HSV 244° 43.40% 83.14%
CMYK 40.57% 43.40% 0.00%
16.86%

Color #7E78D4 in popluar number systems.

HEX 7E 78 D4
Decimal 126 120 212
Binary 1111110 1111000 11010100
Octal 176 170 324

Shades and tints

Shades of #7E78D4

#7E78D4
(126,120,212)
#736EC1
(115,110,193)
#6864AE
(104,100,174)
#5D5A9B
(93,90,155)
#525088
(82,80,136)
#474675
(71,70,117)
#3C3C62
(60,60,98)
#31324F
(49,50,79)
#26283C
(38,40,60)
#1B1E29
(27,30,41)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #7E78D4

#7E78D4
(126,120,212)
#8984D7
(137,132,215)
#9490DA
(148,144,218)
#9F9CDD
(159,156,221)
#AAA8E0
(170,168,224)
#B5B4E3
(181,180,227)
#C0C0E6
(192,192,230)
#CBCCE9
(203,204,233)
#D6D8EC
(214,216,236)
#E1E4EF
(225,228,239)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E78D4 color. Also use rgb(126,120,212) instead hex code.

Text Font Color

.myTextColor { color: #7E78D4; }

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

This text font color is #7E78D4.

Background Color

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

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

This div background color is #7E78D4.

Border color

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

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

This div border color is #7E78D4.

Opacity

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

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

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

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

This text has shadow with #7E78D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E78D4.

Preview

Color preview on black background

This text has color #7E78D4 on black background.


Color preview on white background

This text has color #7E78D4 on white background.


Black color preview on #7E78D4 background

This text has black color on #7E78D4 background.


White color preview on #7E78D4 background

This text has white color on #7E78D4 background.


Related colors

Complementary color

Complementary color for #hex is #81872B.


I love getcolorcode.com

Triadic colors

1 #D47E78 and #78D47E with #7E78D4 are triadic colors.

2 #D4787E and #787ED4 with #7E78D4 are triadic colors.