COLOR #7D6496

HEX: #7D6496
RGB: (125,100,150)

Color info

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

RGB color model

#7D6496 color RGB value is (125,100,150).

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

RGB channels and saturation

R 125 of 255 = 49%
G 100 of 255 = 39%
B 150 of 255 = 59%

125
100
150

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

Portions of RGB colors in percentages

R + G + B =
125 + 100 + 150 = 375 (100%)
R 125 of 375 ~ 33.33%
G 100 of 375 ~ 26.67%
B 150 of 375 ~ 40%

%33.33
%26.67
%40

CMYK color model

#7D6496 color CMYK value is (17,33,0,41).

  • cyan value is 16.67%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(17,33,0,41)
C17M33Y0K41 
(17%,33%,0%,41%)
(0.17/0.33/0.00/0.41)	

CMYK percentages

%16.67
%33.33
%0
%41.18

Codes

Color #7D6496 in popluar color models

7D6496
RGB125100150
HSL270°20.00%49.02%
HSB/HSV270°33.33%58.82%
CMYK16.67%33.33%0.00%
41.18%

Color #7D6496 in popluar number systems.

HEX7D6496
Decimal125100150
Binary1111101110010010010110
Octal175144226

Shades and tints

Shades of #7D6496

#7D6496
(125,100,150)
#725B89
(114,91,137)
#67527C
(103,82,124)
#5C496F
(92,73,111)
#514062
(81,64,98)
#463755
(70,55,85)
#3B2E48
(59,46,72)
#30253B
(48,37,59)
#251C2E
(37,28,46)
#1A1321
(26,19,33)
#0F0A14
(15,10,20)
#000000
(0,0,0)

Tints of #7D6496

#7D6496
(125,100,150)
#88729F
(136,114,159)
#9380A8
(147,128,168)
#9E8EB1
(158,142,177)
#A99CBA
(169,156,186)
#B4AAC3
(180,170,195)
#BFB8CC
(191,184,204)
#CAC6D5
(202,198,213)
#D5D4DE
(213,212,222)
#E0E2E7
(224,226,231)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6496; }

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

This text font color is #7D6496.


Background Color

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

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

This div background color is #7D6496.


Border color

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

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

This div border color is #7D6496.


Opacity

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

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

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

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

This text has shadow with #7D6496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6496 on black background.


Color preview on white background

This text has color #7D6496 on white background.



Black color preview on #7D6496 background

This text has black color on #7D6496 background.


White color preview on #7D6496 background

This text has white color on #7D6496 background.