COLOR #797597

HEX: #797597
RGB: (121,117,151)

Color info

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

RGB color model

#797597 color RGB value is (121,117,151).

  • red value is 121;
  • green value is 117;
  • blue value is 151.
RGB:
(121,117,151)
(47%,46%,59%)

RGB channels and saturation

R 121 of 255 = 47%
G 117 of 255 = 46%
B 151 of 255 = 59%

121
117
151

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

Portions of RGB colors in percentages

R + G + B =
121 + 117 + 151 = 389 (100%)
R 121 of 389 ~ 31.11%
G 117 of 389 ~ 30.08%
B 151 of 389 ~ 38.82%

%31.11
%30.08
%38.82

CMYK color model

#797597 color CMYK value is (20,23,0,41).

  • cyan value is 19.87%
  • magenta value is 22.52%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(20,23,0,41)
C20M23Y0K41 
(20%,23%,0%,41%)
(0.20/0.23/0.00/0.41)	

CMYK percentages

%19.87
%22.52
%0
%40.78

Codes

Color #797597 in popluar color models

797597
RGB121117151
HSL247°14.05%52.55%
HSB/HSV247°22.52%59.22%
CMYK19.87%22.52%0.00%
40.78%

Color #797597 in popluar number systems.

HEX797597
Decimal121117151
Binary1111001111010110010111
Octal171165227

Shades and tints

Shades of #797597

#797597
(121,117,151)
#6E6B8A
(110,107,138)
#63617D
(99,97,125)
#585770
(88,87,112)
#4D4D63
(77,77,99)
#424356
(66,67,86)
#373949
(55,57,73)
#2C2F3C
(44,47,60)
#21252F
(33,37,47)
#161B22
(22,27,34)
#0B1115
(11,17,21)
#000000
(0,0,0)

Tints of #797597

#797597
(121,117,151)
#8581A0
(133,129,160)
#918DA9
(145,141,169)
#9D99B2
(157,153,178)
#A9A5BB
(169,165,187)
#B5B1C4
(181,177,196)
#C1BDCD
(193,189,205)
#CDC9D6
(205,201,214)
#D9D5DF
(217,213,223)
#E5E1E8
(229,225,232)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797597; }

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

This text font color is #797597.


Background Color

.myBgColor { background-color: #797597; }

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

This div background color is #797597.


Border color

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

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

This div border color is #797597.


Opacity

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

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

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

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

This text has shadow with #797597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797597 on black background.


Color preview on white background

This text has color #797597 on white background.



Black color preview on #797597 background

This text has black color on #797597 background.


White color preview on #797597 background

This text has white color on #797597 background.