COLOR #785B95

HEX: #785B95
RGB: (120,91,149)

Color info

#785B95 contains red, green and blue colors in about the same proportion. Web safe color of #785B95 is #666699 (or #669).

RGB color model

#785B95 color RGB value is (120,91,149).

  • red value is 120;
  • green value is 91;
  • blue value is 149.
RGB:
(120,91,149)
(47%,36%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 91 of 255 = 36%
B 149 of 255 = 58%

120
91
149

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

Portions of RGB colors in percentages

R + G + B =
120 + 91 + 149 = 360 (100%)
R 120 of 360 ~ 33.33%
G 91 of 360 ~ 25.28%
B 149 of 360 ~ 41.39%

%33.33
%25.28
%41.39

CMYK color model

#785B95 color CMYK value is (19,39,0,42).

  • cyan value is 19.46%
  • magenta value is 38.93%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(19,39,0,42)
C19M39Y0K42 
(19%,39%,0%,42%)
(0.19/0.39/0.00/0.42)	

CMYK percentages

%19.46
%38.93
%0
%41.57

Codes

Color #785B95 in popluar color models

785B95
RGB12091149
HSL270°24.17%47.06%
HSB/HSV270°38.93%58.43%
CMYK19.46%38.93%0.00%
41.57%

Color #785B95 in popluar number systems.

HEX785B95
Decimal12091149
Binary1111000101101110010101
Octal170133225

Shades and tints

Shades of #785B95

#785B95
(120,91,149)
#6E5388
(110,83,136)
#644B7B
(100,75,123)
#5A436E
(90,67,110)
#503B61
(80,59,97)
#463354
(70,51,84)
#3C2B47
(60,43,71)
#32233A
(50,35,58)
#281B2D
(40,27,45)
#1E1320
(30,19,32)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #785B95

#785B95
(120,91,149)
#84699E
(132,105,158)
#9077A7
(144,119,167)
#9C85B0
(156,133,176)
#A893B9
(168,147,185)
#B4A1C2
(180,161,194)
#C0AFCB
(192,175,203)
#CCBDD4
(204,189,212)
#D8CBDD
(216,203,221)
#E4D9E6
(228,217,230)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785B95 color. Also use rgb(120,91,149) instead hex code.

Text Font Color

.myTextColor { color: #785B95; }

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

This text font color is #785B95.


Background Color

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

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

This div background color is #785B95.


Border color

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

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

This div border color is #785B95.


Opacity

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

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

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

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

This text has shadow with #785B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785B95 on black background.


Color preview on white background

This text has color #785B95 on white background.



Black color preview on #785B95 background

This text has black color on #785B95 background.


White color preview on #785B95 background

This text has white color on #785B95 background.