COLOR #7A7294

HEX: #7A7294
RGB: (122,114,148)

Color info

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

RGB color model

#7A7294 color RGB value is (122,114,148).

  • red value is 122;
  • green value is 114;
  • blue value is 148.
RGB:
(122,114,148)
(48%,45%,58%)

RGB channels and saturation

R 122 of 255 = 48%
G 114 of 255 = 45%
B 148 of 255 = 58%

122
114
148

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

Portions of RGB colors in percentages

R + G + B =
122 + 114 + 148 = 384 (100%)
R 122 of 384 ~ 31.77%
G 114 of 384 ~ 29.69%
B 148 of 384 ~ 38.54%

%31.77
%29.69
%38.54

CMYK color model

#7A7294 color CMYK value is (18,23,0,42).

  • cyan value is 17.57%
  • magenta value is 22.97%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(18,23,0,42)
C18M23Y0K42 
(18%,23%,0%,42%)
(0.18/0.23/0.00/0.42)	

CMYK percentages

%17.57
%22.97
%0
%41.96

Codes

Color #7A7294 in popluar color models

7A7294
RGB122114148
HSL254°13.71%51.37%
HSB/HSV254°22.97%58.04%
CMYK17.57%22.97%0.00%
41.96%

Color #7A7294 in popluar number systems.

HEX7A7294
Decimal122114148
Binary1111010111001010010100
Octal172162224

Shades and tints

Shades of #7A7294

#7A7294
(122,114,148)
#6F6887
(111,104,135)
#645E7A
(100,94,122)
#59546D
(89,84,109)
#4E4A60
(78,74,96)
#434053
(67,64,83)
#383646
(56,54,70)
#2D2C39
(45,44,57)
#22222C
(34,34,44)
#17181F
(23,24,31)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #7A7294

#7A7294
(122,114,148)
#867E9D
(134,126,157)
#928AA6
(146,138,166)
#9E96AF
(158,150,175)
#AAA2B8
(170,162,184)
#B6AEC1
(182,174,193)
#C2BACA
(194,186,202)
#CEC6D3
(206,198,211)
#DAD2DC
(218,210,220)
#E6DEE5
(230,222,229)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7294; }

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

This text font color is #7A7294.


Background Color

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

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

This div background color is #7A7294.


Border color

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

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

This div border color is #7A7294.


Opacity

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

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

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

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

This text has shadow with #7A7294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7294 on black background.


Color preview on white background

This text has color #7A7294 on white background.



Black color preview on #7A7294 background

This text has black color on #7A7294 background.


White color preview on #7A7294 background

This text has white color on #7A7294 background.