COLOR #796DA1

HEX: #796DA1
RGB: (121,109,161)

Color info

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

RGB color model

#796DA1 color RGB value is (121,109,161).

  • red value is 121;
  • green value is 109;
  • blue value is 161.
RGB:
(121,109,161)
(47%,43%,63%)

RGB channels and saturation

R 121 of 255 = 47%
G 109 of 255 = 43%
B 161 of 255 = 63%

121
109
161

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

Portions of RGB colors in percentages

R + G + B =
121 + 109 + 161 = 391 (100%)
R 121 of 391 ~ 30.95%
G 109 of 391 ~ 27.88%
B 161 of 391 ~ 41.18%

%30.95
%27.88
%41.18

CMYK color model

#796DA1 color CMYK value is (25,32,0,37).

  • cyan value is 24.84%
  • magenta value is 32.30%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(25,32,0,37)
C25M32Y0K37 
(25%,32%,0%,37%)
(0.25/0.32/0.00/0.37)	

CMYK percentages

%24.84
%32.3
%0
%36.86

Codes

Color #796DA1 in popluar color models

796DA1
RGB121109161
HSL254°21.67%52.94%
HSB/HSV254°32.30%63.14%
CMYK24.84%32.30%0.00%
36.86%

Color #796DA1 in popluar number systems.

HEX796DA1
Decimal121109161
Binary1111001110110110100001
Octal171155241

Shades and tints

Shades of #796DA1

#796DA1
(121,109,161)
#6E6493
(110,100,147)
#635B85
(99,91,133)
#585277
(88,82,119)
#4D4969
(77,73,105)
#42405B
(66,64,91)
#37374D
(55,55,77)
#2C2E3F
(44,46,63)
#212531
(33,37,49)
#161C23
(22,28,35)
#0B1315
(11,19,21)
#000000
(0,0,0)

Tints of #796DA1

#796DA1
(121,109,161)
#857AA9
(133,122,169)
#9187B1
(145,135,177)
#9D94B9
(157,148,185)
#A9A1C1
(169,161,193)
#B5AEC9
(181,174,201)
#C1BBD1
(193,187,209)
#CDC8D9
(205,200,217)
#D9D5E1
(217,213,225)
#E5E2E9
(229,226,233)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796DA1 color. Also use rgb(121,109,161) instead hex code.

Text Font Color

.myTextColor { color: #796DA1; }

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

This text font color is #796DA1.


Background Color

.myBgColor { background-color: #796DA1; }

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

This div background color is #796DA1.


Border color

.myBorderColor { border: 1px solid #796DA1; }

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

This div border color is #796DA1.


Opacity

.myOpacity80 { color: #796DA1; opacity: 0.8; }

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

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

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

This text has shadow with #796DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796DA1 on black background.


Color preview on white background

This text has color #796DA1 on white background.



Black color preview on #796DA1 background

This text has black color on #796DA1 background.


White color preview on #796DA1 background

This text has white color on #796DA1 background.