COLOR #795998

HEX: #795998
RGB: (121,89,152)

Color info

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

RGB color model

#795998 color RGB value is (121,89,152).

  • red value is 121;
  • green value is 89;
  • blue value is 152.
RGB:
(121,89,152)
(47%,35%,60%)

RGB channels and saturation

R 121 of 255 = 47%
G 89 of 255 = 35%
B 152 of 255 = 60%

121
89
152

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

Portions of RGB colors in percentages

R + G + B =
121 + 89 + 152 = 362 (100%)
R 121 of 362 ~ 33.43%
G 89 of 362 ~ 24.59%
B 152 of 362 ~ 41.99%

%33.43
%24.59
%41.99

CMYK color model

#795998 color CMYK value is (20,41,0,40).

  • cyan value is 20.39%
  • magenta value is 41.45%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(20,41,0,40)
C20M41Y0K40 
(20%,41%,0%,40%)
(0.20/0.41/0.00/0.40)	

CMYK percentages

%20.39
%41.45
%0
%40.39

Codes

Color #795998 in popluar color models

795998
RGB12189152
HSL270°26.14%47.25%
HSB/HSV270°41.45%59.61%
CMYK20.39%41.45%0.00%
40.39%

Color #795998 in popluar number systems.

HEX795998
Decimal12189152
Binary1111001101100110011000
Octal171131230

Shades and tints

Shades of #795998

#795998
(121,89,152)
#6E518B
(110,81,139)
#63497E
(99,73,126)
#584171
(88,65,113)
#4D3964
(77,57,100)
#423157
(66,49,87)
#37294A
(55,41,74)
#2C213D
(44,33,61)
#211930
(33,25,48)
#161123
(22,17,35)
#0B0916
(11,9,22)
#000000
(0,0,0)

Tints of #795998

#795998
(121,89,152)
#8568A1
(133,104,161)
#9177AA
(145,119,170)
#9D86B3
(157,134,179)
#A995BC
(169,149,188)
#B5A4C5
(181,164,197)
#C1B3CE
(193,179,206)
#CDC2D7
(205,194,215)
#D9D1E0
(217,209,224)
#E5E0E9
(229,224,233)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795998 color. Also use rgb(121,89,152) instead hex code.

Text Font Color

.myTextColor { color: #795998; }

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

This text font color is #795998.


Background Color

.myBgColor { background-color: #795998; }

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

This div background color is #795998.


Border color

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

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

This div border color is #795998.


Opacity

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

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

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

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

This text has shadow with #795998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795998 on black background.


Color preview on white background

This text has color #795998 on white background.



Black color preview on #795998 background

This text has black color on #795998 background.


White color preview on #795998 background

This text has white color on #795998 background.