COLOR #796095

HEX: #796095
RGB: (121,96,149)

Color info

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

RGB color model

#796095 color RGB value is (121,96,149).

  • red value is 121;
  • green value is 96;
  • blue value is 149.
RGB:
(121,96,149)
(47%,38%,58%)

RGB channels and saturation

R 121 of 255 = 47%
G 96 of 255 = 38%
B 149 of 255 = 58%

121
96
149

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

Portions of RGB colors in percentages

R + G + B =
121 + 96 + 149 = 366 (100%)
R 121 of 366 ~ 33.06%
G 96 of 366 ~ 26.23%
B 149 of 366 ~ 40.71%

%33.06
%26.23
%40.71

CMYK color model

#796095 color CMYK value is (19,36,0,42).

  • cyan value is 18.79%
  • magenta value is 35.57%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(19,36,0,42)
C19M36Y0K42 
(19%,36%,0%,42%)
(0.19/0.36/0.00/0.42)	

CMYK percentages

%18.79
%35.57
%0
%41.57

Codes

Color #796095 in popluar color models

796095
RGB12196149
HSL268°21.63%48.04%
HSB/HSV268°35.57%58.43%
CMYK18.79%35.57%0.00%
41.57%

Color #796095 in popluar number systems.

HEX796095
Decimal12196149
Binary1111001110000010010101
Octal171140225

Shades and tints

Shades of #796095

#796095
(121,96,149)
#6E5888
(110,88,136)
#63507B
(99,80,123)
#58486E
(88,72,110)
#4D4061
(77,64,97)
#423854
(66,56,84)
#373047
(55,48,71)
#2C283A
(44,40,58)
#21202D
(33,32,45)
#161820
(22,24,32)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #796095

#796095
(121,96,149)
#856E9E
(133,110,158)
#917CA7
(145,124,167)
#9D8AB0
(157,138,176)
#A998B9
(169,152,185)
#B5A6C2
(181,166,194)
#C1B4CB
(193,180,203)
#CDC2D4
(205,194,212)
#D9D0DD
(217,208,221)
#E5DEE6
(229,222,230)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796095 color. Also use rgb(121,96,149) instead hex code.

Text Font Color

.myTextColor { color: #796095; }

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

This text font color is #796095.


Background Color

.myBgColor { background-color: #796095; }

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

This div background color is #796095.


Border color

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

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

This div border color is #796095.


Opacity

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

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

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

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

This text has shadow with #796095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796095 on black background.


Color preview on white background

This text has color #796095 on white background.



Black color preview on #796095 background

This text has black color on #796095 background.


White color preview on #796095 background

This text has white color on #796095 background.