COLOR #7D6BAF

HEX: #7D6BAF
RGB: (125,107,175)

Color info

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

RGB color model

#7D6BAF color RGB value is (125,107,175).

  • red value is 125;
  • green value is 107;
  • blue value is 175.
RGB:
(125,107,175)
(49%,42%,69%)

RGB channels and saturation

R 125 of 255 = 49%
G 107 of 255 = 42%
B 175 of 255 = 69%

125
107
175

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

Portions of RGB colors in percentages

R + G + B =
125 + 107 + 175 = 407 (100%)
R 125 of 407 ~ 30.71%
G 107 of 407 ~ 26.29%
B 175 of 407 ~ 43%

%30.71
%26.29
%43

CMYK color model

#7D6BAF color CMYK value is (29,39,0,31).

  • cyan value is 28.57%
  • magenta value is 38.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(29,39,0,31)
C29M39Y0K31 
(29%,39%,0%,31%)
(0.29/0.39/0.00/0.31)	

CMYK percentages

%28.57
%38.86
%0
%31.37

Codes

Color #7D6BAF in popluar color models

7D6BAF
RGB125107175
HSL256°29.82%55.29%
HSB/HSV256°38.86%68.63%
CMYK28.57%38.86%0.00%
31.37%

Color #7D6BAF in popluar number systems.

HEX7D6BAF
Decimal125107175
Binary1111101110101110101111
Octal175153257

Shades and tints

Shades of #7D6BAF

#7D6BAF
(125,107,175)
#7262A0
(114,98,160)
#675991
(103,89,145)
#5C5082
(92,80,130)
#514773
(81,71,115)
#463E64
(70,62,100)
#3B3555
(59,53,85)
#302C46
(48,44,70)
#252337
(37,35,55)
#1A1A28
(26,26,40)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #7D6BAF

#7D6BAF
(125,107,175)
#8878B6
(136,120,182)
#9385BD
(147,133,189)
#9E92C4
(158,146,196)
#A99FCB
(169,159,203)
#B4ACD2
(180,172,210)
#BFB9D9
(191,185,217)
#CAC6E0
(202,198,224)
#D5D3E7
(213,211,231)
#E0E0EE
(224,224,238)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6BAF color. Also use rgb(125,107,175) instead hex code.

Text Font Color

.myTextColor { color: #7D6BAF; }

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

This text font color is #7D6BAF.


Background Color

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

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

This div background color is #7D6BAF.


Border color

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

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

This div border color is #7D6BAF.


Opacity

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

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

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

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

This text has shadow with #7D6BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6BAF on black background.


Color preview on white background

This text has color #7D6BAF on white background.



Black color preview on #7D6BAF background

This text has black color on #7D6BAF background.


White color preview on #7D6BAF background

This text has white color on #7D6BAF background.