COLOR #7911E4

HEX: #7911E4
RGB: (121,17,228)

Color info

#7911E4 contains mainly blue color. Web safe color of #7911E4 is #6600CC (or #60C).

RGB color model

#7911E4 color RGB value is (121,17,228).

  • red value is 121;
  • green value is 17;
  • blue value is 228.
RGB:
(121,17,228)
(47%,7%,89%)

RGB channels and saturation

R 121 of 255 = 47%
G 17 of 255 = 7%
B 228 of 255 = 89%

121
17
228

R + G + B ~ 48%. #7911E4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 17 + 228 = 366 (100%)
R 121 of 366 ~ 33.06%
G 17 of 366 ~ 4.64%
B 228 of 366 ~ 62.3%

%33.06
%62.3

CMYK color model

#7911E4 color CMYK value is (47,93,0,11).

  • cyan value is 46.93%
  • magenta value is 92.54%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(47,93,0,11)
C47M93Y0K11 
(47%,93%,0%,11%)
(0.47/0.93/0.00/0.11)	

CMYK percentages

%46.93
%92.54
%0
%10.59

Codes

Color #7911E4 in popluar color models

7911E4
RGB12117228
HSL270°86.12%48.04%
HSB/HSV270°92.54%89.41%
CMYK46.93%92.54%0.00%
10.59%

Color #7911E4 in popluar number systems.

HEX7911E4
Decimal12117228
Binary11110011000111100100
Octal17121344

Shades and tints

Shades of #7911E4

#7911E4
(121,17,228)
#6E10D0
(110,16,208)
#630FBC
(99,15,188)
#580EA8
(88,14,168)
#4D0D94
(77,13,148)
#420C80
(66,12,128)
#370B6C
(55,11,108)
#2C0A58
(44,10,88)
#210944
(33,9,68)
#160830
(22,8,48)
#0B071C
(11,7,28)
#000000
(0,0,0)

Tints of #7911E4

#7911E4
(121,17,228)
#8526E6
(133,38,230)
#913BE8
(145,59,232)
#9D50EA
(157,80,234)
#A965EC
(169,101,236)
#B57AEE
(181,122,238)
#C18FF0
(193,143,240)
#CDA4F2
(205,164,242)
#D9B9F4
(217,185,244)
#E5CEF6
(229,206,246)
#F1E3F8
(241,227,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7911E4 color. Also use rgb(121,17,228) instead hex code.

Text Font Color

.myTextColor { color: #7911E4; }

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

This text font color is #7911E4.


Background Color

.myBgColor { background-color: #7911E4; }

<div style="background-color:#7911E4">Inner text</div>

This div background color is #7911E4.


Border color

.myBorderColor { border: 1px solid #7911E4; }

<div style="border:3px solid #7911E4">Div</div>

This div border color is #7911E4.


Opacity

.myOpacity80 { color: #7911E4; opacity: 0.8; }

<p style="color:#7911E4;opacity:0.8;">80%</p>

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

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

This text has shadow with #7911E4 color.

.textShadow {text-shadow: 3px 3px 1px #7911E4, 3px 3px 1px red;}

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

This text has shadow with #7911E4 primary color and red secondary color.


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

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

This text has shadow with #7911E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7911E4 on black background.


Color preview on white background

This text has color #7911E4 on white background.



Black color preview on #7911E4 background

This text has black color on #7911E4 background.


White color preview on #7911E4 background

This text has white color on #7911E4 background.