COLOR #786EC5

HEX: #786EC5
RGB: (120,110,197)

Color info

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

RGB color model

#786EC5 color RGB value is (120,110,197).

  • red value is 120;
  • green value is 110;
  • blue value is 197.
RGB:
(120,110,197)
(47%,43%,77%)

RGB channels and saturation

R 120 of 255 = 47%
G 110 of 255 = 43%
B 197 of 255 = 77%

120
110
197

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

Portions of RGB colors in percentages

R + G + B =
120 + 110 + 197 = 427 (100%)
R 120 of 427 ~ 28.1%
G 110 of 427 ~ 25.76%
B 197 of 427 ~ 46.14%

%28.1
%25.76
%46.14

CMYK color model

#786EC5 color CMYK value is (39,44,0,23).

  • cyan value is 39.09%
  • magenta value is 44.16%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(39,44,0,23)
C39M44Y0K23 
(39%,44%,0%,23%)
(0.39/0.44/0.00/0.23)	

CMYK percentages

%39.09
%44.16
%0
%22.75

Codes

Color #786EC5 in popluar color models

786EC5
RGB120110197
HSL247°42.86%60.20%
HSB/HSV247°44.16%77.25%
CMYK39.09%44.16%0.00%
22.75%

Color #786EC5 in popluar number systems.

HEX786EC5
Decimal120110197
Binary1111000110111011000101
Octal170156305

Shades and tints

Shades of #786EC5

#786EC5
(120,110,197)
#6E64B4
(110,100,180)
#645AA3
(100,90,163)
#5A5092
(90,80,146)
#504681
(80,70,129)
#463C70
(70,60,112)
#3C325F
(60,50,95)
#32284E
(50,40,78)
#281E3D
(40,30,61)
#1E142C
(30,20,44)
#140A1B
(20,10,27)
#000000
(0,0,0)

Tints of #786EC5

#786EC5
(120,110,197)
#847BCA
(132,123,202)
#9088CF
(144,136,207)
#9C95D4
(156,149,212)
#A8A2D9
(168,162,217)
#B4AFDE
(180,175,222)
#C0BCE3
(192,188,227)
#CCC9E8
(204,201,232)
#D8D6ED
(216,214,237)
#E4E3F2
(228,227,242)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786EC5 color. Also use rgb(120,110,197) instead hex code.

Text Font Color

.myTextColor { color: #786EC5; }

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

This text font color is #786EC5.


Background Color

.myBgColor { background-color: #786EC5; }

<div style="background-color:#786EC5">Inner text</div>

This div background color is #786EC5.


Border color

.myBorderColor { border: 1px solid #786EC5; }

<div style="border:3px solid #786EC5">Div</div>

This div border color is #786EC5.


Opacity

.myOpacity80 { color: #786EC5; opacity: 0.8; }

<p style="color:#786EC5;opacity:0.8;">80%</p>

Text with #786EC5 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 #786EC5;}

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

This text has shadow with #786EC5 color.

.textShadow {text-shadow: 3px 3px 1px #786EC5, 3px 3px 1px red;}

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

This text has shadow with #786EC5 primary color and red secondary color.


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

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

This text has shadow with #786EC5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786EC5 on black background.


Color preview on white background

This text has color #786EC5 on white background.



Black color preview on #786EC5 background

This text has black color on #786EC5 background.


White color preview on #786EC5 background

This text has white color on #786EC5 background.