COLOR #795E90

HEX: #795E90
RGB: (121,94,144)

Color info

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

RGB color model

#795E90 color RGB value is (121,94,144).

  • red value is 121;
  • green value is 94;
  • blue value is 144.
RGB:
(121,94,144)
(47%,37%,56%)

RGB channels and saturation

R 121 of 255 = 47%
G 94 of 255 = 37%
B 144 of 255 = 56%

121
94
144

R + G + B ~ 47%. #795E90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 94 + 144 = 359 (100%)
R 121 of 359 ~ 33.7%
G 94 of 359 ~ 26.18%
B 144 of 359 ~ 40.11%

%33.7
%26.18
%40.11

CMYK color model

#795E90 color CMYK value is (16,35,0,44).

  • cyan value is 15.97%
  • magenta value is 34.72%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(16,35,0,44)
C16M35Y0K44 
(16%,35%,0%,44%)
(0.16/0.35/0.00/0.44)	

CMYK percentages

%15.97
%34.72
%0
%43.53

Codes

Color #795E90 in popluar color models

795E90
RGB12194144
HSL272°21.01%46.67%
HSB/HSV272°34.72%56.47%
CMYK15.97%34.72%0.00%
43.53%

Color #795E90 in popluar number systems.

HEX795E90
Decimal12194144
Binary1111001101111010010000
Octal171136220

Shades and tints

Shades of #795E90

#795E90
(121,94,144)
#6E5683
(110,86,131)
#634E76
(99,78,118)
#584669
(88,70,105)
#4D3E5C
(77,62,92)
#42364F
(66,54,79)
#372E42
(55,46,66)
#2C2635
(44,38,53)
#211E28
(33,30,40)
#16161B
(22,22,27)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #795E90

#795E90
(121,94,144)
#856C9A
(133,108,154)
#917AA4
(145,122,164)
#9D88AE
(157,136,174)
#A996B8
(169,150,184)
#B5A4C2
(181,164,194)
#C1B2CC
(193,178,204)
#CDC0D6
(205,192,214)
#D9CEE0
(217,206,224)
#E5DCEA
(229,220,234)
#F1EAF4
(241,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795E90 color. Also use rgb(121,94,144) instead hex code.

Text Font Color

.myTextColor { color: #795E90; }

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

This text font color is #795E90.


Background Color

.myBgColor { background-color: #795E90; }

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

This div background color is #795E90.


Border color

.myBorderColor { border: 1px solid #795E90; }

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

This div border color is #795E90.


Opacity

.myOpacity80 { color: #795E90; opacity: 0.8; }

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

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

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

This text has shadow with #795E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795E90 on black background.


Color preview on white background

This text has color #795E90 on white background.



Black color preview on #795E90 background

This text has black color on #795E90 background.


White color preview on #795E90 background

This text has white color on #795E90 background.