COLOR #7878E8

HEX: #7878E8
RGB: (120,120,232)

Color info

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

RGB color model

#7878E8 color RGB value is (120,120,232).

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

RGB channels and saturation

R 120 of 255 = 47%
G 120 of 255 = 47%
B 232 of 255 = 91%

120
120
232

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

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 232 = 472 (100%)
R 120 of 472 ~ 25.42%
G 120 of 472 ~ 25.42%
B 232 of 472 ~ 49.15%

%25.42
%25.42
%49.15

CMYK color model

#7878E8 color CMYK value is (48,48,0,9).

  • cyan value is 48.28%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(48,48,0,9)
C48M48Y0K9 
(48%,48%,0%,9%)
(0.48/0.48/0.00/0.09)	

CMYK percentages

%48.28
%48.28
%0
%9.02

Codes

Color #7878E8 in popluar color models

7878E8
RGB120120232
HSL240°70.89%69.02%
HSB/HSV240°48.28%90.98%
CMYK48.28%48.28%0.00%
9.02%

Color #7878E8 in popluar number systems.

HEX7878E8
Decimal120120232
Binary1111000111100011101000
Octal170170350

Shades and tints

Shades of #7878E8

#7878E8
(120,120,232)
#6E6ED3
(110,110,211)
#6464BE
(100,100,190)
#5A5AA9
(90,90,169)
#505094
(80,80,148)
#46467F
(70,70,127)
#3C3C6A
(60,60,106)
#323255
(50,50,85)
#282840
(40,40,64)
#1E1E2B
(30,30,43)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #7878E8

#7878E8
(120,120,232)
#8484EA
(132,132,234)
#9090EC
(144,144,236)
#9C9CEE
(156,156,238)
#A8A8F0
(168,168,240)
#B4B4F2
(180,180,242)
#C0C0F4
(192,192,244)
#CCCCF6
(204,204,246)
#D8D8F8
(216,216,248)
#E4E4FA
(228,228,250)
#F0F0FC
(240,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7878E8; }

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

This text font color is #7878E8.


Background Color

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

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

This div background color is #7878E8.


Border color

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

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

This div border color is #7878E8.


Opacity

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

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

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

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

This text has shadow with #7878E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7878E8 on black background.


Color preview on white background

This text has color #7878E8 on white background.



Black color preview on #7878E8 background

This text has black color on #7878E8 background.


White color preview on #7878E8 background

This text has white color on #7878E8 background.