COLOR #7E78B9

HEX: #7E78B9
RGB: (126,120,185)

Color info

#7E78B9 contains mainly red and blue colors. Web safe color of #7E78B9 is #6666CC (or #66C).

RGB color model

#7E78B9 color RGB value is (126,120,185).

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

RGB channels and saturation

R 126 of 255 = 49%
G 120 of 255 = 47%
B 185 of 255 = 73%

126
120
185

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

Portions of RGB colors in percentages

R + G + B =
126 + 120 + 185 = 431 (100%)
R 126 of 431 ~ 29.23%
G 120 of 431 ~ 27.84%
B 185 of 431 ~ 42.92%

%29.23
%27.84
%42.92

CMYK color model

#7E78B9 color CMYK value is (32,35,0,27).

  • cyan value is 31.89%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(32,35,0,27)
C32M35Y0K27 
(32%,35%,0%,27%)
(0.32/0.35/0.00/0.27)	

CMYK percentages

%31.89
%35.14
%0
%27.45

Codes

Color #7E78B9 in popluar color models

7E78B9
RGB126120185
HSL246°31.71%59.80%
HSB/HSV246°35.14%72.55%
CMYK31.89%35.14%0.00%
27.45%

Color #7E78B9 in popluar number systems.

HEX7E78B9
Decimal126120185
Binary1111110111100010111001
Octal176170271

Shades and tints

Shades of #7E78B9

#7E78B9
(126,120,185)
#736EA9
(115,110,169)
#686499
(104,100,153)
#5D5A89
(93,90,137)
#525079
(82,80,121)
#474669
(71,70,105)
#3C3C59
(60,60,89)
#313249
(49,50,73)
#262839
(38,40,57)
#1B1E29
(27,30,41)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #7E78B9

#7E78B9
(126,120,185)
#8984BF
(137,132,191)
#9490C5
(148,144,197)
#9F9CCB
(159,156,203)
#AAA8D1
(170,168,209)
#B5B4D7
(181,180,215)
#C0C0DD
(192,192,221)
#CBCCE3
(203,204,227)
#D6D8E9
(214,216,233)
#E1E4EF
(225,228,239)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E78B9; }

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

This text font color is #7E78B9.


Background Color

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

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

This div background color is #7E78B9.


Border color

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

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

This div border color is #7E78B9.


Opacity

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

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

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

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

This text has shadow with #7E78B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E78B9 on black background.


Color preview on white background

This text has color #7E78B9 on white background.



Black color preview on #7E78B9 background

This text has black color on #7E78B9 background.


White color preview on #7E78B9 background

This text has white color on #7E78B9 background.