COLOR #7D5396

HEX: #7D5396
RGB: (125,83,150)

Color info

#7D5396 contains mainly red and blue colors. Web safe color of #7D5396 is #666699 (or #669).

RGB color model

#7D5396 color RGB value is (125,83,150).

  • red value is 125;
  • green value is 83;
  • blue value is 150.
RGB:
(125,83,150)
(49%,33%,59%)

RGB channels and saturation

R 125 of 255 = 49%
G 83 of 255 = 33%
B 150 of 255 = 59%

125
83
150

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

Portions of RGB colors in percentages

R + G + B =
125 + 83 + 150 = 358 (100%)
R 125 of 358 ~ 34.92%
G 83 of 358 ~ 23.18%
B 150 of 358 ~ 41.9%

%34.92
%23.18
%41.9

CMYK color model

#7D5396 color CMYK value is (17,45,0,41).

  • cyan value is 16.67%
  • magenta value is 44.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(17,45,0,41)
C17M45Y0K41 
(17%,45%,0%,41%)
(0.17/0.45/0.00/0.41)	

CMYK percentages

%16.67
%44.67
%0
%41.18

Codes

Color #7D5396 in popluar color models

7D5396
RGB12583150
HSL278°28.76%45.69%
HSB/HSV278°44.67%58.82%
CMYK16.67%44.67%0.00%
41.18%

Color #7D5396 in popluar number systems.

HEX7D5396
Decimal12583150
Binary1111101101001110010110
Octal175123226

Shades and tints

Shades of #7D5396

#7D5396
(125,83,150)
#724C89
(114,76,137)
#67457C
(103,69,124)
#5C3E6F
(92,62,111)
#513762
(81,55,98)
#463055
(70,48,85)
#3B2948
(59,41,72)
#30223B
(48,34,59)
#251B2E
(37,27,46)
#1A1421
(26,20,33)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #7D5396

#7D5396
(125,83,150)
#88629F
(136,98,159)
#9371A8
(147,113,168)
#9E80B1
(158,128,177)
#A98FBA
(169,143,186)
#B49EC3
(180,158,195)
#BFADCC
(191,173,204)
#CABCD5
(202,188,213)
#D5CBDE
(213,203,222)
#E0DAE7
(224,218,231)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5396 color. Also use rgb(125,83,150) instead hex code.

Text Font Color

.myTextColor { color: #7D5396; }

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

This text font color is #7D5396.


Background Color

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

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

This div background color is #7D5396.


Border color

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

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

This div border color is #7D5396.


Opacity

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

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

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

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

This text has shadow with #7D5396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5396 on black background.


Color preview on white background

This text has color #7D5396 on white background.



Black color preview on #7D5396 background

This text has black color on #7D5396 background.


White color preview on #7D5396 background

This text has white color on #7D5396 background.