COLOR #795A96

HEX: #795A96 RGB: (121,90,150)

Color info

#795A96 contains mainly red and blue colors. Web safe color of #795A96 is #666699 (or #669).

RGB color model

#795A96 color RGB value is (121,90,150).

RGB: (121,90,150) (47%, 35%, 59%)

RGB channels and saturation

R 121 of 255 = 47%
G 90 of 255 = 35%
B 150 of 255 = 59%

121
90
150

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

Portions of RGB colors in percentages

R + G + B = 121 + 90 + 150 = 361 (100%)
R 121 of 361 ~ 33.52%
G 90 of 361 ~ 24.93%
B 150 of 361 ~ 41.55'%

%33.52
%24.93
%41.55

CMYK color model

#795A96 color CMYK value is (19,40,0,41).

  • cyan value is 19.33%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (19,40,0,41)
C19M40Y0K41 (19%, 40%, 0%, 41%)
(0.19 / 0.40 / 0.00 / 0.41)

CMYK percentages

%19.33
%40
%0
%41.18

Codes

Color #795A96 in popluar color models

79 5A 96
RGB 121 90 150
HSL 271° 25.00% 47.06%
HSB/HSV 271° 40.00% 58.82%
CMYK 19.33% 40.00% 0.00%
41.18%

Color #795A96 in popluar number systems.

HEX 79 5A 96
Decimal 121 90 150
Binary 1111001 1011010 10010110
Octal 171 132 226

Shades and tints

Shades of #795A96

#795A96
(121,90,150)
#6E5289
(110,82,137)
#634A7C
(99,74,124)
#58426F
(88,66,111)
#4D3A62
(77,58,98)
#423255
(66,50,85)
#372A48
(55,42,72)
#2C223B
(44,34,59)
#211A2E
(33,26,46)
#161221
(22,18,33)
#0B0A14
(11,10,20)
#000000
(0,0,0)

Tints of #795A96

#795A96
(121,90,150)
#85699F
(133,105,159)
#9178A8
(145,120,168)
#9D87B1
(157,135,177)
#A996BA
(169,150,186)
#B5A5C3
(181,165,195)
#C1B4CC
(193,180,204)
#CDC3D5
(205,195,213)
#D9D2DE
(217,210,222)
#E5E1E7
(229,225,231)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795A96; }

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

This text font color is #795A96.

Background Color

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

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

This div background color is #795A96.

Border color

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

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

This div border color is #795A96.

Opacity

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

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

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

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

This text has shadow with #795A96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #795A96.

Preview

Color preview on black background

This text has color #795A96 on black background.


Color preview on white background

This text has color #795A96 on white background.


Black color preview on #795A96 background

This text has black color on #795A96 background.


White color preview on #795A96 background

This text has white color on #795A96 background.


Related colors

Complementary color

Complementary color for #hex is #86A569.


I love getcolorcode.com

Triadic colors

1 #96795A and #5A9679 with #795A96 are triadic colors.

2 #965A79 and #5A7996 with #795A96 are triadic colors.