COLOR #7978C5

HEX: #7978C5
RGB: (121,120,197)

Color info

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

RGB color model

#7978C5 color RGB value is (121,120,197).

  • red value is 121;
  • green value is 120;
  • blue value is 197.
RGB:
(121,120,197)
(47%,47%,77%)

RGB channels and saturation

R 121 of 255 = 47%
G 120 of 255 = 47%
B 197 of 255 = 77%

121
120
197

R + G + B ~ 57%. #7978C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 120 + 197 = 438 (100%)
R 121 of 438 ~ 27.63%
G 120 of 438 ~ 27.4%
B 197 of 438 ~ 44.98%

%27.63
%27.4
%44.98

CMYK color model

#7978C5 color CMYK value is (39,39,0,23).

  • cyan value is 38.58%
  • magenta value is 39.09%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(39,39,0,23)
C39M39Y0K23 
(39%,39%,0%,23%)
(0.39/0.39/0.00/0.23)	

CMYK percentages

%38.58
%39.09
%0
%22.75

Codes

Color #7978C5 in popluar color models

7978C5
RGB121120197
HSL241°39.90%62.16%
HSB/HSV241°39.09%77.25%
CMYK38.58%39.09%0.00%
22.75%

Color #7978C5 in popluar number systems.

HEX7978C5
Decimal121120197
Binary1111001111100011000101
Octal171170305

Shades and tints

Shades of #7978C5

#7978C5
(121,120,197)
#6E6EB4
(110,110,180)
#6364A3
(99,100,163)
#585A92
(88,90,146)
#4D5081
(77,80,129)
#424670
(66,70,112)
#373C5F
(55,60,95)
#2C324E
(44,50,78)
#21283D
(33,40,61)
#161E2C
(22,30,44)
#0B141B
(11,20,27)
#000000
(0,0,0)

Tints of #7978C5

#7978C5
(121,120,197)
#8584CA
(133,132,202)
#9190CF
(145,144,207)
#9D9CD4
(157,156,212)
#A9A8D9
(169,168,217)
#B5B4DE
(181,180,222)
#C1C0E3
(193,192,227)
#CDCCE8
(205,204,232)
#D9D8ED
(217,216,237)
#E5E4F2
(229,228,242)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7978C5 color. Also use rgb(121,120,197) instead hex code.

Text Font Color

.myTextColor { color: #7978C5; }

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

This text font color is #7978C5.


Background Color

.myBgColor { background-color: #7978C5; }

<div style="background-color:#7978C5">Inner text</div>

This div background color is #7978C5.


Border color

.myBorderColor { border: 1px solid #7978C5; }

<div style="border:3px solid #7978C5">Div</div>

This div border color is #7978C5.


Opacity

.myOpacity80 { color: #7978C5; opacity: 0.8; }

<p style="color:#7978C5;opacity:0.8;">80%</p>

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

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

This text has shadow with #7978C5 color.

.textShadow {text-shadow: 3px 3px 1px #7978C5, 3px 3px 1px red;}

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

This text has shadow with #7978C5 primary color and red secondary color.


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

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

This text has shadow with #7978C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7978C5 on black background.


Color preview on white background

This text has color #7978C5 on white background.



Black color preview on #7978C5 background

This text has black color on #7978C5 background.


White color preview on #7978C5 background

This text has white color on #7978C5 background.