COLOR #795093

HEX: #795093
RGB: (121,80,147)

Color info

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

RGB color model

#795093 color RGB value is (121,80,147).

  • red value is 121;
  • green value is 80;
  • blue value is 147.
RGB:
(121,80,147)
(47%,31%,58%)

RGB channels and saturation

R 121 of 255 = 47%
G 80 of 255 = 31%
B 147 of 255 = 58%

121
80
147

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

Portions of RGB colors in percentages

R + G + B =
121 + 80 + 147 = 348 (100%)
R 121 of 348 ~ 34.77%
G 80 of 348 ~ 22.99%
B 147 of 348 ~ 42.24%

%34.77
%22.99
%42.24

CMYK color model

#795093 color CMYK value is (18,46,0,42).

  • cyan value is 17.69%
  • magenta value is 45.58%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(18,46,0,42)
C18M46Y0K42 
(18%,46%,0%,42%)
(0.18/0.46/0.00/0.42)	

CMYK percentages

%17.69
%45.58
%0
%42.35

Codes

Color #795093 in popluar color models

795093
RGB12180147
HSL277°29.52%44.51%
HSB/HSV277°45.58%57.65%
CMYK17.69%45.58%0.00%
42.35%

Color #795093 in popluar number systems.

HEX795093
Decimal12180147
Binary1111001101000010010011
Octal171120223

Shades and tints

Shades of #795093

#795093
(121,80,147)
#6E4986
(110,73,134)
#634279
(99,66,121)
#583B6C
(88,59,108)
#4D345F
(77,52,95)
#422D52
(66,45,82)
#372645
(55,38,69)
#2C1F38
(44,31,56)
#21182B
(33,24,43)
#16111E
(22,17,30)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #795093

#795093
(121,80,147)
#855F9C
(133,95,156)
#916EA5
(145,110,165)
#9D7DAE
(157,125,174)
#A98CB7
(169,140,183)
#B59BC0
(181,155,192)
#C1AAC9
(193,170,201)
#CDB9D2
(205,185,210)
#D9C8DB
(217,200,219)
#E5D7E4
(229,215,228)
#F1E6ED
(241,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795093 color. Also use rgb(121,80,147) instead hex code.

Text Font Color

.myTextColor { color: #795093; }

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

This text font color is #795093.


Background Color

.myBgColor { background-color: #795093; }

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

This div background color is #795093.


Border color

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

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

This div border color is #795093.


Opacity

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

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

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

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

This text has shadow with #795093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795093 on black background.


Color preview on white background

This text has color #795093 on white background.



Black color preview on #795093 background

This text has black color on #795093 background.


White color preview on #795093 background

This text has white color on #795093 background.