COLOR #785DD0

HEX: #785DD0
RGB: (120,93,208)

Color info

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

RGB color model

#785DD0 color RGB value is (120,93,208).

  • red value is 120;
  • green value is 93;
  • blue value is 208.
RGB:
(120,93,208)
(47%,36%,82%)

RGB channels and saturation

R 120 of 255 = 47%
G 93 of 255 = 36%
B 208 of 255 = 82%

120
93
208

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

Portions of RGB colors in percentages

R + G + B =
120 + 93 + 208 = 421 (100%)
R 120 of 421 ~ 28.5%
G 93 of 421 ~ 22.09%
B 208 of 421 ~ 49.41%

%28.5
%22.09
%49.41

CMYK color model

#785DD0 color CMYK value is (42,55,0,18).

  • cyan value is 42.31%
  • magenta value is 55.29%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(42,55,0,18)
C42M55Y0K18 
(42%,55%,0%,18%)
(0.42/0.55/0.00/0.18)	

CMYK percentages

%42.31
%55.29
%0
%18.43

Codes

Color #785DD0 in popluar color models

785DD0
RGB12093208
HSL254°55.02%59.02%
HSB/HSV254°55.29%81.57%
CMYK42.31%55.29%0.00%
18.43%

Color #785DD0 in popluar number systems.

HEX785DD0
Decimal12093208
Binary1111000101110111010000
Octal170135320

Shades and tints

Shades of #785DD0

#785DD0
(120,93,208)
#6E55BE
(110,85,190)
#644DAC
(100,77,172)
#5A459A
(90,69,154)
#503D88
(80,61,136)
#463576
(70,53,118)
#3C2D64
(60,45,100)
#322552
(50,37,82)
#281D40
(40,29,64)
#1E152E
(30,21,46)
#140D1C
(20,13,28)
#000000
(0,0,0)

Tints of #785DD0

#785DD0
(120,93,208)
#846BD4
(132,107,212)
#9079D8
(144,121,216)
#9C87DC
(156,135,220)
#A895E0
(168,149,224)
#B4A3E4
(180,163,228)
#C0B1E8
(192,177,232)
#CCBFEC
(204,191,236)
#D8CDF0
(216,205,240)
#E4DBF4
(228,219,244)
#F0E9F8
(240,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785DD0 color. Also use rgb(120,93,208) instead hex code.

Text Font Color

.myTextColor { color: #785DD0; }

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

This text font color is #785DD0.


Background Color

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

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

This div background color is #785DD0.


Border color

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

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

This div border color is #785DD0.


Opacity

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

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

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

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

This text has shadow with #785DD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785DD0 on black background.


Color preview on white background

This text has color #785DD0 on white background.



Black color preview on #785DD0 background

This text has black color on #785DD0 background.


White color preview on #785DD0 background

This text has white color on #785DD0 background.