COLOR #7978F4

HEX: #7978F4 RGB: (121,120,244)

Color info

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

RGB color model

#7978F4 color RGB value is (121,120,244).

RGB: (121,120,244) (47%, 47%, 96%)

RGB channels and saturation

R 121 of 255 = 47%
G 120 of 255 = 47%
B 244 of 255 = 96%

121
120
244

R + G + B ~ 63%. #7978F4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 121 + 120 + 244 = 485 (100%)
R 121 of 485 ~ 24.95%
G 120 of 485 ~ 24.74%
B 244 of 485 ~ 50.31'%

%24.95
%24.74
%50.31

CMYK color model

#7978F4 color CMYK value is (50,51,0,4).

  • cyan value is 50.41%
  • magenta value is 50.82%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK: (50,51,0,4) C50M51Y0K4 (50%,51%,0%,4%) (0.50/0.51/0.00/0.04) 

CMYK percentages

%50.41
%50.82
%0
%4.31

Codes

Color #7978F4 in popluar color models

79 78 F4
RGB 121 120 244
HSL 240° 84.93% 71.37%
HSB/HSV 240° 50.82% 95.69%
CMYK 50.41% 50.82% 0.00%
4.31%

Color #7978F4 in popluar number systems.

HEX 79 78 F4
Decimal 121 120 244
Binary 1111001 1111000 11110100
Octal 171 170 364

Shades and tints

Shades of #7978F4

#7978F4
(121,120,244)
#6E6EDE
(110,110,222)
#6364C8
(99,100,200)
#585AB2
(88,90,178)
#4D509C
(77,80,156)
#424686
(66,70,134)
#373C70
(55,60,112)
#2C325A
(44,50,90)
#212844
(33,40,68)
#161E2E
(22,30,46)
#0B1418
(11,20,24)
#000000
(0,0,0)

Tints of #7978F4

#7978F4
(121,120,244)
#8584F5
(133,132,245)
#9190F6
(145,144,246)
#9D9CF7
(157,156,247)
#A9A8F8
(169,168,248)
#B5B4F9
(181,180,249)
#C1C0FA
(193,192,250)
#CDCCFB
(205,204,251)
#D9D8FC
(217,216,252)
#E5E4FD
(229,228,253)
#F1F0FE
(241,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7978F4; }

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

This text font color is #7978F4.

Background Color

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

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

This div background color is #7978F4.

Border color

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

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

This div border color is #7978F4.

Opacity

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

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

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

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

This text has shadow with #7978F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7978F4.

Preview

Color preview on black background

This text has color #7978F4 on black background.


Color preview on white background

This text has color #7978F4 on white background.


Black color preview on #7978F4 background

This text has black color on #7978F4 background.


White color preview on #7978F4 background

This text has white color on #7978F4 background.


Related colors

Complementary color

Complementary color for #hex is #86870B.


I love getcolorcode.com

Triadic colors

1 #F47978 and #78F479 with #7978F4 are triadic colors.

2 #F47879 and #7879F4 with #7978F4 are triadic colors.