COLOR #796699

HEX: #796699
RGB: (121,102,153)

Color info

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

RGB color model

#796699 color RGB value is (121,102,153).

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

RGB channels and saturation

R 121 of 255 = 47%
G 102 of 255 = 40%
B 153 of 255 = 60%

121
102
153

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

Portions of RGB colors in percentages

R + G + B =
121 + 102 + 153 = 376 (100%)
R 121 of 376 ~ 32.18%
G 102 of 376 ~ 27.13%
B 153 of 376 ~ 40.69%

%32.18
%27.13
%40.69

CMYK color model

#796699 color CMYK value is (21,33,0,40).

  • cyan value is 20.92%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(21,33,0,40)
C21M33Y0K40 
(21%,33%,0%,40%)
(0.21/0.33/0.00/0.40)	

CMYK percentages

%20.92
%33.33
%0
%40

Codes

Color #796699 in popluar color models

796699
RGB121102153
HSL262°20.00%50.00%
HSB/HSV262°33.33%60.00%
CMYK20.92%33.33%0.00%
40.00%

Color #796699 in popluar number systems.

HEX796699
Decimal121102153
Binary1111001110011010011001
Octal171146231

Shades and tints

Shades of #796699

#796699
(121,102,153)
#6E5D8C
(110,93,140)
#63547F
(99,84,127)
#584B72
(88,75,114)
#4D4265
(77,66,101)
#423958
(66,57,88)
#37304B
(55,48,75)
#2C273E
(44,39,62)
#211E31
(33,30,49)
#161524
(22,21,36)
#0B0C17
(11,12,23)
#000000
(0,0,0)

Tints of #796699

#796699
(121,102,153)
#8573A2
(133,115,162)
#9180AB
(145,128,171)
#9D8DB4
(157,141,180)
#A99ABD
(169,154,189)
#B5A7C6
(181,167,198)
#C1B4CF
(193,180,207)
#CDC1D8
(205,193,216)
#D9CEE1
(217,206,225)
#E5DBEA
(229,219,234)
#F1E8F3
(241,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796699; }

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

This text font color is #796699.


Background Color

.myBgColor { background-color: #796699; }

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

This div background color is #796699.


Border color

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

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

This div border color is #796699.


Opacity

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

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

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

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

This text has shadow with #796699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796699 on black background.


Color preview on white background

This text has color #796699 on white background.



Black color preview on #796699 background

This text has black color on #796699 background.


White color preview on #796699 background

This text has white color on #796699 background.