COLOR #7846E7

HEX: #7846E7
RGB: (120,70,231)

Color info

#7846E7 contains mainly blue color. Web safe color of #7846E7 is #6633FF (or #63F).

RGB color model

#7846E7 color RGB value is (120,70,231).

  • red value is 120;
  • green value is 70;
  • blue value is 231.
RGB:
(120,70,231)
(47%,27%,91%)

RGB channels and saturation

R 120 of 255 = 47%
G 70 of 255 = 27%
B 231 of 255 = 91%

120
70
231

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

Portions of RGB colors in percentages

R + G + B =
120 + 70 + 231 = 421 (100%)
R 120 of 421 ~ 28.5%
G 70 of 421 ~ 16.63%
B 231 of 421 ~ 54.87%

%28.5
%16.63
%54.87

CMYK color model

#7846E7 color CMYK value is (48,70,0,9).

  • cyan value is 48.05%
  • magenta value is 69.70%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(48,70,0,9)
C48M70Y0K9 
(48%,70%,0%,9%)
(0.48/0.70/0.00/0.09)	

CMYK percentages

%48.05
%69.7
%0
%9.41

Codes

Color #7846E7 in popluar color models

7846E7
RGB12070231
HSL259°77.03%59.02%
HSB/HSV259°69.70%90.59%
CMYK48.05%69.70%0.00%
9.41%

Color #7846E7 in popluar number systems.

HEX7846E7
Decimal12070231
Binary1111000100011011100111
Octal170106347

Shades and tints

Shades of #7846E7

#7846E7
(120,70,231)
#6E40D2
(110,64,210)
#643ABD
(100,58,189)
#5A34A8
(90,52,168)
#502E93
(80,46,147)
#46287E
(70,40,126)
#3C2269
(60,34,105)
#321C54
(50,28,84)
#28163F
(40,22,63)
#1E102A
(30,16,42)
#140A15
(20,10,21)
#000000
(0,0,0)

Tints of #7846E7

#7846E7
(120,70,231)
#8456E9
(132,86,233)
#9066EB
(144,102,235)
#9C76ED
(156,118,237)
#A886EF
(168,134,239)
#B496F1
(180,150,241)
#C0A6F3
(192,166,243)
#CCB6F5
(204,182,245)
#D8C6F7
(216,198,247)
#E4D6F9
(228,214,249)
#F0E6FB
(240,230,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7846E7 color. Also use rgb(120,70,231) instead hex code.

Text Font Color

.myTextColor { color: #7846E7; }

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

This text font color is #7846E7.


Background Color

.myBgColor { background-color: #7846E7; }

<div style="background-color:#7846E7">Inner text</div>

This div background color is #7846E7.


Border color

.myBorderColor { border: 1px solid #7846E7; }

<div style="border:3px solid #7846E7">Div</div>

This div border color is #7846E7.


Opacity

.myOpacity80 { color: #7846E7; opacity: 0.8; }

<p style="color:#7846E7;opacity:0.8;">80%</p>

Text with #7846E7 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 #7846E7;}

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

This text has shadow with #7846E7 color.

.textShadow {text-shadow: 3px 3px 1px #7846E7, 3px 3px 1px red;}

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

This text has shadow with #7846E7 primary color and red secondary color.


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

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

This text has shadow with #7846E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7846E7 on black background.


Color preview on white background

This text has color #7846E7 on white background.



Black color preview on #7846E7 background

This text has black color on #7846E7 background.


White color preview on #7846E7 background

This text has white color on #7846E7 background.