COLOR #7D7493

HEX: #7D7493 RGB: (125,116,147)

Color info

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

RGB color model

#7D7493 color RGB value is (125,116,147).

RGB: (125,116,147) (49%, 45%, 58%)

RGB channels and saturation

R 125 of 255 = 49%
G 116 of 255 = 45%
B 147 of 255 = 58%

125
116
147

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

Portions of RGB colors in percentages

R + G + B = 125 + 116 + 147 = 388 (100%)
R 125 of 388 ~ 32.22%
G 116 of 388 ~ 29.9%
B 147 of 388 ~ 37.89'%

%32.22
%29.9
%37.89

CMYK color model

#7D7493 color CMYK value is (15,21,0,42).

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

CMYK: (15,21,0,42)
C15M21Y0K42 (15%, 21%, 0%, 42%)
(0.15 / 0.21 / 0.00 / 0.42)

CMYK percentages

%14.97
%21.09
%0
%42.35

Codes

Color #7D7493 in popluar color models

7D 74 93
RGB 125 116 147
HSL 257° 12.55% 51.57%
HSB/HSV 257° 21.09% 57.65%
CMYK 14.97% 21.09% 0.00%
42.35%

Color #7D7493 in popluar number systems.

HEX 7D 74 93
Decimal 125 116 147
Binary 1111101 1110100 10010011
Octal 175 164 223

Shades and tints

Shades of #7D7493

#7D7493
(125,116,147)
#726A86
(114,106,134)
#676079
(103,96,121)
#5C566C
(92,86,108)
#514C5F
(81,76,95)
#464252
(70,66,82)
#3B3845
(59,56,69)
#302E38
(48,46,56)
#25242B
(37,36,43)
#1A1A1E
(26,26,30)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #7D7493

#7D7493
(125,116,147)
#88809C
(136,128,156)
#938CA5
(147,140,165)
#9E98AE
(158,152,174)
#A9A4B7
(169,164,183)
#B4B0C0
(180,176,192)
#BFBCC9
(191,188,201)
#CAC8D2
(202,200,210)
#D5D4DB
(213,212,219)
#E0E0E4
(224,224,228)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7493; }

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

This text font color is #7D7493.

Background Color

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

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

This div background color is #7D7493.

Border color

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

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

This div border color is #7D7493.

Opacity

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

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

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

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

This text has shadow with #7D7493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7493.

Preview

Color preview on black background

This text has color #7D7493 on black background.


Color preview on white background

This text has color #7D7493 on white background.


Black color preview on #7D7493 background

This text has black color on #7D7493 background.


White color preview on #7D7493 background

This text has white color on #7D7493 background.


Related colors

Complementary color

Complementary color for #hex is #828B6C.


I love getcolorcode.com

Triadic colors

1 #937D74 and #74937D with #7D7493 are triadic colors.

2 #93747D and #747D93 with #7D7493 are triadic colors.