COLOR #797BA7

HEX: #797BA7
RGB: (121,123,167)

Color info

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

RGB color model

#797BA7 color RGB value is (121,123,167).

  • red value is 121;
  • green value is 123;
  • blue value is 167.
RGB:
(121,123,167)
(47%,48%,65%)

RGB channels and saturation

R 121 of 255 = 47%
G 123 of 255 = 48%
B 167 of 255 = 65%

121
123
167

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

Portions of RGB colors in percentages

R + G + B =
121 + 123 + 167 = 411 (100%)
R 121 of 411 ~ 29.44%
G 123 of 411 ~ 29.93%
B 167 of 411 ~ 40.63%

%29.44
%29.93
%40.63

CMYK color model

#797BA7 color CMYK value is (28,26,0,35).

  • cyan value is 27.54%
  • magenta value is 26.35%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(28,26,0,35)
C28M26Y0K35 
(28%,26%,0%,35%)
(0.28/0.26/0.00/0.35)	

CMYK percentages

%27.54
%26.35
%0
%34.51

Codes

Color #797BA7 in popluar color models

797BA7
RGB121123167
HSL237°20.72%56.47%
HSB/HSV237°27.54%65.49%
CMYK27.54%26.35%0.00%
34.51%

Color #797BA7 in popluar number systems.

HEX797BA7
Decimal121123167
Binary1111001111101110100111
Octal171173247

Shades and tints

Shades of #797BA7

#797BA7
(121,123,167)
#6E7098
(110,112,152)
#636589
(99,101,137)
#585A7A
(88,90,122)
#4D4F6B
(77,79,107)
#42445C
(66,68,92)
#37394D
(55,57,77)
#2C2E3E
(44,46,62)
#21232F
(33,35,47)
#161820
(22,24,32)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #797BA7

#797BA7
(121,123,167)
#8587AF
(133,135,175)
#9193B7
(145,147,183)
#9D9FBF
(157,159,191)
#A9ABC7
(169,171,199)
#B5B7CF
(181,183,207)
#C1C3D7
(193,195,215)
#CDCFDF
(205,207,223)
#D9DBE7
(217,219,231)
#E5E7EF
(229,231,239)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797BA7 color. Also use rgb(121,123,167) instead hex code.

Text Font Color

.myTextColor { color: #797BA7; }

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

This text font color is #797BA7.


Background Color

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

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

This div background color is #797BA7.


Border color

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

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

This div border color is #797BA7.


Opacity

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

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

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

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

This text has shadow with #797BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797BA7 on black background.


Color preview on white background

This text has color #797BA7 on white background.



Black color preview on #797BA7 background

This text has black color on #797BA7 background.


White color preview on #797BA7 background

This text has white color on #797BA7 background.