COLOR #7C78ED

HEX: #7C78ED
RGB: (124,120,237)

Color info

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

RGB color model

#7C78ED color RGB value is (124,120,237).

  • red value is 124;
  • green value is 120;
  • blue value is 237.
RGB:
(124,120,237)
(49%,47%,93%)

RGB channels and saturation

R 124 of 255 = 49%
G 120 of 255 = 47%
B 237 of 255 = 93%

124
120
237

R + G + B ~ 63%. #7C78ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 120 + 237 = 481 (100%)
R 124 of 481 ~ 25.78%
G 120 of 481 ~ 24.95%
B 237 of 481 ~ 49.27%

%25.78
%24.95
%49.27

CMYK color model

#7C78ED color CMYK value is (48,49,0,7).

  • cyan value is 47.68%
  • magenta value is 49.37%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(48,49,0,7)
C48M49Y0K7 
(48%,49%,0%,7%)
(0.48/0.49/0.00/0.07)	

CMYK percentages

%47.68
%49.37
%0
%7.06

Codes

Color #7C78ED in popluar color models

7C78ED
RGB124120237
HSL242°76.47%70.00%
HSB/HSV242°49.37%92.94%
CMYK47.68%49.37%0.00%
7.06%

Color #7C78ED in popluar number systems.

HEX7C78ED
Decimal124120237
Binary1111100111100011101101
Octal174170355

Shades and tints

Shades of #7C78ED

#7C78ED
(124,120,237)
#716ED8
(113,110,216)
#6664C3
(102,100,195)
#5B5AAE
(91,90,174)
#505099
(80,80,153)
#454684
(69,70,132)
#3A3C6F
(58,60,111)
#2F325A
(47,50,90)
#242845
(36,40,69)
#191E30
(25,30,48)
#0E141B
(14,20,27)
#000000
(0,0,0)

Tints of #7C78ED

#7C78ED
(124,120,237)
#8784EE
(135,132,238)
#9290EF
(146,144,239)
#9D9CF0
(157,156,240)
#A8A8F1
(168,168,241)
#B3B4F2
(179,180,242)
#BEC0F3
(190,192,243)
#C9CCF4
(201,204,244)
#D4D8F5
(212,216,245)
#DFE4F6
(223,228,246)
#EAF0F7
(234,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C78ED color. Also use rgb(124,120,237) instead hex code.

Text Font Color

.myTextColor { color: #7C78ED; }

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

This text font color is #7C78ED.


Background Color

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

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

This div background color is #7C78ED.


Border color

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

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

This div border color is #7C78ED.


Opacity

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

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

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

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

This text has shadow with #7C78ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C78ED on black background.


Color preview on white background

This text has color #7C78ED on white background.



Black color preview on #7C78ED background

This text has black color on #7C78ED background.


White color preview on #7C78ED background

This text has white color on #7C78ED background.