COLOR #7859D8

HEX: #7859D8
RGB: (120,89,216)

Color info

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

RGB color model

#7859D8 color RGB value is (120,89,216).

  • red value is 120;
  • green value is 89;
  • blue value is 216.
RGB:
(120,89,216)
(47%,35%,85%)

RGB channels and saturation

R 120 of 255 = 47%
G 89 of 255 = 35%
B 216 of 255 = 85%

120
89
216

R + G + B ~ 56%. #7859D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 89 + 216 = 425 (100%)
R 120 of 425 ~ 28.24%
G 89 of 425 ~ 20.94%
B 216 of 425 ~ 50.82%

%28.24
%20.94
%50.82

CMYK color model

#7859D8 color CMYK value is (44,59,0,15).

  • cyan value is 44.44%
  • magenta value is 58.80%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(44,59,0,15)
C44M59Y0K15 
(44%,59%,0%,15%)
(0.44/0.59/0.00/0.15)	

CMYK percentages

%44.44
%58.8
%0
%15.29

Codes

Color #7859D8 in popluar color models

7859D8
RGB12089216
HSL255°61.95%59.80%
HSB/HSV255°58.80%84.71%
CMYK44.44%58.80%0.00%
15.29%

Color #7859D8 in popluar number systems.

HEX7859D8
Decimal12089216
Binary1111000101100111011000
Octal170131330

Shades and tints

Shades of #7859D8

#7859D8
(120,89,216)
#6E51C5
(110,81,197)
#6449B2
(100,73,178)
#5A419F
(90,65,159)
#50398C
(80,57,140)
#463179
(70,49,121)
#3C2966
(60,41,102)
#322153
(50,33,83)
#281940
(40,25,64)
#1E112D
(30,17,45)
#14091A
(20,9,26)
#000000
(0,0,0)

Tints of #7859D8

#7859D8
(120,89,216)
#8468DB
(132,104,219)
#9077DE
(144,119,222)
#9C86E1
(156,134,225)
#A895E4
(168,149,228)
#B4A4E7
(180,164,231)
#C0B3EA
(192,179,234)
#CCC2ED
(204,194,237)
#D8D1F0
(216,209,240)
#E4E0F3
(228,224,243)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7859D8 color. Also use rgb(120,89,216) instead hex code.

Text Font Color

.myTextColor { color: #7859D8; }

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

This text font color is #7859D8.


Background Color

.myBgColor { background-color: #7859D8; }

<div style="background-color:#7859D8">Inner text</div>

This div background color is #7859D8.


Border color

.myBorderColor { border: 1px solid #7859D8; }

<div style="border:3px solid #7859D8">Div</div>

This div border color is #7859D8.


Opacity

.myOpacity80 { color: #7859D8; opacity: 0.8; }

<p style="color:#7859D8;opacity:0.8;">80%</p>

Text with #7859D8 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 #7859D8;}

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

This text has shadow with #7859D8 color.

.textShadow {text-shadow: 3px 3px 1px #7859D8, 3px 3px 1px red;}

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

This text has shadow with #7859D8 primary color and red secondary color.


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

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

This text has shadow with #7859D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7859D8 on black background.


Color preview on white background

This text has color #7859D8 on white background.



Black color preview on #7859D8 background

This text has black color on #7859D8 background.


White color preview on #7859D8 background

This text has white color on #7859D8 background.