COLOR #794DA8

HEX: #794DA8
RGB: (121,77,168)

Color info

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

RGB color model

#794DA8 color RGB value is (121,77,168).

  • red value is 121;
  • green value is 77;
  • blue value is 168.
RGB:
(121,77,168)
(47%,30%,66%)

RGB channels and saturation

R 121 of 255 = 47%
G 77 of 255 = 30%
B 168 of 255 = 66%

121
77
168

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

Portions of RGB colors in percentages

R + G + B =
121 + 77 + 168 = 366 (100%)
R 121 of 366 ~ 33.06%
G 77 of 366 ~ 21.04%
B 168 of 366 ~ 45.9%

%33.06
%21.04
%45.9

CMYK color model

#794DA8 color CMYK value is (28,54,0,34).

  • cyan value is 27.98%
  • magenta value is 54.17%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(28,54,0,34)
C28M54Y0K34 
(28%,54%,0%,34%)
(0.28/0.54/0.00/0.34)	

CMYK percentages

%27.98
%54.17
%0
%34.12

Codes

Color #794DA8 in popluar color models

794DA8
RGB12177168
HSL269°37.14%48.04%
HSB/HSV269°54.17%65.88%
CMYK27.98%54.17%0.00%
34.12%

Color #794DA8 in popluar number systems.

HEX794DA8
Decimal12177168
Binary1111001100110110101000
Octal171115250

Shades and tints

Shades of #794DA8

#794DA8
(121,77,168)
#6E4699
(110,70,153)
#633F8A
(99,63,138)
#58387B
(88,56,123)
#4D316C
(77,49,108)
#422A5D
(66,42,93)
#37234E
(55,35,78)
#2C1C3F
(44,28,63)
#211530
(33,21,48)
#160E21
(22,14,33)
#0B0712
(11,7,18)
#000000
(0,0,0)

Tints of #794DA8

#794DA8
(121,77,168)
#855DAF
(133,93,175)
#916DB6
(145,109,182)
#9D7DBD
(157,125,189)
#A98DC4
(169,141,196)
#B59DCB
(181,157,203)
#C1ADD2
(193,173,210)
#CDBDD9
(205,189,217)
#D9CDE0
(217,205,224)
#E5DDE7
(229,221,231)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794DA8 color. Also use rgb(121,77,168) instead hex code.

Text Font Color

.myTextColor { color: #794DA8; }

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

This text font color is #794DA8.


Background Color

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

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

This div background color is #794DA8.


Border color

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

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

This div border color is #794DA8.


Opacity

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

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

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

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

This text has shadow with #794DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794DA8 on black background.


Color preview on white background

This text has color #794DA8 on white background.



Black color preview on #794DA8 background

This text has black color on #794DA8 background.


White color preview on #794DA8 background

This text has white color on #794DA8 background.