COLOR #794CA7

HEX: #794CA7
RGB: (121,76,167)

Color info

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

RGB color model

#794CA7 color RGB value is (121,76,167).

  • red value is 121;
  • green value is 76;
  • blue value is 167.
RGB:
(121,76,167)
(47%,30%,65%)

RGB channels and saturation

R 121 of 255 = 47%
G 76 of 255 = 30%
B 167 of 255 = 65%

121
76
167

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

Portions of RGB colors in percentages

R + G + B =
121 + 76 + 167 = 364 (100%)
R 121 of 364 ~ 33.24%
G 76 of 364 ~ 20.88%
B 167 of 364 ~ 45.88%

%33.24
%20.88
%45.88

CMYK color model

#794CA7 color CMYK value is (28,54,0,35).

  • cyan value is 27.54%
  • magenta value is 54.49%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(28,54,0,35)
C28M54Y0K35 
(28%,54%,0%,35%)
(0.28/0.54/0.00/0.35)	

CMYK percentages

%27.54
%54.49
%0
%34.51

Codes

Color #794CA7 in popluar color models

794CA7
RGB12176167
HSL270°37.45%47.65%
HSB/HSV270°54.49%65.49%
CMYK27.54%54.49%0.00%
34.51%

Color #794CA7 in popluar number systems.

HEX794CA7
Decimal12176167
Binary1111001100110010100111
Octal171114247

Shades and tints

Shades of #794CA7

#794CA7
(121,76,167)
#6E4698
(110,70,152)
#634089
(99,64,137)
#583A7A
(88,58,122)
#4D346B
(77,52,107)
#422E5C
(66,46,92)
#37284D
(55,40,77)
#2C223E
(44,34,62)
#211C2F
(33,28,47)
#161620
(22,22,32)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #794CA7

#794CA7
(121,76,167)
#855CAF
(133,92,175)
#916CB7
(145,108,183)
#9D7CBF
(157,124,191)
#A98CC7
(169,140,199)
#B59CCF
(181,156,207)
#C1ACD7
(193,172,215)
#CDBCDF
(205,188,223)
#D9CCE7
(217,204,231)
#E5DCEF
(229,220,239)
#F1ECF7
(241,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794CA7 color. Also use rgb(121,76,167) instead hex code.

Text Font Color

.myTextColor { color: #794CA7; }

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

This text font color is #794CA7.


Background Color

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

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

This div background color is #794CA7.


Border color

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

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

This div border color is #794CA7.


Opacity

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

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

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

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

This text has shadow with #794CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794CA7 on black background.


Color preview on white background

This text has color #794CA7 on white background.



Black color preview on #794CA7 background

This text has black color on #794CA7 background.


White color preview on #794CA7 background

This text has white color on #794CA7 background.