COLOR #7974EA

HEX: #7974EA
RGB: (121,116,234)

Color info

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

RGB color model

#7974EA color RGB value is (121,116,234).

  • red value is 121;
  • green value is 116;
  • blue value is 234.
RGB:
(121,116,234)
(47%,45%,92%)

RGB channels and saturation

R 121 of 255 = 47%
G 116 of 255 = 45%
B 234 of 255 = 92%

121
116
234

R + G + B ~ 61%. #7974EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 116 + 234 = 471 (100%)
R 121 of 471 ~ 25.69%
G 116 of 471 ~ 24.63%
B 234 of 471 ~ 49.68%

%25.69
%24.63
%49.68

CMYK color model

#7974EA color CMYK value is (48,50,0,8).

  • cyan value is 48.29%
  • magenta value is 50.43%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(48,50,0,8)
C48M50Y0K8 
(48%,50%,0%,8%)
(0.48/0.50/0.00/0.08)	

CMYK percentages

%48.29
%50.43
%0
%8.24

Codes

Color #7974EA in popluar color models

7974EA
RGB121116234
HSL243°73.75%68.63%
HSB/HSV243°50.43%91.76%
CMYK48.29%50.43%0.00%
8.24%

Color #7974EA in popluar number systems.

HEX7974EA
Decimal121116234
Binary1111001111010011101010
Octal171164352

Shades and tints

Shades of #7974EA

#7974EA
(121,116,234)
#6E6AD5
(110,106,213)
#6360C0
(99,96,192)
#5856AB
(88,86,171)
#4D4C96
(77,76,150)
#424281
(66,66,129)
#37386C
(55,56,108)
#2C2E57
(44,46,87)
#212442
(33,36,66)
#161A2D
(22,26,45)
#0B1018
(11,16,24)
#000000
(0,0,0)

Tints of #7974EA

#7974EA
(121,116,234)
#8580EB
(133,128,235)
#918CEC
(145,140,236)
#9D98ED
(157,152,237)
#A9A4EE
(169,164,238)
#B5B0EF
(181,176,239)
#C1BCF0
(193,188,240)
#CDC8F1
(205,200,241)
#D9D4F2
(217,212,242)
#E5E0F3
(229,224,243)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7974EA color. Also use rgb(121,116,234) instead hex code.

Text Font Color

.myTextColor { color: #7974EA; }

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

This text font color is #7974EA.


Background Color

.myBgColor { background-color: #7974EA; }

<div style="background-color:#7974EA">Inner text</div>

This div background color is #7974EA.


Border color

.myBorderColor { border: 1px solid #7974EA; }

<div style="border:3px solid #7974EA">Div</div>

This div border color is #7974EA.


Opacity

.myOpacity80 { color: #7974EA; opacity: 0.8; }

<p style="color:#7974EA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7974EA color.

.textShadow {text-shadow: 3px 3px 1px #7974EA, 3px 3px 1px red;}

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

This text has shadow with #7974EA primary color and red secondary color.


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

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

This text has shadow with #7974EA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7974EA on black background.


Color preview on white background

This text has color #7974EA on white background.



Black color preview on #7974EA background

This text has black color on #7974EA background.


White color preview on #7974EA background

This text has white color on #7974EA background.