COLOR #786DD1

HEX: #786DD1
RGB: (120,109,209)

Color info

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

RGB color model

#786DD1 color RGB value is (120,109,209).

  • red value is 120;
  • green value is 109;
  • blue value is 209.
RGB:
(120,109,209)
(47%,43%,82%)

RGB channels and saturation

R 120 of 255 = 47%
G 109 of 255 = 43%
B 209 of 255 = 82%

120
109
209

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

Portions of RGB colors in percentages

R + G + B =
120 + 109 + 209 = 438 (100%)
R 120 of 438 ~ 27.4%
G 109 of 438 ~ 24.89%
B 209 of 438 ~ 47.72%

%27.4
%24.89
%47.72

CMYK color model

#786DD1 color CMYK value is (43,48,0,18).

  • cyan value is 42.58%
  • magenta value is 47.85%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(43,48,0,18)
C43M48Y0K18 
(43%,48%,0%,18%)
(0.43/0.48/0.00/0.18)	

CMYK percentages

%42.58
%47.85
%0
%18.04

Codes

Color #786DD1 in popluar color models

786DD1
RGB120109209
HSL247°52.08%62.35%
HSB/HSV247°47.85%81.96%
CMYK42.58%47.85%0.00%
18.04%

Color #786DD1 in popluar number systems.

HEX786DD1
Decimal120109209
Binary1111000110110111010001
Octal170155321

Shades and tints

Shades of #786DD1

#786DD1
(120,109,209)
#6E64BE
(110,100,190)
#645BAB
(100,91,171)
#5A5298
(90,82,152)
#504985
(80,73,133)
#464072
(70,64,114)
#3C375F
(60,55,95)
#322E4C
(50,46,76)
#282539
(40,37,57)
#1E1C26
(30,28,38)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #786DD1

#786DD1
(120,109,209)
#847AD5
(132,122,213)
#9087D9
(144,135,217)
#9C94DD
(156,148,221)
#A8A1E1
(168,161,225)
#B4AEE5
(180,174,229)
#C0BBE9
(192,187,233)
#CCC8ED
(204,200,237)
#D8D5F1
(216,213,241)
#E4E2F5
(228,226,245)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786DD1 color. Also use rgb(120,109,209) instead hex code.

Text Font Color

.myTextColor { color: #786DD1; }

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

This text font color is #786DD1.


Background Color

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

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

This div background color is #786DD1.


Border color

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

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

This div border color is #786DD1.


Opacity

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

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

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

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

This text has shadow with #786DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786DD1 on black background.


Color preview on white background

This text has color #786DD1 on white background.



Black color preview on #786DD1 background

This text has black color on #786DD1 background.


White color preview on #786DD1 background

This text has white color on #786DD1 background.