COLOR #7D7193

HEX: #7D7193 RGB: (125,113,147)

Color info

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

RGB color model

#7D7193 color RGB value is (125,113,147).

RGB: (125,113,147) (49%, 44%, 58%)

RGB channels and saturation

R 125 of 255 = 49%
G 113 of 255 = 44%
B 147 of 255 = 58%

125
113
147

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

Portions of RGB colors in percentages

R + G + B = 125 + 113 + 147 = 385 (100%)
R 125 of 385 ~ 32.47%
G 113 of 385 ~ 29.35%
B 147 of 385 ~ 38.18'%

%32.47
%29.35
%38.18

CMYK color model

#7D7193 color CMYK value is (15,23,0,42).

  • cyan value is 14.97%
  • magenta value is 23.13%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (15,23,0,42)
C15M23Y0K42 (15%, 23%, 0%, 42%)
(0.15 / 0.23 / 0.00 / 0.42)

CMYK percentages

%14.97
%23.13
%0
%42.35

Codes

Color #7D7193 in popluar color models

7D 71 93
RGB 125 113 147
HSL 261° 13.60% 50.98%
HSB/HSV 261° 23.13% 57.65%
CMYK 14.97% 23.13% 0.00%
42.35%

Color #7D7193 in popluar number systems.

HEX 7D 71 93
Decimal 125 113 147
Binary 1111101 1110001 10010011
Octal 175 161 223

Shades and tints

Shades of #7D7193

#7D7193
(125,113,147)
#726786
(114,103,134)
#675D79
(103,93,121)
#5C536C
(92,83,108)
#51495F
(81,73,95)
#463F52
(70,63,82)
#3B3545
(59,53,69)
#302B38
(48,43,56)
#25212B
(37,33,43)
#1A171E
(26,23,30)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #7D7193

#7D7193
(125,113,147)
#887D9C
(136,125,156)
#9389A5
(147,137,165)
#9E95AE
(158,149,174)
#A9A1B7
(169,161,183)
#B4ADC0
(180,173,192)
#BFB9C9
(191,185,201)
#CAC5D2
(202,197,210)
#D5D1DB
(213,209,219)
#E0DDE4
(224,221,228)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7193; }

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

This text font color is #7D7193.

Background Color

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

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

This div background color is #7D7193.

Border color

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

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

This div border color is #7D7193.

Opacity

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

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

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

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

This text has shadow with #7D7193 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7193.

Preview

Color preview on black background

This text has color #7D7193 on black background.


Color preview on white background

This text has color #7D7193 on white background.


Black color preview on #7D7193 background

This text has black color on #7D7193 background.


White color preview on #7D7193 background

This text has white color on #7D7193 background.


Related colors

Complementary color

Complementary color for #hex is #828E6C.


I love getcolorcode.com

Triadic colors

1 #937D71 and #71937D with #7D7193 are triadic colors.

2 #93717D and #717D93 with #7D7193 are triadic colors.