COLOR #795A8E

HEX: #795A8E
RGB: (121,90,142)

Color info

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

RGB color model

#795A8E color RGB value is (121,90,142).

  • red value is 121;
  • green value is 90;
  • blue value is 142.
RGB:
(121,90,142)
(47%,35%,56%)

RGB channels and saturation

R 121 of 255 = 47%
G 90 of 255 = 35%
B 142 of 255 = 56%

121
90
142

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

Portions of RGB colors in percentages

R + G + B =
121 + 90 + 142 = 353 (100%)
R 121 of 353 ~ 34.28%
G 90 of 353 ~ 25.5%
B 142 of 353 ~ 40.23%

%34.28
%25.5
%40.23

CMYK color model

#795A8E color CMYK value is (15,37,0,44).

  • cyan value is 14.79%
  • magenta value is 36.62%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(15,37,0,44)
C15M37Y0K44 
(15%,37%,0%,44%)
(0.15/0.37/0.00/0.44)	

CMYK percentages

%14.79
%36.62
%0
%44.31

Codes

Color #795A8E in popluar color models

795A8E
RGB12190142
HSL276°22.41%45.49%
HSB/HSV276°36.62%55.69%
CMYK14.79%36.62%0.00%
44.31%

Color #795A8E in popluar number systems.

HEX795A8E
Decimal12190142
Binary1111001101101010001110
Octal171132216

Shades and tints

Shades of #795A8E

#795A8E
(121,90,142)
#6E5282
(110,82,130)
#634A76
(99,74,118)
#58426A
(88,66,106)
#4D3A5E
(77,58,94)
#423252
(66,50,82)
#372A46
(55,42,70)
#2C223A
(44,34,58)
#211A2E
(33,26,46)
#161222
(22,18,34)
#0B0A16
(11,10,22)
#000000
(0,0,0)

Tints of #795A8E

#795A8E
(121,90,142)
#856998
(133,105,152)
#9178A2
(145,120,162)
#9D87AC
(157,135,172)
#A996B6
(169,150,182)
#B5A5C0
(181,165,192)
#C1B4CA
(193,180,202)
#CDC3D4
(205,195,212)
#D9D2DE
(217,210,222)
#E5E1E8
(229,225,232)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795A8E color. Also use rgb(121,90,142) instead hex code.

Text Font Color

.myTextColor { color: #795A8E; }

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

This text font color is #795A8E.


Background Color

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

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

This div background color is #795A8E.


Border color

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

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

This div border color is #795A8E.


Opacity

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

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

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

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

This text has shadow with #795A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795A8E on black background.


Color preview on white background

This text has color #795A8E on white background.



Black color preview on #795A8E background

This text has black color on #795A8E background.


White color preview on #795A8E background

This text has white color on #795A8E background.