COLOR #797894

HEX: #797894
RGB: (121,120,148)

Color info

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

RGB color model

#797894 color RGB value is (121,120,148).

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

RGB channels and saturation

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

121
120
148

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

Portions of RGB colors in percentages

R + G + B =
121 + 120 + 148 = 389 (100%)
R 121 of 389 ~ 31.11%
G 120 of 389 ~ 30.85%
B 148 of 389 ~ 38.05%

%31.11
%30.85
%38.05

CMYK color model

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

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

CMYK percentages

%18.24
%18.92
%0
%41.96

Codes

Color #797894 in popluar color models

797894
RGB121120148
HSL242°11.57%52.55%
HSB/HSV242°18.92%58.04%
CMYK18.24%18.92%0.00%
41.96%

Color #797894 in popluar number systems.

HEX797894
Decimal121120148
Binary1111001111100010010100
Octal171170224

Shades and tints

Shades of #797894

#797894
(121,120,148)
#6E6E87
(110,110,135)
#63647A
(99,100,122)
#585A6D
(88,90,109)
#4D5060
(77,80,96)
#424653
(66,70,83)
#373C46
(55,60,70)
#2C3239
(44,50,57)
#21282C
(33,40,44)
#161E1F
(22,30,31)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #797894

#797894
(121,120,148)
#85849D
(133,132,157)
#9190A6
(145,144,166)
#9D9CAF
(157,156,175)
#A9A8B8
(169,168,184)
#B5B4C1
(181,180,193)
#C1C0CA
(193,192,202)
#CDCCD3
(205,204,211)
#D9D8DC
(217,216,220)
#E5E4E5
(229,228,229)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797894; }

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

This text font color is #797894.


Background Color

.myBgColor { background-color: #797894; }

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

This div background color is #797894.


Border color

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

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

This div border color is #797894.


Opacity

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

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

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

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

This text has shadow with #797894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797894 on black background.


Color preview on white background

This text has color #797894 on white background.



Black color preview on #797894 background

This text has black color on #797894 background.


White color preview on #797894 background

This text has white color on #797894 background.