COLOR #785EE4

HEX: #785EE4 RGB: (120,94,228)

Color info

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

RGB color model

#785EE4 color RGB value is (120,94,228).

RGB: (120,94,228) (47%, 37%, 89%)

RGB channels and saturation

R 120 of 255 = 47%
G 94 of 255 = 37%
B 228 of 255 = 89%

120
94
228

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

Portions of RGB colors in percentages

R + G + B = 120 + 94 + 228 = 442 (100%)
R 120 of 442 ~ 27.15%
G 94 of 442 ~ 21.27%
B 228 of 442 ~ 51.58'%

%27.15
%21.27
%51.58

CMYK color model

#785EE4 color CMYK value is (47,59,0,11).

  • cyan value is 47.37%
  • magenta value is 58.77%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (47,59,0,11)
C47M59Y0K11 (47%, 59%, 0%, 11%)
(0.47 / 0.59 / 0.00 / 0.11)

CMYK percentages

%47.37
%58.77
%0
%10.59

Codes

Color #785EE4 in popluar color models

78 5E E4
RGB 120 94 228
HSL 252° 71.28% 63.14%
HSB/HSV 252° 58.77% 89.41%
CMYK 47.37% 58.77% 0.00%
10.59%

Color #785EE4 in popluar number systems.

HEX 78 5E E4
Decimal 120 94 228
Binary 1111000 1011110 11100100
Octal 170 136 344

Shades and tints

Shades of #785EE4

#785EE4
(120,94,228)
#6E56D0
(110,86,208)
#644EBC
(100,78,188)
#5A46A8
(90,70,168)
#503E94
(80,62,148)
#463680
(70,54,128)
#3C2E6C
(60,46,108)
#322658
(50,38,88)
#281E44
(40,30,68)
#1E1630
(30,22,48)
#140E1C
(20,14,28)
#000000
(0,0,0)

Tints of #785EE4

#785EE4
(120,94,228)
#846CE6
(132,108,230)
#907AE8
(144,122,232)
#9C88EA
(156,136,234)
#A896EC
(168,150,236)
#B4A4EE
(180,164,238)
#C0B2F0
(192,178,240)
#CCC0F2
(204,192,242)
#D8CEF4
(216,206,244)
#E4DCF6
(228,220,246)
#F0EAF8
(240,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785EE4; }

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

This text font color is #785EE4.

Background Color

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

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

This div background color is #785EE4.

Border color

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

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

This div border color is #785EE4.

Opacity

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

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

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

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

This text has shadow with #785EE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785EE4.

Preview

Color preview on black background

This text has color #785EE4 on black background.


Color preview on white background

This text has color #785EE4 on white background.


Black color preview on #785EE4 background

This text has black color on #785EE4 background.


White color preview on #785EE4 background

This text has white color on #785EE4 background.


Related colors

Complementary color

Complementary color for #hex is #87A11B.


I love getcolorcode.com

Triadic colors

1 #E4785E and #5EE478 with #785EE4 are triadic colors.

2 #E45E78 and #5E78E4 with #785EE4 are triadic colors.