COLOR #785EB3

HEX: #785EB3
RGB: (120,94,179)

Color info

#785EB3 contains mainly red and blue colors. Web safe color of #785EB3 is #666699 (or #669).

RGB color model

#785EB3 color RGB value is (120,94,179).

  • red value is 120;
  • green value is 94;
  • blue value is 179.
RGB:
(120,94,179)
(47%,37%,70%)

RGB channels and saturation

R 120 of 255 = 47%
G 94 of 255 = 37%
B 179 of 255 = 70%

120
94
179

R + G + B ~ 51%. #785EB3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 94 + 179 = 393 (100%)
R 120 of 393 ~ 30.53%
G 94 of 393 ~ 23.92%
B 179 of 393 ~ 45.55%

%30.53
%23.92
%45.55

CMYK color model

#785EB3 color CMYK value is (33,47,0,30).

  • cyan value is 32.96%
  • magenta value is 47.49%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(33,47,0,30)
C33M47Y0K30 
(33%,47%,0%,30%)
(0.33/0.47/0.00/0.30)	

CMYK percentages

%32.96
%47.49
%0
%29.8

Codes

Color #785EB3 in popluar color models

785EB3
RGB12094179
HSL258°35.86%53.53%
HSB/HSV258°47.49%70.20%
CMYK32.96%47.49%0.00%
29.80%

Color #785EB3 in popluar number systems.

HEX785EB3
Decimal12094179
Binary1111000101111010110011
Octal170136263

Shades and tints

Shades of #785EB3

#785EB3
(120,94,179)
#6E56A3
(110,86,163)
#644E93
(100,78,147)
#5A4683
(90,70,131)
#503E73
(80,62,115)
#463663
(70,54,99)
#3C2E53
(60,46,83)
#322643
(50,38,67)
#281E33
(40,30,51)
#1E1623
(30,22,35)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #785EB3

#785EB3
(120,94,179)
#846CB9
(132,108,185)
#907ABF
(144,122,191)
#9C88C5
(156,136,197)
#A896CB
(168,150,203)
#B4A4D1
(180,164,209)
#C0B2D7
(192,178,215)
#CCC0DD
(204,192,221)
#D8CEE3
(216,206,227)
#E4DCE9
(228,220,233)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785EB3 color. Also use rgb(120,94,179) instead hex code.

Text Font Color

.myTextColor { color: #785EB3; }

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

This text font color is #785EB3.


Background Color

.myBgColor { background-color: #785EB3; }

<div style="background-color:#785EB3">Inner text</div>

This div background color is #785EB3.


Border color

.myBorderColor { border: 1px solid #785EB3; }

<div style="border:3px solid #785EB3">Div</div>

This div border color is #785EB3.


Opacity

.myOpacity80 { color: #785EB3; opacity: 0.8; }

<p style="color:#785EB3;opacity:0.8;">80%</p>

Text with #785EB3 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 #785EB3;}

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

This text has shadow with #785EB3 color.

.textShadow {text-shadow: 3px 3px 1px #785EB3, 3px 3px 1px red;}

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

This text has shadow with #785EB3 primary color and red secondary color.


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

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

This text has shadow with #785EB3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785EB3 on black background.


Color preview on white background

This text has color #785EB3 on white background.



Black color preview on #785EB3 background

This text has black color on #785EB3 background.


White color preview on #785EB3 background

This text has white color on #785EB3 background.