COLOR #7A7193

HEX: #7A7193
RGB: (122,113,147)

Color info

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

RGB color model

#7A7193 color RGB value is (122,113,147).

  • red value is 122;
  • green value is 113;
  • blue value is 147.
RGB:
(122,113,147)
(48%,44%,58%)

RGB channels and saturation

R 122 of 255 = 48%
G 113 of 255 = 44%
B 147 of 255 = 58%

122
113
147

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

Portions of RGB colors in percentages

R + G + B =
122 + 113 + 147 = 382 (100%)
R 122 of 382 ~ 31.94%
G 113 of 382 ~ 29.58%
B 147 of 382 ~ 38.48%

%31.94
%29.58
%38.48

CMYK color model

#7A7193 color CMYK value is (17,23,0,42).

  • cyan value is 17.01%
  • magenta value is 23.13%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(17,23,0,42)
C17M23Y0K42 
(17%,23%,0%,42%)
(0.17/0.23/0.00/0.42)	

CMYK percentages

%17.01
%23.13
%0
%42.35

Codes

Color #7A7193 in popluar color models

7A7193
RGB122113147
HSL256°13.60%50.98%
HSB/HSV256°23.13%57.65%
CMYK17.01%23.13%0.00%
42.35%

Color #7A7193 in popluar number systems.

HEX7A7193
Decimal122113147
Binary1111010111000110010011
Octal172161223

Shades and tints

Shades of #7A7193

#7A7193
(122,113,147)
#6F6786
(111,103,134)
#645D79
(100,93,121)
#59536C
(89,83,108)
#4E495F
(78,73,95)
#433F52
(67,63,82)
#383545
(56,53,69)
#2D2B38
(45,43,56)
#22212B
(34,33,43)
#17171E
(23,23,30)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #7A7193

#7A7193
(122,113,147)
#867D9C
(134,125,156)
#9289A5
(146,137,165)
#9E95AE
(158,149,174)
#AAA1B7
(170,161,183)
#B6ADC0
(182,173,192)
#C2B9C9
(194,185,201)
#CEC5D2
(206,197,210)
#DAD1DB
(218,209,219)
#E6DDE4
(230,221,228)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7193 color. Also use rgb(122,113,147) instead hex code.

Text Font Color

.myTextColor { color: #7A7193; }

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

This text font color is #7A7193.


Background Color

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

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

This div background color is #7A7193.


Border color

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

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

This div border color is #7A7193.


Opacity

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

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

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

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

This text has shadow with #7A7193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7193 on black background.


Color preview on white background

This text has color #7A7193 on white background.



Black color preview on #7A7193 background

This text has black color on #7A7193 background.


White color preview on #7A7193 background

This text has white color on #7A7193 background.