COLOR #7904E8

HEX: #7904E8
RGB: (121,4,232)

Color info

#7904E8 contains mainly blue color. Web safe color of #7904E8 is #6600FF (or #60F).

RGB color model

#7904E8 color RGB value is (121,4,232).

  • red value is 121;
  • green value is 4;
  • blue value is 232.
RGB:
(121,4,232)
(47%,2%,91%)

RGB channels and saturation

R 121 of 255 = 47%
G 4 of 255 = 2%
B 232 of 255 = 91%

121
4
232

R + G + B ~ 47%. #7904E8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 4 + 232 = 357 (100%)
R 121 of 357 ~ 33.89%
G 4 of 357 ~ 1.12%
B 232 of 357 ~ 64.99%

%33.89
%64.99

CMYK color model

#7904E8 color CMYK value is (48,98,0,9).

  • cyan value is 47.84%
  • magenta value is 98.28%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(48,98,0,9)
C48M98Y0K9 
(48%,98%,0%,9%)
(0.48/0.98/0.00/0.09)	

CMYK percentages

%47.84
%98.28
%0
%9.02

Codes

Color #7904E8 in popluar color models

7904E8
RGB1214232
HSL271°96.61%46.27%
HSB/HSV271°98.28%90.98%
CMYK47.84%98.28%0.00%
9.02%

Color #7904E8 in popluar number systems.

HEX7904E8
Decimal1214232
Binary111100110011101000
Octal1714350

Shades and tints

Shades of #7904E8

#7904E8
(121,4,232)
#6E04D3
(110,4,211)
#6304BE
(99,4,190)
#5804A9
(88,4,169)
#4D0494
(77,4,148)
#42047F
(66,4,127)
#37046A
(55,4,106)
#2C0455
(44,4,85)
#210440
(33,4,64)
#16042B
(22,4,43)
#0B0416
(11,4,22)
#000000
(0,0,0)

Tints of #7904E8

#7904E8
(121,4,232)
#851AEA
(133,26,234)
#9130EC
(145,48,236)
#9D46EE
(157,70,238)
#A95CF0
(169,92,240)
#B572F2
(181,114,242)
#C188F4
(193,136,244)
#CD9EF6
(205,158,246)
#D9B4F8
(217,180,248)
#E5CAFA
(229,202,250)
#F1E0FC
(241,224,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7904E8 color. Also use rgb(121,4,232) instead hex code.

Text Font Color

.myTextColor { color: #7904E8; }

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

This text font color is #7904E8.


Background Color

.myBgColor { background-color: #7904E8; }

<div style="background-color:#7904E8">Inner text</div>

This div background color is #7904E8.


Border color

.myBorderColor { border: 1px solid #7904E8; }

<div style="border:3px solid #7904E8">Div</div>

This div border color is #7904E8.


Opacity

.myOpacity80 { color: #7904E8; opacity: 0.8; }

<p style="color:#7904E8;opacity:0.8;">80%</p>

Text with #7904E8 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 #7904E8;}

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

This text has shadow with #7904E8 color.

.textShadow {text-shadow: 3px 3px 1px #7904E8, 3px 3px 1px red;}

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

This text has shadow with #7904E8 primary color and red secondary color.


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

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

This text has shadow with #7904E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7904E8 on black background.


Color preview on white background

This text has color #7904E8 on white background.



Black color preview on #7904E8 background

This text has black color on #7904E8 background.


White color preview on #7904E8 background

This text has white color on #7904E8 background.