COLOR #785D9D

HEX: #785D9D
RGB: (120,93,157)

Color info

#785D9D contains mainly red and blue colors. Web safe color of #785D9D is #666699 (or #669).

RGB color model

#785D9D color RGB value is (120,93,157).

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

RGB channels and saturation

R 120 of 255 = 47%
G 93 of 255 = 36%
B 157 of 255 = 62%

120
93
157

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

Portions of RGB colors in percentages

R + G + B =
120 + 93 + 157 = 370 (100%)
R 120 of 370 ~ 32.43%
G 93 of 370 ~ 25.14%
B 157 of 370 ~ 42.43%

%32.43
%25.14
%42.43

CMYK color model

#785D9D color CMYK value is (24,41,0,38).

  • cyan value is 23.57%
  • magenta value is 40.76%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(24,41,0,38)
C24M41Y0K38 
(24%,41%,0%,38%)
(0.24/0.41/0.00/0.38)	

CMYK percentages

%23.57
%40.76
%0
%38.43

Codes

Color #785D9D in popluar color models

785D9D
RGB12093157
HSL265°25.60%49.02%
HSB/HSV265°40.76%61.57%
CMYK23.57%40.76%0.00%
38.43%

Color #785D9D in popluar number systems.

HEX785D9D
Decimal12093157
Binary1111000101110110011101
Octal170135235

Shades and tints

Shades of #785D9D

#785D9D
(120,93,157)
#6E558F
(110,85,143)
#644D81
(100,77,129)
#5A4573
(90,69,115)
#503D65
(80,61,101)
#463557
(70,53,87)
#3C2D49
(60,45,73)
#32253B
(50,37,59)
#281D2D
(40,29,45)
#1E151F
(30,21,31)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #785D9D

#785D9D
(120,93,157)
#846BA5
(132,107,165)
#9079AD
(144,121,173)
#9C87B5
(156,135,181)
#A895BD
(168,149,189)
#B4A3C5
(180,163,197)
#C0B1CD
(192,177,205)
#CCBFD5
(204,191,213)
#D8CDDD
(216,205,221)
#E4DBE5
(228,219,229)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785D9D; }

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

This text font color is #785D9D.


Background Color

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

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

This div background color is #785D9D.


Border color

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

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

This div border color is #785D9D.


Opacity

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

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

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

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

This text has shadow with #785D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785D9D on black background.


Color preview on white background

This text has color #785D9D on white background.



Black color preview on #785D9D background

This text has black color on #785D9D background.


White color preview on #785D9D background

This text has white color on #785D9D background.