COLOR #795AAB

HEX: #795AAB
RGB: (121,90,171)

Color info

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

RGB color model

#795AAB color RGB value is (121,90,171).

  • red value is 121;
  • green value is 90;
  • blue value is 171.
RGB:
(121,90,171)
(47%,35%,67%)

RGB channels and saturation

R 121 of 255 = 47%
G 90 of 255 = 35%
B 171 of 255 = 67%

121
90
171

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

Portions of RGB colors in percentages

R + G + B =
121 + 90 + 171 = 382 (100%)
R 121 of 382 ~ 31.68%
G 90 of 382 ~ 23.56%
B 171 of 382 ~ 44.76%

%31.68
%23.56
%44.76

CMYK color model

#795AAB color CMYK value is (29,47,0,33).

  • cyan value is 29.24%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(29,47,0,33)
C29M47Y0K33 
(29%,47%,0%,33%)
(0.29/0.47/0.00/0.33)	

CMYK percentages

%29.24
%47.37
%0
%32.94

Codes

Color #795AAB in popluar color models

795AAB
RGB12190171
HSL263°32.53%51.18%
HSB/HSV263°47.37%67.06%
CMYK29.24%47.37%0.00%
32.94%

Color #795AAB in popluar number systems.

HEX795AAB
Decimal12190171
Binary1111001101101010101011
Octal171132253

Shades and tints

Shades of #795AAB

#795AAB
(121,90,171)
#6E529C
(110,82,156)
#634A8D
(99,74,141)
#58427E
(88,66,126)
#4D3A6F
(77,58,111)
#423260
(66,50,96)
#372A51
(55,42,81)
#2C2242
(44,34,66)
#211A33
(33,26,51)
#161224
(22,18,36)
#0B0A15
(11,10,21)
#000000
(0,0,0)

Tints of #795AAB

#795AAB
(121,90,171)
#8569B2
(133,105,178)
#9178B9
(145,120,185)
#9D87C0
(157,135,192)
#A996C7
(169,150,199)
#B5A5CE
(181,165,206)
#C1B4D5
(193,180,213)
#CDC3DC
(205,195,220)
#D9D2E3
(217,210,227)
#E5E1EA
(229,225,234)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795AAB; }

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

This text font color is #795AAB.


Background Color

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

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

This div background color is #795AAB.


Border color

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

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

This div border color is #795AAB.


Opacity

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

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

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

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

This text has shadow with #795AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795AAB on black background.


Color preview on white background

This text has color #795AAB on white background.



Black color preview on #795AAB background

This text has black color on #795AAB background.


White color preview on #795AAB background

This text has white color on #795AAB background.