COLOR #7D6FBF

HEX: #7D6FBF
RGB: (125,111,191)

Color info

#7D6FBF contains mainly blue color. Web safe color of #7D6FBF is #6666CC (or #66C).

RGB color model

#7D6FBF color RGB value is (125,111,191).

  • red value is 125;
  • green value is 111;
  • blue value is 191.
RGB:
(125,111,191)
(49%,44%,75%)

RGB channels and saturation

R 125 of 255 = 49%
G 111 of 255 = 44%
B 191 of 255 = 75%

125
111
191

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

Portions of RGB colors in percentages

R + G + B =
125 + 111 + 191 = 427 (100%)
R 125 of 427 ~ 29.27%
G 111 of 427 ~ 26%
B 191 of 427 ~ 44.73%

%29.27
%26
%44.73

CMYK color model

#7D6FBF color CMYK value is (35,42,0,25).

  • cyan value is 34.55%
  • magenta value is 41.88%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(35,42,0,25)
C35M42Y0K25 
(35%,42%,0%,25%)
(0.35/0.42/0.00/0.25)	

CMYK percentages

%34.55
%41.88
%0
%25.1

Codes

Color #7D6FBF in popluar color models

7D6FBF
RGB125111191
HSL251°38.46%59.22%
HSB/HSV251°41.88%74.90%
CMYK34.55%41.88%0.00%
25.10%

Color #7D6FBF in popluar number systems.

HEX7D6FBF
Decimal125111191
Binary1111101110111110111111
Octal175157277

Shades and tints

Shades of #7D6FBF

#7D6FBF
(125,111,191)
#7265AE
(114,101,174)
#675B9D
(103,91,157)
#5C518C
(92,81,140)
#51477B
(81,71,123)
#463D6A
(70,61,106)
#3B3359
(59,51,89)
#302948
(48,41,72)
#251F37
(37,31,55)
#1A1526
(26,21,38)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #7D6FBF

#7D6FBF
(125,111,191)
#887CC4
(136,124,196)
#9389C9
(147,137,201)
#9E96CE
(158,150,206)
#A9A3D3
(169,163,211)
#B4B0D8
(180,176,216)
#BFBDDD
(191,189,221)
#CACAE2
(202,202,226)
#D5D7E7
(213,215,231)
#E0E4EC
(224,228,236)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6FBF color. Also use rgb(125,111,191) instead hex code.

Text Font Color

.myTextColor { color: #7D6FBF; }

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

This text font color is #7D6FBF.


Background Color

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

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

This div background color is #7D6FBF.


Border color

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

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

This div border color is #7D6FBF.


Opacity

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

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

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

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

This text has shadow with #7D6FBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6FBF on black background.


Color preview on white background

This text has color #7D6FBF on white background.



Black color preview on #7D6FBF background

This text has black color on #7D6FBF background.


White color preview on #7D6FBF background

This text has white color on #7D6FBF background.