COLOR #7859BE

HEX: #7859BE RGB: (120,89,190)

Color info

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

RGB color model

#7859BE color RGB value is (120,89,190).

RGB: (120,89,190) (47%, 35%, 75%)

RGB channels and saturation

R 120 of 255 = 47%
G 89 of 255 = 35%
B 190 of 255 = 75%

120
89
190

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

Portions of RGB colors in percentages

R + G + B = 120 + 89 + 190 = 399 (100%)
R 120 of 399 ~ 30.08%
G 89 of 399 ~ 22.31%
B 190 of 399 ~ 47.62'%

%30.08
%22.31
%47.62

CMYK color model

#7859BE color CMYK value is (37,53,0,25).

  • cyan value is 36.84%
  • magenta value is 53.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (37,53,0,25) C37M53Y0K25 (37%,53%,0%,25%) (0.37/0.53/0.00/0.25) 

CMYK percentages

%36.84
%53.16
%0
%25.49

Codes

Color #7859BE in popluar color models

78 59 BE
RGB 120 89 190
HSL 258° 43.72% 54.71%
HSB/HSV 258° 53.16% 74.51%
CMYK 36.84% 53.16% 0.00%
25.49%

Color #7859BE in popluar number systems.

HEX 78 59 BE
Decimal 120 89 190
Binary 1111000 1011001 10111110
Octal 170 131 276

Shades and tints

Shades of #7859BE

#7859BE
(120,89,190)
#6E51AD
(110,81,173)
#64499C
(100,73,156)
#5A418B
(90,65,139)
#50397A
(80,57,122)
#463169
(70,49,105)
#3C2958
(60,41,88)
#322147
(50,33,71)
#281936
(40,25,54)
#1E1125
(30,17,37)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #7859BE

#7859BE
(120,89,190)
#8468C3
(132,104,195)
#9077C8
(144,119,200)
#9C86CD
(156,134,205)
#A895D2
(168,149,210)
#B4A4D7
(180,164,215)
#C0B3DC
(192,179,220)
#CCC2E1
(204,194,225)
#D8D1E6
(216,209,230)
#E4E0EB
(228,224,235)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7859BE; }

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

This text font color is #7859BE.

Background Color

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

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

This div background color is #7859BE.

Border color

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

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

This div border color is #7859BE.

Opacity

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

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

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

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

This text has shadow with #7859BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7859BE.

Preview

Color preview on black background

This text has color #7859BE on black background.


Color preview on white background

This text has color #7859BE on white background.


Black color preview on #7859BE background

This text has black color on #7859BE background.


White color preview on #7859BE background

This text has white color on #7859BE background.


Related colors

Complementary color

Complementary color for #hex is #87A641.


I love getcolorcode.com

Triadic colors

1 #BE7859 and #59BE78 with #7859BE are triadic colors.

2 #BE5978 and #5978BE with #7859BE are triadic colors.