COLOR #785EBC

HEX: #785EBC
RGB: (120,94,188)

Color info

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

RGB color model

#785EBC color RGB value is (120,94,188).

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

RGB channels and saturation

R 120 of 255 = 47%
G 94 of 255 = 37%
B 188 of 255 = 74%

120
94
188

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

Portions of RGB colors in percentages

R + G + B =
120 + 94 + 188 = 402 (100%)
R 120 of 402 ~ 29.85%
G 94 of 402 ~ 23.38%
B 188 of 402 ~ 46.77%

%29.85
%23.38
%46.77

CMYK color model

#785EBC color CMYK value is (36,50,0,26).

  • cyan value is 36.17%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(36,50,0,26)
C36M50Y0K26 
(36%,50%,0%,26%)
(0.36/0.50/0.00/0.26)	

CMYK percentages

%36.17
%50
%0
%26.27

Codes

Color #785EBC in popluar color models

785EBC
RGB12094188
HSL257°41.23%55.29%
HSB/HSV257°50.00%73.73%
CMYK36.17%50.00%0.00%
26.27%

Color #785EBC in popluar number systems.

HEX785EBC
Decimal12094188
Binary1111000101111010111100
Octal170136274

Shades and tints

Shades of #785EBC

#785EBC
(120,94,188)
#6E56AB
(110,86,171)
#644E9A
(100,78,154)
#5A4689
(90,70,137)
#503E78
(80,62,120)
#463667
(70,54,103)
#3C2E56
(60,46,86)
#322645
(50,38,69)
#281E34
(40,30,52)
#1E1623
(30,22,35)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #785EBC

#785EBC
(120,94,188)
#846CC2
(132,108,194)
#907AC8
(144,122,200)
#9C88CE
(156,136,206)
#A896D4
(168,150,212)
#B4A4DA
(180,164,218)
#C0B2E0
(192,178,224)
#CCC0E6
(204,192,230)
#D8CEEC
(216,206,236)
#E4DCF2
(228,220,242)
#F0EAF8
(240,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785EBC; }

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

This text font color is #785EBC.


Background Color

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

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

This div background color is #785EBC.


Border color

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

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

This div border color is #785EBC.


Opacity

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

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

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

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

This text has shadow with #785EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785EBC on black background.


Color preview on white background

This text has color #785EBC on white background.



Black color preview on #785EBC background

This text has black color on #785EBC background.


White color preview on #785EBC background

This text has white color on #785EBC background.