COLOR #7A7594

HEX: #7A7594 RGB: (122,117,148)

Color info

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

RGB color model

#7A7594 color RGB value is (122,117,148).

RGB: (122,117,148) (48%, 46%, 58%)

RGB channels and saturation

R 122 of 255 = 48%
G 117 of 255 = 46%
B 148 of 255 = 58%

122
117
148

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

Portions of RGB colors in percentages

R + G + B = 122 + 117 + 148 = 387 (100%)
R 122 of 387 ~ 31.52%
G 117 of 387 ~ 30.23%
B 148 of 387 ~ 38.24'%

%31.52
%30.23
%38.24

CMYK color model

#7A7594 color CMYK value is (18,21,0,42).

  • cyan value is 17.57%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (18,21,0,42)
C18M21Y0K42 (18%, 21%, 0%, 42%)
(0.18 / 0.21 / 0.00 / 0.42)

CMYK percentages

%17.57
%20.95
%0
%41.96

Codes

Color #7A7594 in popluar color models

7A 75 94
RGB 122 117 148
HSL 250° 12.65% 51.96%
HSB/HSV 250° 20.95% 58.04%
CMYK 17.57% 20.95% 0.00%
41.96%

Color #7A7594 in popluar number systems.

HEX 7A 75 94
Decimal 122 117 148
Binary 1111010 1110101 10010100
Octal 172 165 224

Shades and tints

Shades of #7A7594

#7A7594
(122,117,148)
#6F6B87
(111,107,135)
#64617A
(100,97,122)
#59576D
(89,87,109)
#4E4D60
(78,77,96)
#434353
(67,67,83)
#383946
(56,57,70)
#2D2F39
(45,47,57)
#22252C
(34,37,44)
#171B1F
(23,27,31)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #7A7594

#7A7594
(122,117,148)
#86819D
(134,129,157)
#928DA6
(146,141,166)
#9E99AF
(158,153,175)
#AAA5B8
(170,165,184)
#B6B1C1
(182,177,193)
#C2BDCA
(194,189,202)
#CEC9D3
(206,201,211)
#DAD5DC
(218,213,220)
#E6E1E5
(230,225,229)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7594 color. Also use rgb(122,117,148) instead hex code.

Text Font Color

.myTextColor { color: #7A7594; }

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

This text font color is #7A7594.

Background Color

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

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

This div background color is #7A7594.

Border color

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

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

This div border color is #7A7594.

Opacity

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

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

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

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

This text has shadow with #7A7594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7594.

Preview

Color preview on black background

This text has color #7A7594 on black background.


Color preview on white background

This text has color #7A7594 on white background.


Black color preview on #7A7594 background

This text has black color on #7A7594 background.


White color preview on #7A7594 background

This text has white color on #7A7594 background.


Related colors

Complementary color

Complementary color for #hex is #858A6B.


I love getcolorcode.com

Triadic colors

1 #947A75 and #75947A with #7A7594 are triadic colors.

2 #94757A and #757A94 with #7A7594 are triadic colors.