COLOR #7853C9

HEX: #7853C9
RGB: (120,83,201)

Color info

#7853C9 contains mainly blue color. Web safe color of #7853C9 is #6666CC (or #66C).

RGB color model

#7853C9 color RGB value is (120,83,201).

  • red value is 120;
  • green value is 83;
  • blue value is 201.
RGB:
(120,83,201)
(47%,33%,79%)

RGB channels and saturation

R 120 of 255 = 47%
G 83 of 255 = 33%
B 201 of 255 = 79%

120
83
201

R + G + B ~ 53%. #7853C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 83 + 201 = 404 (100%)
R 120 of 404 ~ 29.7%
G 83 of 404 ~ 20.54%
B 201 of 404 ~ 49.75%

%29.7
%20.54
%49.75

CMYK color model

#7853C9 color CMYK value is (40,59,0,21).

  • cyan value is 40.30%
  • magenta value is 58.71%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(40,59,0,21)
C40M59Y0K21 
(40%,59%,0%,21%)
(0.40/0.59/0.00/0.21)	

CMYK percentages

%40.3
%58.71
%0
%21.18

Codes

Color #7853C9 in popluar color models

7853C9
RGB12083201
HSL259°52.21%55.69%
HSB/HSV259°58.71%78.82%
CMYK40.30%58.71%0.00%
21.18%

Color #7853C9 in popluar number systems.

HEX7853C9
Decimal12083201
Binary1111000101001111001001
Octal170123311

Shades and tints

Shades of #7853C9

#7853C9
(120,83,201)
#6E4CB7
(110,76,183)
#6445A5
(100,69,165)
#5A3E93
(90,62,147)
#503781
(80,55,129)
#46306F
(70,48,111)
#3C295D
(60,41,93)
#32224B
(50,34,75)
#281B39
(40,27,57)
#1E1427
(30,20,39)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #7853C9

#7853C9
(120,83,201)
#8462CD
(132,98,205)
#9071D1
(144,113,209)
#9C80D5
(156,128,213)
#A88FD9
(168,143,217)
#B49EDD
(180,158,221)
#C0ADE1
(192,173,225)
#CCBCE5
(204,188,229)
#D8CBE9
(216,203,233)
#E4DAED
(228,218,237)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7853C9 color. Also use rgb(120,83,201) instead hex code.

Text Font Color

.myTextColor { color: #7853C9; }

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

This text font color is #7853C9.


Background Color

.myBgColor { background-color: #7853C9; }

<div style="background-color:#7853C9">Inner text</div>

This div background color is #7853C9.


Border color

.myBorderColor { border: 1px solid #7853C9; }

<div style="border:3px solid #7853C9">Div</div>

This div border color is #7853C9.


Opacity

.myOpacity80 { color: #7853C9; opacity: 0.8; }

<p style="color:#7853C9;opacity:0.8;">80%</p>

Text with #7853C9 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 #7853C9;}

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

This text has shadow with #7853C9 color.

.textShadow {text-shadow: 3px 3px 1px #7853C9, 3px 3px 1px red;}

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

This text has shadow with #7853C9 primary color and red secondary color.


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

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

This text has shadow with #7853C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7853C9 on black background.


Color preview on white background

This text has color #7853C9 on white background.



Black color preview on #7853C9 background

This text has black color on #7853C9 background.


White color preview on #7853C9 background

This text has white color on #7853C9 background.