COLOR #7878E2

HEX: #7878E2 RGB: (120,120,226)

Color info

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

RGB color model

#7878E2 color RGB value is (120,120,226).

RGB: (120,120,226) (47%, 47%, 89%)

RGB channels and saturation

R 120 of 255 = 47%
G 120 of 255 = 47%
B 226 of 255 = 89%

120
120
226

R + G + B ~ 61%. #7878E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 120 + 226 = 466 (100%)
R 120 of 466 ~ 25.75%
G 120 of 466 ~ 25.75%
B 226 of 466 ~ 48.5'%

%25.75
%25.75
%48.5

CMYK color model

#7878E2 color CMYK value is (47,47,0,11).

  • cyan value is 46.90%
  • magenta value is 46.90%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (47,47,0,11)
C47M47Y0K11 (47%, 47%, 0%, 11%)
(0.47 / 0.47 / 0.00 / 0.11)

CMYK percentages

%46.9
%46.9
%0
%11.37

Codes

Color #7878E2 in popluar color models

78 78 E2
RGB 120 120 226
HSL 240° 64.63% 67.84%
HSB/HSV 240° 46.90% 88.63%
CMYK 46.90% 46.90% 0.00%
11.37%

Color #7878E2 in popluar number systems.

HEX 78 78 E2
Decimal 120 120 226
Binary 1111000 1111000 11100010
Octal 170 170 342

Shades and tints

Shades of #7878E2

#7878E2
(120,120,226)
#6E6ECE
(110,110,206)
#6464BA
(100,100,186)
#5A5AA6
(90,90,166)
#505092
(80,80,146)
#46467E
(70,70,126)
#3C3C6A
(60,60,106)
#323256
(50,50,86)
#282842
(40,40,66)
#1E1E2E
(30,30,46)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #7878E2

#7878E2
(120,120,226)
#8484E4
(132,132,228)
#9090E6
(144,144,230)
#9C9CE8
(156,156,232)
#A8A8EA
(168,168,234)
#B4B4EC
(180,180,236)
#C0C0EE
(192,192,238)
#CCCCF0
(204,204,240)
#D8D8F2
(216,216,242)
#E4E4F4
(228,228,244)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7878E2 color. Also use rgb(120,120,226) instead hex code.

Text Font Color

.myTextColor { color: #7878E2; }

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

This text font color is #7878E2.

Background Color

.myBgColor { background-color: #7878E2; }

<div style="background-color:#7878E2">Inner text</div>

This div background color is #7878E2.

Border color

.myBorderColor { border: 1px solid #7878E2; }

<div style="border:3px solid #7878E2">Div</div>

This div border color is #7878E2.

Opacity

.myOpacity80 { color: #7878E2; opacity: 0.8; }

<p style="color:#7878E2;opacity:0.8;">80%</p>

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

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

This text has shadow with #7878E2 color.


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

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

This text has shadow with #7878E2 primary color and red secondary color.


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

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

This text has shadow with #7878E2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7878E2.

Preview

Color preview on black background

This text has color #7878E2 on black background.


Color preview on white background

This text has color #7878E2 on white background.


Black color preview on #7878E2 background

This text has black color on #7878E2 background.


White color preview on #7878E2 background

This text has white color on #7878E2 background.


Related colors

Complementary color

Complementary color for #hex is #87871D.


I love getcolorcode.com