COLOR #795E94

HEX: #795E94
RGB: (121,94,148)

Color info

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

RGB color model

#795E94 color RGB value is (121,94,148).

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

RGB channels and saturation

R 121 of 255 = 47%
G 94 of 255 = 37%
B 148 of 255 = 58%

121
94
148

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

Portions of RGB colors in percentages

R + G + B =
121 + 94 + 148 = 363 (100%)
R 121 of 363 ~ 33.33%
G 94 of 363 ~ 25.9%
B 148 of 363 ~ 40.77%

%33.33
%25.9
%40.77

CMYK color model

#795E94 color CMYK value is (18,36,0,42).

  • cyan value is 18.24%
  • magenta value is 36.49%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK: (18,36,0,42) C18M36Y0K42 (18%,36%,0%,42%) (0.18/0.36/0.00/0.42)

CMYK percentages

%18.24
%36.49
%0
%41.96

Codes

Color #795E94 in popluar color models

795E94
RGB12194148
HSL270°22.31%47.45%
HSB/HSV270°36.49%58.04%
CMYK18.24%36.49%0.00%
41.96%

Color #795E94 in popluar number systems.

HEX795E94
Decimal12194148
Binary1111001101111010010100
Octal171136224

Shades and tints

Shades of #795E94

#795E94
(121,94,148)
#6E5687
(110,86,135)
#634E7A
(99,78,122)
#58466D
(88,70,109)
#4D3E60
(77,62,96)
#423653
(66,54,83)
#372E46
(55,46,70)
#2C2639
(44,38,57)
#211E2C
(33,30,44)
#16161F
(22,22,31)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #795E94

#795E94
(121,94,148)
#856C9D
(133,108,157)
#917AA6
(145,122,166)
#9D88AF
(157,136,175)
#A996B8
(169,150,184)
#B5A4C1
(181,164,193)
#C1B2CA
(193,178,202)
#CDC0D3
(205,192,211)
#D9CEDC
(217,206,220)
#E5DCE5
(229,220,229)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795E94; }

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

This text font color is #795E94.


Background Color

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

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

This div background color is #795E94.


Border color

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

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

This div border color is #795E94.


Opacity

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

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

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

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

This text has shadow with #795E94 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #795E94 on black background.


Color preview on white background

This text has color #795E94 on white background.



Black color preview on #795E94 background

This text has black color on #795E94 background.


White color preview on #795E94 background

This text has white color on #795E94 background.