COLOR #785794

HEX: #785794
RGB: (120,87,148)

Color info

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

RGB color model

#785794 color RGB value is (120,87,148).

  • red value is 120;
  • green value is 87;
  • blue value is 148.
RGB:
(120,87,148)
(47%,34%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 87 of 255 = 34%
B 148 of 255 = 58%

120
87
148

R + G + B ~ 46%. #785794 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 87 + 148 = 355 (100%)
R 120 of 355 ~ 33.8%
G 87 of 355 ~ 24.51%
B 148 of 355 ~ 41.69%

%33.8
%24.51
%41.69

CMYK color model

#785794 color CMYK value is (19,41,0,42).

  • cyan value is 18.92%
  • magenta value is 41.22%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(19,41,0,42)
C19M41Y0K42 
(19%,41%,0%,42%)
(0.19/0.41/0.00/0.42)	

CMYK percentages

%18.92
%41.22
%0
%41.96

Codes

Color #785794 in popluar color models

785794
RGB12087148
HSL272°25.96%46.08%
HSB/HSV272°41.22%58.04%
CMYK18.92%41.22%0.00%
41.96%

Color #785794 in popluar number systems.

HEX785794
Decimal12087148
Binary1111000101011110010100
Octal170127224

Shades and tints

Shades of #785794

#785794
(120,87,148)
#6E5087
(110,80,135)
#64497A
(100,73,122)
#5A426D
(90,66,109)
#503B60
(80,59,96)
#463453
(70,52,83)
#3C2D46
(60,45,70)
#322639
(50,38,57)
#281F2C
(40,31,44)
#1E181F
(30,24,31)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #785794

#785794
(120,87,148)
#84669D
(132,102,157)
#9075A6
(144,117,166)
#9C84AF
(156,132,175)
#A893B8
(168,147,184)
#B4A2C1
(180,162,193)
#C0B1CA
(192,177,202)
#CCC0D3
(204,192,211)
#D8CFDC
(216,207,220)
#E4DEE5
(228,222,229)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785794 color. Also use rgb(120,87,148) instead hex code.

Text Font Color

.myTextColor { color: #785794; }

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

This text font color is #785794.


Background Color

.myBgColor { background-color: #785794; }

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

This div background color is #785794.


Border color

.myBorderColor { border: 1px solid #785794; }

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

This div border color is #785794.


Opacity

.myOpacity80 { color: #785794; opacity: 0.8; }

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

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

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

This text has shadow with #785794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785794 on black background.


Color preview on white background

This text has color #785794 on white background.



Black color preview on #785794 background

This text has black color on #785794 background.


White color preview on #785794 background

This text has white color on #785794 background.