COLOR #7878EB

HEX: #7878EB
RGB: (120,120,235)

Color info

#7878EB contains mainly blue color. Web safe color of #7878EB is #6666FF (or #66F).

RGB color model

#7878EB color RGB value is (120,120,235).

  • red value is 120;
  • green value is 120;
  • blue value is 235.
RGB:
(120,120,235)
(47%,47%,92%)

RGB channels and saturation

R 120 of 255 = 47%
G 120 of 255 = 47%
B 235 of 255 = 92%

120
120
235

R + G + B ~ 62%. #7878EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 235 = 475 (100%)
R 120 of 475 ~ 25.26%
G 120 of 475 ~ 25.26%
B 235 of 475 ~ 49.47%

%25.26
%25.26
%49.47

CMYK color model

#7878EB color CMYK value is (49,49,0,8).

  • cyan value is 48.94%
  • magenta value is 48.94%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(49,49,0,8)
C49M49Y0K8 
(49%,49%,0%,8%)
(0.49/0.49/0.00/0.08)	

CMYK percentages

%48.94
%48.94
%0
%7.84

Codes

Color #7878EB in popluar color models

7878EB
RGB120120235
HSL240°74.19%69.61%
HSB/HSV240°48.94%92.16%
CMYK48.94%48.94%0.00%
7.84%

Color #7878EB in popluar number systems.

HEX7878EB
Decimal120120235
Binary1111000111100011101011
Octal170170353

Shades and tints

Shades of #7878EB

#7878EB
(120,120,235)
#6E6ED6
(110,110,214)
#6464C1
(100,100,193)
#5A5AAC
(90,90,172)
#505097
(80,80,151)
#464682
(70,70,130)
#3C3C6D
(60,60,109)
#323258
(50,50,88)
#282843
(40,40,67)
#1E1E2E
(30,30,46)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #7878EB

#7878EB
(120,120,235)
#8484EC
(132,132,236)
#9090ED
(144,144,237)
#9C9CEE
(156,156,238)
#A8A8EF
(168,168,239)
#B4B4F0
(180,180,240)
#C0C0F1
(192,192,241)
#CCCCF2
(204,204,242)
#D8D8F3
(216,216,243)
#E4E4F4
(228,228,244)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7878EB; }

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

This text font color is #7878EB.


Background Color

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

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

This div background color is #7878EB.


Border color

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

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

This div border color is #7878EB.


Opacity

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

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

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

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

This text has shadow with #7878EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7878EB on black background.


Color preview on white background

This text has color #7878EB on white background.



Black color preview on #7878EB background

This text has black color on #7878EB background.


White color preview on #7878EB background

This text has white color on #7878EB background.