COLOR #797299

HEX: #797299
RGB: (121,114,153)

Color info

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

RGB color model

#797299 color RGB value is (121,114,153).

  • red value is 121;
  • green value is 114;
  • blue value is 153.
RGB:
(121,114,153)
(47%,45%,60%)

RGB channels and saturation

R 121 of 255 = 47%
G 114 of 255 = 45%
B 153 of 255 = 60%

121
114
153

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

Portions of RGB colors in percentages

R + G + B =
121 + 114 + 153 = 388 (100%)
R 121 of 388 ~ 31.19%
G 114 of 388 ~ 29.38%
B 153 of 388 ~ 39.43%

%31.19
%29.38
%39.43

CMYK color model

#797299 color CMYK value is (21,25,0,40).

  • cyan value is 20.92%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(21,25,0,40)
C21M25Y0K40 
(21%,25%,0%,40%)
(0.21/0.25/0.00/0.40)	

CMYK percentages

%20.92
%25.49
%0
%40

Codes

Color #797299 in popluar color models

797299
RGB121114153
HSL251°16.05%52.35%
HSB/HSV251°25.49%60.00%
CMYK20.92%25.49%0.00%
40.00%

Color #797299 in popluar number systems.

HEX797299
Decimal121114153
Binary1111001111001010011001
Octal171162231

Shades and tints

Shades of #797299

#797299
(121,114,153)
#6E688C
(110,104,140)
#635E7F
(99,94,127)
#585472
(88,84,114)
#4D4A65
(77,74,101)
#424058
(66,64,88)
#37364B
(55,54,75)
#2C2C3E
(44,44,62)
#212231
(33,34,49)
#161824
(22,24,36)
#0B0E17
(11,14,23)
#000000
(0,0,0)

Tints of #797299

#797299
(121,114,153)
#857EA2
(133,126,162)
#918AAB
(145,138,171)
#9D96B4
(157,150,180)
#A9A2BD
(169,162,189)
#B5AEC6
(181,174,198)
#C1BACF
(193,186,207)
#CDC6D8
(205,198,216)
#D9D2E1
(217,210,225)
#E5DEEA
(229,222,234)
#F1EAF3
(241,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797299 color. Also use rgb(121,114,153) instead hex code.

Text Font Color

.myTextColor { color: #797299; }

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

This text font color is #797299.


Background Color

.myBgColor { background-color: #797299; }

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

This div background color is #797299.


Border color

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

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

This div border color is #797299.


Opacity

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

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

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

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

This text has shadow with #797299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797299 on black background.


Color preview on white background

This text has color #797299 on white background.



Black color preview on #797299 background

This text has black color on #797299 background.


White color preview on #797299 background

This text has white color on #797299 background.