COLOR #797DA4

HEX: #797DA4 RGB: (121,125,164)

Color info

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

RGB color model

#797DA4 color RGB value is (121,125,164).

RGB: (121,125,164) (47%, 49%, 64%)

RGB channels and saturation

R 121 of 255 = 47%
G 125 of 255 = 49%
B 164 of 255 = 64%

121
125
164

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

Portions of RGB colors in percentages

R + G + B = 121 + 125 + 164 = 410 (100%)
R 121 of 410 ~ 29.51%
G 125 of 410 ~ 30.49%
B 164 of 410 ~ 40'%

%29.51
%30.49
%40

CMYK color model

#797DA4 color CMYK value is (26,24,0,36).

  • cyan value is 26.22%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK: (26,24,0,36) C26M24Y0K36 (26%,24%,0%,36%) (0.26/0.24/0.00/0.36) 

CMYK percentages

%26.22
%23.78
%0
%35.69

Codes

Color #797DA4 in popluar color models

79 7D A4
RGB 121 125 164
HSL 234° 19.11% 55.88%
HSB/HSV 234° 26.22% 64.31%
CMYK 26.22% 23.78% 0.00%
35.69%

Color #797DA4 in popluar number systems.

HEX 79 7D A4
Decimal 121 125 164
Binary 1111001 1111101 10100100
Octal 171 175 244

Shades and tints

Shades of #797DA4

#797DA4
(121,125,164)
#6E7296
(110,114,150)
#636788
(99,103,136)
#585C7A
(88,92,122)
#4D516C
(77,81,108)
#42465E
(66,70,94)
#373B50
(55,59,80)
#2C3042
(44,48,66)
#212534
(33,37,52)
#161A26
(22,26,38)
#0B0F18
(11,15,24)
#000000
(0,0,0)

Tints of #797DA4

#797DA4
(121,125,164)
#8588AC
(133,136,172)
#9193B4
(145,147,180)
#9D9EBC
(157,158,188)
#A9A9C4
(169,169,196)
#B5B4CC
(181,180,204)
#C1BFD4
(193,191,212)
#CDCADC
(205,202,220)
#D9D5E4
(217,213,228)
#E5E0EC
(229,224,236)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797DA4; }

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

This text font color is #797DA4.

Background Color

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

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

This div background color is #797DA4.

Border color

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

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

This div border color is #797DA4.

Opacity

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

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

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

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

This text has shadow with #797DA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #797DA4.

Preview

Color preview on black background

This text has color #797DA4 on black background.


Color preview on white background

This text has color #797DA4 on white background.


Black color preview on #797DA4 background

This text has black color on #797DA4 background.


White color preview on #797DA4 background

This text has white color on #797DA4 background.


Related colors

Complementary color

Complementary color for #hex is #86825B.


I love getcolorcode.com

Triadic colors

1 #A4797D and #7DA479 with #797DA4 are triadic colors.

2 #A47D79 and #7D79A4 with #797DA4 are triadic colors.