COLOR #7D6FD2

HEX: #7D6FD2 RGB: (125,111,210)

Color info

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

RGB color model

#7D6FD2 color RGB value is (125,111,210).

RGB: (125,111,210) (49%, 44%, 82%)

RGB channels and saturation

R 125 of 255 = 49%
G 111 of 255 = 44%
B 210 of 255 = 82%

125
111
210

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

Portions of RGB colors in percentages

R + G + B = 125 + 111 + 210 = 446 (100%)
R 125 of 446 ~ 28.03%
G 111 of 446 ~ 24.89%
B 210 of 446 ~ 47.09'%

%28.03
%24.89
%47.09

CMYK color model

#7D6FD2 color CMYK value is (40,47,0,18).

  • cyan value is 40.48%
  • magenta value is 47.14%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (40,47,0,18)
C40M47Y0K18 (40%, 47%, 0%, 18%)
(0.40 / 0.47 / 0.00 / 0.18)

CMYK percentages

%40.48
%47.14
%0
%17.65

Codes

Color #7D6FD2 in popluar color models

7D 6F D2
RGB 125 111 210
HSL 248° 52.38% 62.94%
HSB/HSV 248° 47.14% 82.35%
CMYK 40.48% 47.14% 0.00%
17.65%

Color #7D6FD2 in popluar number systems.

HEX 7D 6F D2
Decimal 125 111 210
Binary 1111101 1101111 11010010
Octal 175 157 322

Shades and tints

Shades of #7D6FD2

#7D6FD2
(125,111,210)
#7265BF
(114,101,191)
#675BAC
(103,91,172)
#5C5199
(92,81,153)
#514786
(81,71,134)
#463D73
(70,61,115)
#3B3360
(59,51,96)
#30294D
(48,41,77)
#251F3A
(37,31,58)
#1A1527
(26,21,39)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #7D6FD2

#7D6FD2
(125,111,210)
#887CD6
(136,124,214)
#9389DA
(147,137,218)
#9E96DE
(158,150,222)
#A9A3E2
(169,163,226)
#B4B0E6
(180,176,230)
#BFBDEA
(191,189,234)
#CACAEE
(202,202,238)
#D5D7F2
(213,215,242)
#E0E4F6
(224,228,246)
#EBF1FA
(235,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6FD2; }

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

This text font color is #7D6FD2.

Background Color

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

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

This div background color is #7D6FD2.

Border color

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

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

This div border color is #7D6FD2.

Opacity

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

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

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

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

This text has shadow with #7D6FD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6FD2.

Preview

Color preview on black background

This text has color #7D6FD2 on black background.


Color preview on white background

This text has color #7D6FD2 on white background.


Black color preview on #7D6FD2 background

This text has black color on #7D6FD2 background.


White color preview on #7D6FD2 background

This text has white color on #7D6FD2 background.


Related colors

Complementary color

Complementary color for #hex is #82902D.


I love getcolorcode.com

Triadic colors

1 #D27D6F and #6FD27D with #7D6FD2 are triadic colors.

2 #D26F7D and #6F7DD2 with #7D6FD2 are triadic colors.