COLOR #797197

HEX: #797197
RGB: (121,113,151)

Color info

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

RGB color model

#797197 color RGB value is (121,113,151).

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

RGB channels and saturation

R 121 of 255 = 47%
G 113 of 255 = 44%
B 151 of 255 = 59%

121
113
151

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

Portions of RGB colors in percentages

R + G + B =
121 + 113 + 151 = 385 (100%)
R 121 of 385 ~ 31.43%
G 113 of 385 ~ 29.35%
B 151 of 385 ~ 39.22%

%31.43
%29.35
%39.22

CMYK color model

#797197 color CMYK value is (20,25,0,41).

  • cyan value is 19.87%
  • magenta value is 25.17%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(20,25,0,41)
C20M25Y0K41 
(20%,25%,0%,41%)
(0.20/0.25/0.00/0.41)	

CMYK percentages

%19.87
%25.17
%0
%40.78

Codes

Color #797197 in popluar color models

797197
RGB121113151
HSL253°15.45%51.76%
HSB/HSV253°25.17%59.22%
CMYK19.87%25.17%0.00%
40.78%

Color #797197 in popluar number systems.

HEX797197
Decimal121113151
Binary1111001111000110010111
Octal171161227

Shades and tints

Shades of #797197

#797197
(121,113,151)
#6E678A
(110,103,138)
#635D7D
(99,93,125)
#585370
(88,83,112)
#4D4963
(77,73,99)
#423F56
(66,63,86)
#373549
(55,53,73)
#2C2B3C
(44,43,60)
#21212F
(33,33,47)
#161722
(22,23,34)
#0B0D15
(11,13,21)
#000000
(0,0,0)

Tints of #797197

#797197
(121,113,151)
#857DA0
(133,125,160)
#9189A9
(145,137,169)
#9D95B2
(157,149,178)
#A9A1BB
(169,161,187)
#B5ADC4
(181,173,196)
#C1B9CD
(193,185,205)
#CDC5D6
(205,197,214)
#D9D1DF
(217,209,223)
#E5DDE8
(229,221,232)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797197; }

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

This text font color is #797197.


Background Color

.myBgColor { background-color: #797197; }

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

This div background color is #797197.


Border color

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

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

This div border color is #797197.


Opacity

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

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

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

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

This text has shadow with #797197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797197 on black background.


Color preview on white background

This text has color #797197 on white background.



Black color preview on #797197 background

This text has black color on #797197 background.


White color preview on #797197 background

This text has white color on #797197 background.