COLOR #7E78E3

HEX: #7E78E3
RGB: (126,120,227)

Color info

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

RGB color model

#7E78E3 color RGB value is (126,120,227).

  • red value is 126;
  • green value is 120;
  • blue value is 227.
RGB:
(126,120,227)
(49%,47%,89%)

RGB channels and saturation

R 126 of 255 = 49%
G 120 of 255 = 47%
B 227 of 255 = 89%

126
120
227

R + G + B ~ 62%. #7E78E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 120 + 227 = 473 (100%)
R 126 of 473 ~ 26.64%
G 120 of 473 ~ 25.37%
B 227 of 473 ~ 47.99%

%26.64
%25.37
%47.99

CMYK color model

#7E78E3 color CMYK value is (44,47,0,11).

  • cyan value is 44.49%
  • magenta value is 47.14%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(44,47,0,11)
C44M47Y0K11 
(44%,47%,0%,11%)
(0.44/0.47/0.00/0.11)	

CMYK percentages

%44.49
%47.14
%0
%10.98

Codes

Color #7E78E3 in popluar color models

7E78E3
RGB126120227
HSL243°65.64%68.04%
HSB/HSV243°47.14%89.02%
CMYK44.49%47.14%0.00%
10.98%

Color #7E78E3 in popluar number systems.

HEX7E78E3
Decimal126120227
Binary1111110111100011100011
Octal176170343

Shades and tints

Shades of #7E78E3

#7E78E3
(126,120,227)
#736ECF
(115,110,207)
#6864BB
(104,100,187)
#5D5AA7
(93,90,167)
#525093
(82,80,147)
#47467F
(71,70,127)
#3C3C6B
(60,60,107)
#313257
(49,50,87)
#262843
(38,40,67)
#1B1E2F
(27,30,47)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #7E78E3

#7E78E3
(126,120,227)
#8984E5
(137,132,229)
#9490E7
(148,144,231)
#9F9CE9
(159,156,233)
#AAA8EB
(170,168,235)
#B5B4ED
(181,180,237)
#C0C0EF
(192,192,239)
#CBCCF1
(203,204,241)
#D6D8F3
(214,216,243)
#E1E4F5
(225,228,245)
#ECF0F7
(236,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E78E3; }

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

This text font color is #7E78E3.


Background Color

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

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

This div background color is #7E78E3.


Border color

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

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

This div border color is #7E78E3.


Opacity

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

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

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

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

This text has shadow with #7E78E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E78E3 on black background.


Color preview on white background

This text has color #7E78E3 on white background.



Black color preview on #7E78E3 background

This text has black color on #7E78E3 background.


White color preview on #7E78E3 background

This text has white color on #7E78E3 background.