COLOR #786EEB

HEX: #786EEB RGB: (120,110,235)

Color info

#786EEB contains mainly blue color. Web safe color of #786EEB is #6666FF (or #66F).

RGB color model

#786EEB color RGB value is (120,110,235).

RGB: (120,110,235) (47%, 43%, 92%)

RGB channels and saturation

R 120 of 255 = 47%
G 110 of 255 = 43%
B 235 of 255 = 92%

120
110
235

R + G + B ~ 61%. #786EEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 110 + 235 = 465 (100%)
R 120 of 465 ~ 25.81%
G 110 of 465 ~ 23.66%
B 235 of 465 ~ 50.54'%

%25.81
%23.66
%50.54

CMYK color model

#786EEB color CMYK value is (49,53,0,8).

  • cyan value is 48.94%
  • magenta value is 53.19%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (49,53,0,8)
C49M53Y0K8 (49%, 53%, 0%, 8%)
(0.49 / 0.53 / 0.00 / 0.08)

CMYK percentages

%48.94
%53.19
%0
%7.84

Codes

Color #786EEB in popluar color models

78 6E EB
RGB 120 110 235
HSL 245° 75.76% 67.65%
HSB/HSV 245° 53.19% 92.16%
CMYK 48.94% 53.19% 0.00%
7.84%

Color #786EEB in popluar number systems.

HEX 78 6E EB
Decimal 120 110 235
Binary 1111000 1101110 11101011
Octal 170 156 353

Shades and tints

Shades of #786EEB

#786EEB
(120,110,235)
#6E64D6
(110,100,214)
#645AC1
(100,90,193)
#5A50AC
(90,80,172)
#504697
(80,70,151)
#463C82
(70,60,130)
#3C326D
(60,50,109)
#322858
(50,40,88)
#281E43
(40,30,67)
#1E142E
(30,20,46)
#140A19
(20,10,25)
#000000
(0,0,0)

Tints of #786EEB

#786EEB
(120,110,235)
#847BEC
(132,123,236)
#9088ED
(144,136,237)
#9C95EE
(156,149,238)
#A8A2EF
(168,162,239)
#B4AFF0
(180,175,240)
#C0BCF1
(192,188,241)
#CCC9F2
(204,201,242)
#D8D6F3
(216,214,243)
#E4E3F4
(228,227,244)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786EEB; }

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

This text font color is #786EEB.

Background Color

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

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

This div background color is #786EEB.

Border color

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

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

This div border color is #786EEB.

Opacity

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

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

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

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

This text has shadow with #786EEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786EEB.

Preview

Color preview on black background

This text has color #786EEB on black background.


Color preview on white background

This text has color #786EEB on white background.


Black color preview on #786EEB background

This text has black color on #786EEB background.


White color preview on #786EEB background

This text has white color on #786EEB background.


Related colors

Complementary color

Complementary color for #hex is #879114.


I love getcolorcode.com

Triadic colors

1 #EB786E and #6EEB78 with #786EEB are triadic colors.

2 #EB6E78 and #6E78EB with #786EEB are triadic colors.