COLOR #7D6CBA

HEX: #7D6CBA
RGB: (125,108,186)

Color info

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

RGB color model

#7D6CBA color RGB value is (125,108,186).

  • red value is 125;
  • green value is 108;
  • blue value is 186.
RGB:
(125,108,186)
(49%,42%,73%)

RGB channels and saturation

R 125 of 255 = 49%
G 108 of 255 = 42%
B 186 of 255 = 73%

125
108
186

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

Portions of RGB colors in percentages

R + G + B =
125 + 108 + 186 = 419 (100%)
R 125 of 419 ~ 29.83%
G 108 of 419 ~ 25.78%
B 186 of 419 ~ 44.39%

%29.83
%25.78
%44.39

CMYK color model

#7D6CBA color CMYK value is (33,42,0,27).

  • cyan value is 32.80%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(33,42,0,27)
C33M42Y0K27 
(33%,42%,0%,27%)
(0.33/0.42/0.00/0.27)	

CMYK percentages

%32.8
%41.94
%0
%27.06

Codes

Color #7D6CBA in popluar color models

7D6CBA
RGB125108186
HSL253°36.11%57.65%
HSB/HSV253°41.94%72.94%
CMYK32.80%41.94%0.00%
27.06%

Color #7D6CBA in popluar number systems.

HEX7D6CBA
Decimal125108186
Binary1111101110110010111010
Octal175154272

Shades and tints

Shades of #7D6CBA

#7D6CBA
(125,108,186)
#7263AA
(114,99,170)
#675A9A
(103,90,154)
#5C518A
(92,81,138)
#51487A
(81,72,122)
#463F6A
(70,63,106)
#3B365A
(59,54,90)
#302D4A
(48,45,74)
#25243A
(37,36,58)
#1A1B2A
(26,27,42)
#0F121A
(15,18,26)
#000000
(0,0,0)

Tints of #7D6CBA

#7D6CBA
(125,108,186)
#8879C0
(136,121,192)
#9386C6
(147,134,198)
#9E93CC
(158,147,204)
#A9A0D2
(169,160,210)
#B4ADD8
(180,173,216)
#BFBADE
(191,186,222)
#CAC7E4
(202,199,228)
#D5D4EA
(213,212,234)
#E0E1F0
(224,225,240)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6CBA color. Also use rgb(125,108,186) instead hex code.

Text Font Color

.myTextColor { color: #7D6CBA; }

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

This text font color is #7D6CBA.


Background Color

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

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

This div background color is #7D6CBA.


Border color

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

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

This div border color is #7D6CBA.


Opacity

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

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

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

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

This text has shadow with #7D6CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6CBA on black background.


Color preview on white background

This text has color #7D6CBA on white background.



Black color preview on #7D6CBA background

This text has black color on #7D6CBA background.


White color preview on #7D6CBA background

This text has white color on #7D6CBA background.