COLOR #7949E0

HEX: #7949E0
RGB: (121,73,224)

Color info

#7949E0 contains mainly blue color. Web safe color of #7949E0 is #6633CC (or #63C).

RGB color model

#7949E0 color RGB value is (121,73,224).

  • red value is 121;
  • green value is 73;
  • blue value is 224.
RGB:
(121,73,224)
(47%,29%,88%)

RGB channels and saturation

R 121 of 255 = 47%
G 73 of 255 = 29%
B 224 of 255 = 88%

121
73
224

R + G + B ~ 55%. #7949E0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 73 + 224 = 418 (100%)
R 121 of 418 ~ 28.95%
G 73 of 418 ~ 17.46%
B 224 of 418 ~ 53.59%

%28.95
%17.46
%53.59

CMYK color model

#7949E0 color CMYK value is (46,67,0,12).

  • cyan value is 45.98%
  • magenta value is 67.41%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(46,67,0,12)
C46M67Y0K12 
(46%,67%,0%,12%)
(0.46/0.67/0.00/0.12)	

CMYK percentages

%45.98
%67.41
%0
%12.16

Codes

Color #7949E0 in popluar color models

7949E0
RGB12173224
HSL259°70.89%58.24%
HSB/HSV259°67.41%87.84%
CMYK45.98%67.41%0.00%
12.16%

Color #7949E0 in popluar number systems.

HEX7949E0
Decimal12173224
Binary1111001100100111100000
Octal171111340

Shades and tints

Shades of #7949E0

#7949E0
(121,73,224)
#6E43CC
(110,67,204)
#633DB8
(99,61,184)
#5837A4
(88,55,164)
#4D3190
(77,49,144)
#422B7C
(66,43,124)
#372568
(55,37,104)
#2C1F54
(44,31,84)
#211940
(33,25,64)
#16132C
(22,19,44)
#0B0D18
(11,13,24)
#000000
(0,0,0)

Tints of #7949E0

#7949E0
(121,73,224)
#8559E2
(133,89,226)
#9169E4
(145,105,228)
#9D79E6
(157,121,230)
#A989E8
(169,137,232)
#B599EA
(181,153,234)
#C1A9EC
(193,169,236)
#CDB9EE
(205,185,238)
#D9C9F0
(217,201,240)
#E5D9F2
(229,217,242)
#F1E9F4
(241,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7949E0 color. Also use rgb(121,73,224) instead hex code.

Text Font Color

.myTextColor { color: #7949E0; }

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

This text font color is #7949E0.


Background Color

.myBgColor { background-color: #7949E0; }

<div style="background-color:#7949E0">Inner text</div>

This div background color is #7949E0.


Border color

.myBorderColor { border: 1px solid #7949E0; }

<div style="border:3px solid #7949E0">Div</div>

This div border color is #7949E0.


Opacity

.myOpacity80 { color: #7949E0; opacity: 0.8; }

<p style="color:#7949E0;opacity:0.8;">80%</p>

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

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

This text has shadow with #7949E0 color.

.textShadow {text-shadow: 3px 3px 1px #7949E0, 3px 3px 1px red;}

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

This text has shadow with #7949E0 primary color and red secondary color.


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

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

This text has shadow with #7949E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7949E0 on black background.


Color preview on white background

This text has color #7949E0 on white background.



Black color preview on #7949E0 background

This text has black color on #7949E0 background.


White color preview on #7949E0 background

This text has white color on #7949E0 background.