COLOR #7856C7

HEX: #7856C7
RGB: (120,86,199)

Color info

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

RGB color model

#7856C7 color RGB value is (120,86,199).

  • red value is 120;
  • green value is 86;
  • blue value is 199.
RGB:
(120,86,199)
(47%,34%,78%)

RGB channels and saturation

R 120 of 255 = 47%
G 86 of 255 = 34%
B 199 of 255 = 78%

120
86
199

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

Portions of RGB colors in percentages

R + G + B =
120 + 86 + 199 = 405 (100%)
R 120 of 405 ~ 29.63%
G 86 of 405 ~ 21.23%
B 199 of 405 ~ 49.14%

%29.63
%21.23
%49.14

CMYK color model

#7856C7 color CMYK value is (40,57,0,22).

  • cyan value is 39.70%
  • magenta value is 56.78%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(40,57,0,22)
C40M57Y0K22 
(40%,57%,0%,22%)
(0.40/0.57/0.00/0.22)	

CMYK percentages

%39.7
%56.78
%0
%21.96

Codes

Color #7856C7 in popluar color models

7856C7
RGB12086199
HSL258°50.22%55.88%
HSB/HSV258°56.78%78.04%
CMYK39.70%56.78%0.00%
21.96%

Color #7856C7 in popluar number systems.

HEX7856C7
Decimal12086199
Binary1111000101011011000111
Octal170126307

Shades and tints

Shades of #7856C7

#7856C7
(120,86,199)
#6E4FB5
(110,79,181)
#6448A3
(100,72,163)
#5A4191
(90,65,145)
#503A7F
(80,58,127)
#46336D
(70,51,109)
#3C2C5B
(60,44,91)
#322549
(50,37,73)
#281E37
(40,30,55)
#1E1725
(30,23,37)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #7856C7

#7856C7
(120,86,199)
#8465CC
(132,101,204)
#9074D1
(144,116,209)
#9C83D6
(156,131,214)
#A892DB
(168,146,219)
#B4A1E0
(180,161,224)
#C0B0E5
(192,176,229)
#CCBFEA
(204,191,234)
#D8CEEF
(216,206,239)
#E4DDF4
(228,221,244)
#F0ECF9
(240,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7856C7 color. Also use rgb(120,86,199) instead hex code.

Text Font Color

.myTextColor { color: #7856C7; }

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

This text font color is #7856C7.


Background Color

.myBgColor { background-color: #7856C7; }

<div style="background-color:#7856C7">Inner text</div>

This div background color is #7856C7.


Border color

.myBorderColor { border: 1px solid #7856C7; }

<div style="border:3px solid #7856C7">Div</div>

This div border color is #7856C7.


Opacity

.myOpacity80 { color: #7856C7; opacity: 0.8; }

<p style="color:#7856C7;opacity:0.8;">80%</p>

Text with #7856C7 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 #7856C7;}

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

This text has shadow with #7856C7 color.

.textShadow {text-shadow: 3px 3px 1px #7856C7, 3px 3px 1px red;}

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

This text has shadow with #7856C7 primary color and red secondary color.


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

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

This text has shadow with #7856C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7856C7 on black background.


Color preview on white background

This text has color #7856C7 on white background.



Black color preview on #7856C7 background

This text has black color on #7856C7 background.


White color preview on #7856C7 background

This text has white color on #7856C7 background.