COLOR #7A5B9E

HEX: #7A5B9E
RGB: (122,91,158)

Color info

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

RGB color model

#7A5B9E color RGB value is (122,91,158).

  • red value is 122;
  • green value is 91;
  • blue value is 158.
RGB:
(122,91,158)
(48%,36%,62%)

RGB channels and saturation

R 122 of 255 = 48%
G 91 of 255 = 36%
B 158 of 255 = 62%

122
91
158

R + G + B ~ 49%. #7A5B9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 91 + 158 = 371 (100%)
R 122 of 371 ~ 32.88%
G 91 of 371 ~ 24.53%
B 158 of 371 ~ 42.59%

%32.88
%24.53
%42.59

CMYK color model

#7A5B9E color CMYK value is (23,42,0,38).

  • cyan value is 22.78%
  • magenta value is 42.41%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(23,42,0,38)
C23M42Y0K38 
(23%,42%,0%,38%)
(0.23/0.42/0.00/0.38)	

CMYK percentages

%22.78
%42.41
%0
%38.04

Codes

Color #7A5B9E in popluar color models

7A5B9E
RGB12291158
HSL268°26.91%48.82%
HSB/HSV268°42.41%61.96%
CMYK22.78%42.41%0.00%
38.04%

Color #7A5B9E in popluar number systems.

HEX7A5B9E
Decimal12291158
Binary1111010101101110011110
Octal172133236

Shades and tints

Shades of #7A5B9E

#7A5B9E
(122,91,158)
#6F5390
(111,83,144)
#644B82
(100,75,130)
#594374
(89,67,116)
#4E3B66
(78,59,102)
#433358
(67,51,88)
#382B4A
(56,43,74)
#2D233C
(45,35,60)
#221B2E
(34,27,46)
#171320
(23,19,32)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #7A5B9E

#7A5B9E
(122,91,158)
#8669A6
(134,105,166)
#9277AE
(146,119,174)
#9E85B6
(158,133,182)
#AA93BE
(170,147,190)
#B6A1C6
(182,161,198)
#C2AFCE
(194,175,206)
#CEBDD6
(206,189,214)
#DACBDE
(218,203,222)
#E6D9E6
(230,217,230)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5B9E color. Also use rgb(122,91,158) instead hex code.

Text Font Color

.myTextColor { color: #7A5B9E; }

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

This text font color is #7A5B9E.


Background Color

.myBgColor { background-color: #7A5B9E; }

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

This div background color is #7A5B9E.


Border color

.myBorderColor { border: 1px solid #7A5B9E; }

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

This div border color is #7A5B9E.


Opacity

.myOpacity80 { color: #7A5B9E; opacity: 0.8; }

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

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

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

This text has shadow with #7A5B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5B9E on black background.


Color preview on white background

This text has color #7A5B9E on white background.



Black color preview on #7A5B9E background

This text has black color on #7A5B9E background.


White color preview on #7A5B9E background

This text has white color on #7A5B9E background.