COLOR #797994

HEX: #797994
RGB: (121,121,148)

Color info

#797994 contains red, green and blue colors in about the same proportion. Web safe color of #797994 is #666699 (or #669).

RGB color model

#797994 color RGB value is (121,121,148).

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

RGB channels and saturation

R 121 of 255 = 47%
G 121 of 255 = 47%
B 148 of 255 = 58%

121
121
148

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

Portions of RGB colors in percentages

R + G + B =
121 + 121 + 148 = 390 (100%)
R 121 of 390 ~ 31.03%
G 121 of 390 ~ 31.03%
B 148 of 390 ~ 37.95%

%31.03
%31.03
%37.95

CMYK color model

#797994 color CMYK value is (18,18,0,42).

  • cyan value is 18.24%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(18,18,0,42)
C18M18Y0K42 
(18%,18%,0%,42%)
(0.18/0.18/0.00/0.42)	

CMYK percentages

%18.24
%18.24
%0
%41.96

Codes

Color #797994 in popluar color models

797994
RGB121121148
HSL240°11.20%52.75%
HSB/HSV240°18.24%58.04%
CMYK18.24%18.24%0.00%
41.96%

Color #797994 in popluar number systems.

HEX797994
Decimal121121148
Binary1111001111100110010100
Octal171171224

Shades and tints

Shades of #797994

#797994
(121,121,148)
#6E6E87
(110,110,135)
#63637A
(99,99,122)
#58586D
(88,88,109)
#4D4D60
(77,77,96)
#424253
(66,66,83)
#373746
(55,55,70)
#2C2C39
(44,44,57)
#21212C
(33,33,44)
#16161F
(22,22,31)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #797994

#797994
(121,121,148)
#85859D
(133,133,157)
#9191A6
(145,145,166)
#9D9DAF
(157,157,175)
#A9A9B8
(169,169,184)
#B5B5C1
(181,181,193)
#C1C1CA
(193,193,202)
#CDCDD3
(205,205,211)
#D9D9DC
(217,217,220)
#E5E5E5
(229,229,229)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797994; }

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

This text font color is #797994.


Background Color

.myBgColor { background-color: #797994; }

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

This div background color is #797994.


Border color

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

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

This div border color is #797994.


Opacity

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

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

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

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

This text has shadow with #797994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797994 on black background.


Color preview on white background

This text has color #797994 on white background.



Black color preview on #797994 background

This text has black color on #797994 background.


White color preview on #797994 background

This text has white color on #797994 background.