COLOR #795088

HEX: #795088
RGB: (121,80,136)

Color info

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

RGB color model

#795088 color RGB value is (121,80,136).

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

RGB channels and saturation

R 121 of 255 = 47%
G 80 of 255 = 31%
B 136 of 255 = 53%

121
80
136

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

Portions of RGB colors in percentages

R + G + B =
121 + 80 + 136 = 337 (100%)
R 121 of 337 ~ 35.91%
G 80 of 337 ~ 23.74%
B 136 of 337 ~ 40.36%

%35.91
%23.74
%40.36

CMYK color model

#795088 color CMYK value is (11,41,0,47).

  • cyan value is 11.03%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(11,41,0,47)
C11M41Y0K47 
(11%,41%,0%,47%)
(0.11/0.41/0.00/0.47)	

CMYK percentages

%11.03
%41.18
%0
%46.67

Codes

Color #795088 in popluar color models

795088
RGB12180136
HSL284°25.93%42.35%
HSB/HSV284°41.18%53.33%
CMYK11.03%41.18%0.00%
46.67%

Color #795088 in popluar number systems.

HEX795088
Decimal12180136
Binary1111001101000010001000
Octal171120210

Shades and tints

Shades of #795088

#795088
(121,80,136)
#6E497C
(110,73,124)
#634270
(99,66,112)
#583B64
(88,59,100)
#4D3458
(77,52,88)
#422D4C
(66,45,76)
#372640
(55,38,64)
#2C1F34
(44,31,52)
#211828
(33,24,40)
#16111C
(22,17,28)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #795088

#795088
(121,80,136)
#855F92
(133,95,146)
#916E9C
(145,110,156)
#9D7DA6
(157,125,166)
#A98CB0
(169,140,176)
#B59BBA
(181,155,186)
#C1AAC4
(193,170,196)
#CDB9CE
(205,185,206)
#D9C8D8
(217,200,216)
#E5D7E2
(229,215,226)
#F1E6EC
(241,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795088; }

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

This text font color is #795088.


Background Color

.myBgColor { background-color: #795088; }

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

This div background color is #795088.


Border color

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

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

This div border color is #795088.


Opacity

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

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

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

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

This text has shadow with #795088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795088 on black background.


Color preview on white background

This text has color #795088 on white background.



Black color preview on #795088 background

This text has black color on #795088 background.


White color preview on #795088 background

This text has white color on #795088 background.