COLOR #786EC0

HEX: #786EC0 RGB: (120,110,192)

Color info

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

RGB color model

#786EC0 color RGB value is (120,110,192).

RGB: (120,110,192) (47%, 43%, 75%)

RGB channels and saturation

R 120 of 255 = 47%
G 110 of 255 = 43%
B 192 of 255 = 75%

120
110
192

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

Portions of RGB colors in percentages

R + G + B = 120 + 110 + 192 = 422 (100%)
R 120 of 422 ~ 28.44%
G 110 of 422 ~ 26.07%
B 192 of 422 ~ 45.5'%

%28.44
%26.07
%45.5

CMYK color model

#786EC0 color CMYK value is (38,43,0,25).

  • cyan value is 37.50%
  • magenta value is 42.71%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (38,43,0,25)
C38M43Y0K25 (38%, 43%, 0%, 25%)
(0.38 / 0.43 / 0.00 / 0.25)

CMYK percentages

%37.5
%42.71
%0
%24.71

Codes

Color #786EC0 in popluar color models

78 6E C0
RGB 120 110 192
HSL 247° 39.42% 59.22%
HSB/HSV 247° 42.71% 75.29%
CMYK 37.50% 42.71% 0.00%
24.71%

Color #786EC0 in popluar number systems.

HEX 78 6E C0
Decimal 120 110 192
Binary 1111000 1101110 11000000
Octal 170 156 300

Shades and tints

Shades of #786EC0

#786EC0
(120,110,192)
#6E64AF
(110,100,175)
#645A9E
(100,90,158)
#5A508D
(90,80,141)
#50467C
(80,70,124)
#463C6B
(70,60,107)
#3C325A
(60,50,90)
#322849
(50,40,73)
#281E38
(40,30,56)
#1E1427
(30,20,39)
#140A16
(20,10,22)
#000000
(0,0,0)

Tints of #786EC0

#786EC0
(120,110,192)
#847BC5
(132,123,197)
#9088CA
(144,136,202)
#9C95CF
(156,149,207)
#A8A2D4
(168,162,212)
#B4AFD9
(180,175,217)
#C0BCDE
(192,188,222)
#CCC9E3
(204,201,227)
#D8D6E8
(216,214,232)
#E4E3ED
(228,227,237)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786EC0; }

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

This text font color is #786EC0.

Background Color

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

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

This div background color is #786EC0.

Border color

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

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

This div border color is #786EC0.

Opacity

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

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

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

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

This text has shadow with #786EC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786EC0.

Preview

Color preview on black background

This text has color #786EC0 on black background.


Color preview on white background

This text has color #786EC0 on white background.


Black color preview on #786EC0 background

This text has black color on #786EC0 background.


White color preview on #786EC0 background

This text has white color on #786EC0 background.


Related colors

Complementary color

Complementary color for #hex is #87913F.


I love getcolorcode.com

Triadic colors

1 #C0786E and #6EC078 with #786EC0 are triadic colors.

2 #C06E78 and #6E78C0 with #786EC0 are triadic colors.