COLOR #784D9E

HEX: #784D9E RGB: (120,77,158)

Color info

#784D9E contains mainly red and blue colors. Web safe color of #784D9E is #663399 (or #639).

RGB color model

#784D9E color RGB value is (120,77,158).

RGB: (120,77,158) (47%, 30%, 62%)

RGB channels and saturation

R 120 of 255 = 47%
G 77 of 255 = 30%
B 158 of 255 = 62%

120
77
158

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

Portions of RGB colors in percentages

R + G + B = 120 + 77 + 158 = 355 (100%)
R 120 of 355 ~ 33.8%
G 77 of 355 ~ 21.69%
B 158 of 355 ~ 44.51'%

%33.8
%21.69
%44.51

CMYK color model

#784D9E color CMYK value is (24,51,0,38).

  • cyan value is 24.05%
  • magenta value is 51.27%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (24,51,0,38)
C24M51Y0K38 (24%, 51%, 0%, 38%)
(0.24 / 0.51 / 0.00 / 0.38)

CMYK percentages

%24.05
%51.27
%0
%38.04

Codes

Color #784D9E in popluar color models

78 4D 9E
RGB 120 77 158
HSL 272° 34.47% 46.08%
HSB/HSV 272° 51.27% 61.96%
CMYK 24.05% 51.27% 0.00%
38.04%

Color #784D9E in popluar number systems.

HEX 78 4D 9E
Decimal 120 77 158
Binary 1111000 1001101 10011110
Octal 170 115 236

Shades and tints

Shades of #784D9E

#784D9E
(120,77,158)
#6E4690
(110,70,144)
#643F82
(100,63,130)
#5A3874
(90,56,116)
#503166
(80,49,102)
#462A58
(70,42,88)
#3C234A
(60,35,74)
#321C3C
(50,28,60)
#28152E
(40,21,46)
#1E0E20
(30,14,32)
#140712
(20,7,18)
#000000
(0,0,0)

Tints of #784D9E

#784D9E
(120,77,158)
#845DA6
(132,93,166)
#906DAE
(144,109,174)
#9C7DB6
(156,125,182)
#A88DBE
(168,141,190)
#B49DC6
(180,157,198)
#C0ADCE
(192,173,206)
#CCBDD6
(204,189,214)
#D8CDDE
(216,205,222)
#E4DDE6
(228,221,230)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784D9E color. Also use rgb(120,77,158) instead hex code.

Text Font Color

.myTextColor { color: #784D9E; }

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

This text font color is #784D9E.

Background Color

.myBgColor { background-color: #784D9E; }

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

This div background color is #784D9E.

Border color

.myBorderColor { border: 1px solid #784D9E; }

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

This div border color is #784D9E.

Opacity

.myOpacity80 { color: #784D9E; opacity: 0.8; }

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

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

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

This text has shadow with #784D9E color.


.textShadow {text-shadow: 3px 3px 1px #784D9E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #784D9E; -webkit-box-shadow: 1px 1px 3px 2px #784D9E; box-shadow:1px 1px 3px 2px #784D9E;">
Div content here
</div>

This div box has shadow with color #784D9E.

Preview

Color preview on black background

This text has color #784D9E on black background.


Color preview on white background

This text has color #784D9E on white background.


Black color preview on #784D9E background

This text has black color on #784D9E background.


White color preview on #784D9E background

This text has white color on #784D9E background.


Related colors

Complementary color

Complementary color for #hex is #87B261.


I love getcolorcode.com

Triadic colors

1 #9E784D and #4D9E78 with #784D9E are triadic colors.

2 #9E4D78 and #4D789E with #784D9E are triadic colors.