COLOR #7D6598

HEX: #7D6598
RGB: (125,101,152)

Color info

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

RGB color model

#7D6598 color RGB value is (125,101,152).

  • red value is 125;
  • green value is 101;
  • blue value is 152.
RGB:
(125,101,152)
(49%,40%,60%)

RGB channels and saturation

R 125 of 255 = 49%
G 101 of 255 = 40%
B 152 of 255 = 60%

125
101
152

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

Portions of RGB colors in percentages

R + G + B =
125 + 101 + 152 = 378 (100%)
R 125 of 378 ~ 33.07%
G 101 of 378 ~ 26.72%
B 152 of 378 ~ 40.21%

%33.07
%26.72
%40.21

CMYK color model

#7D6598 color CMYK value is (18,34,0,40).

  • cyan value is 17.76%
  • magenta value is 33.55%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(18,34,0,40)
C18M34Y0K40 
(18%,34%,0%,40%)
(0.18/0.34/0.00/0.40)	

CMYK percentages

%17.76
%33.55
%0
%40.39

Codes

Color #7D6598 in popluar color models

7D6598
RGB125101152
HSL268°20.16%49.61%
HSB/HSV268°33.55%59.61%
CMYK17.76%33.55%0.00%
40.39%

Color #7D6598 in popluar number systems.

HEX7D6598
Decimal125101152
Binary1111101110010110011000
Octal175145230

Shades and tints

Shades of #7D6598

#7D6598
(125,101,152)
#725C8B
(114,92,139)
#67537E
(103,83,126)
#5C4A71
(92,74,113)
#514164
(81,65,100)
#463857
(70,56,87)
#3B2F4A
(59,47,74)
#30263D
(48,38,61)
#251D30
(37,29,48)
#1A1423
(26,20,35)
#0F0B16
(15,11,22)
#000000
(0,0,0)

Tints of #7D6598

#7D6598
(125,101,152)
#8873A1
(136,115,161)
#9381AA
(147,129,170)
#9E8FB3
(158,143,179)
#A99DBC
(169,157,188)
#B4ABC5
(180,171,197)
#BFB9CE
(191,185,206)
#CAC7D7
(202,199,215)
#D5D5E0
(213,213,224)
#E0E3E9
(224,227,233)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6598 color. Also use rgb(125,101,152) instead hex code.

Text Font Color

.myTextColor { color: #7D6598; }

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

This text font color is #7D6598.


Background Color

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

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

This div background color is #7D6598.


Border color

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

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

This div border color is #7D6598.


Opacity

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

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

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

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

This text has shadow with #7D6598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6598 on black background.


Color preview on white background

This text has color #7D6598 on white background.



Black color preview on #7D6598 background

This text has black color on #7D6598 background.


White color preview on #7D6598 background

This text has white color on #7D6598 background.