COLOR #797FA4

HEX: #797FA4
RGB: (121,127,164)

Color info

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

RGB color model

#797FA4 color RGB value is (121,127,164).

  • red value is 121;
  • green value is 127;
  • blue value is 164.
RGB:
(121,127,164)
(47%,50%,64%)

RGB channels and saturation

R 121 of 255 = 47%
G 127 of 255 = 50%
B 164 of 255 = 64%

121
127
164

R + G + B ~ 54%. #797FA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 127 + 164 = 412 (100%)
R 121 of 412 ~ 29.37%
G 127 of 412 ~ 30.83%
B 164 of 412 ~ 39.81%

%29.37
%30.83
%39.81

CMYK color model

#797FA4 color CMYK value is (26,23,0,36).

  • cyan value is 26.22%
  • magenta value is 22.56%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(26,23,0,36)
C26M23Y0K36 
(26%,23%,0%,36%)
(0.26/0.23/0.00/0.36)	

CMYK percentages

%26.22
%22.56
%0
%35.69

Codes

Color #797FA4 in popluar color models

797FA4
RGB121127164
HSL232°19.11%55.88%
HSB/HSV232°26.22%64.31%
CMYK26.22%22.56%0.00%
35.69%

Color #797FA4 in popluar number systems.

HEX797FA4
Decimal121127164
Binary1111001111111110100100
Octal171177244

Shades and tints

Shades of #797FA4

#797FA4
(121,127,164)
#6E7496
(110,116,150)
#636988
(99,105,136)
#585E7A
(88,94,122)
#4D536C
(77,83,108)
#42485E
(66,72,94)
#373D50
(55,61,80)
#2C3242
(44,50,66)
#212734
(33,39,52)
#161C26
(22,28,38)
#0B1118
(11,17,24)
#000000
(0,0,0)

Tints of #797FA4

#797FA4
(121,127,164)
#858AAC
(133,138,172)
#9195B4
(145,149,180)
#9DA0BC
(157,160,188)
#A9ABC4
(169,171,196)
#B5B6CC
(181,182,204)
#C1C1D4
(193,193,212)
#CDCCDC
(205,204,220)
#D9D7E4
(217,215,228)
#E5E2EC
(229,226,236)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797FA4 color. Also use rgb(121,127,164) instead hex code.

Text Font Color

.myTextColor { color: #797FA4; }

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

This text font color is #797FA4.


Background Color

.myBgColor { background-color: #797FA4; }

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

This div background color is #797FA4.


Border color

.myBorderColor { border: 1px solid #797FA4; }

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

This div border color is #797FA4.


Opacity

.myOpacity80 { color: #797FA4; opacity: 0.8; }

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

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

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

This text has shadow with #797FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797FA4 on black background.


Color preview on white background

This text has color #797FA4 on white background.



Black color preview on #797FA4 background

This text has black color on #797FA4 background.


White color preview on #797FA4 background

This text has white color on #797FA4 background.