COLOR #794EDB

HEX: #794EDB RGB: (121,78,219)

Color info

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

RGB color model

#794EDB color RGB value is (121,78,219).

RGB: (121,78,219) (47%, 31%, 86%)

RGB channels and saturation

R 121 of 255 = 47%
G 78 of 255 = 31%
B 219 of 255 = 86%

121
78
219

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

Portions of RGB colors in percentages

R + G + B = 121 + 78 + 219 = 418 (100%)
R 121 of 418 ~ 28.95%
G 78 of 418 ~ 18.66%
B 219 of 418 ~ 52.39'%

%28.95
%18.66
%52.39

CMYK color model

#794EDB color CMYK value is (45,64,0,14).

  • cyan value is 44.75%
  • magenta value is 64.38%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (45,64,0,14)
C45M64Y0K14 (45%, 64%, 0%, 14%)
(0.45 / 0.64 / 0.00 / 0.14)

CMYK percentages

%44.75
%64.38
%0
%14.12

Codes

Color #794EDB in popluar color models

79 4E DB
RGB 121 78 219
HSL 258° 66.20% 58.24%
HSB/HSV 258° 64.38% 85.88%
CMYK 44.75% 64.38% 0.00%
14.12%

Color #794EDB in popluar number systems.

HEX 79 4E DB
Decimal 121 78 219
Binary 1111001 1001110 11011011
Octal 171 116 333

Shades and tints

Shades of #794EDB

#794EDB
(121,78,219)
#6E47C8
(110,71,200)
#6340B5
(99,64,181)
#5839A2
(88,57,162)
#4D328F
(77,50,143)
#422B7C
(66,43,124)
#372469
(55,36,105)
#2C1D56
(44,29,86)
#211643
(33,22,67)
#160F30
(22,15,48)
#0B081D
(11,8,29)
#000000
(0,0,0)

Tints of #794EDB

#794EDB
(121,78,219)
#855EDE
(133,94,222)
#916EE1
(145,110,225)
#9D7EE4
(157,126,228)
#A98EE7
(169,142,231)
#B59EEA
(181,158,234)
#C1AEED
(193,174,237)
#CDBEF0
(205,190,240)
#D9CEF3
(217,206,243)
#E5DEF6
(229,222,246)
#F1EEF9
(241,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794EDB color. Also use rgb(121,78,219) instead hex code.

Text Font Color

.myTextColor { color: #794EDB; }

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

This text font color is #794EDB.

Background Color

.myBgColor { background-color: #794EDB; }

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

This div background color is #794EDB.

Border color

.myBorderColor { border: 1px solid #794EDB; }

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

This div border color is #794EDB.

Opacity

.myOpacity80 { color: #794EDB; opacity: 0.8; }

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

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

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

This text has shadow with #794EDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #794EDB.

Preview

Color preview on black background

This text has color #794EDB on black background.


Color preview on white background

This text has color #794EDB on white background.


Black color preview on #794EDB background

This text has black color on #794EDB background.


White color preview on #794EDB background

This text has white color on #794EDB background.


Related colors

Complementary color

Complementary color for #hex is #86B124.


I love getcolorcode.com

Triadic colors

1 #DB794E and #4EDB79 with #794EDB are triadic colors.

2 #DB4E79 and #4E79DB with #794EDB are triadic colors.