COLOR #785CD2

HEX: #785CD2
RGB: (120,92,210)

Color info

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

RGB color model

#785CD2 color RGB value is (120,92,210).

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

RGB channels and saturation

R 120 of 255 = 47%
G 92 of 255 = 36%
B 210 of 255 = 82%

120
92
210

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

Portions of RGB colors in percentages

R + G + B =
120 + 92 + 210 = 422 (100%)
R 120 of 422 ~ 28.44%
G 92 of 422 ~ 21.8%
B 210 of 422 ~ 49.76%

%28.44
%21.8
%49.76

CMYK color model

#785CD2 color CMYK value is (43,56,0,18).

  • cyan value is 42.86%
  • magenta value is 56.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(43,56,0,18)
C43M56Y0K18 
(43%,56%,0%,18%)
(0.43/0.56/0.00/0.18)	

CMYK percentages

%42.86
%56.19
%0
%17.65

Codes

Color #785CD2 in popluar color models

785CD2
RGB12092210
HSL254°56.73%59.22%
HSB/HSV254°56.19%82.35%
CMYK42.86%56.19%0.00%
17.65%

Color #785CD2 in popluar number systems.

HEX785CD2
Decimal12092210
Binary1111000101110011010010
Octal170134322

Shades and tints

Shades of #785CD2

#785CD2
(120,92,210)
#6E54BF
(110,84,191)
#644CAC
(100,76,172)
#5A4499
(90,68,153)
#503C86
(80,60,134)
#463473
(70,52,115)
#3C2C60
(60,44,96)
#32244D
(50,36,77)
#281C3A
(40,28,58)
#1E1427
(30,20,39)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #785CD2

#785CD2
(120,92,210)
#846AD6
(132,106,214)
#9078DA
(144,120,218)
#9C86DE
(156,134,222)
#A894E2
(168,148,226)
#B4A2E6
(180,162,230)
#C0B0EA
(192,176,234)
#CCBEEE
(204,190,238)
#D8CCF2
(216,204,242)
#E4DAF6
(228,218,246)
#F0E8FA
(240,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785CD2 color. Also use rgb(120,92,210) instead hex code.

Text Font Color

.myTextColor { color: #785CD2; }

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

This text font color is #785CD2.


Background Color

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

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

This div background color is #785CD2.


Border color

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

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

This div border color is #785CD2.


Opacity

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

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

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

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

This text has shadow with #785CD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785CD2 on black background.


Color preview on white background

This text has color #785CD2 on white background.



Black color preview on #785CD2 background

This text has black color on #785CD2 background.


White color preview on #785CD2 background

This text has white color on #785CD2 background.