COLOR #7D6CC7

HEX: #7D6CC7
RGB: (125,108,199)

Color info

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

RGB color model

#7D6CC7 color RGB value is (125,108,199).

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

RGB channels and saturation

R 125 of 255 = 49%
G 108 of 255 = 42%
B 199 of 255 = 78%

125
108
199

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

Portions of RGB colors in percentages

R + G + B =
125 + 108 + 199 = 432 (100%)
R 125 of 432 ~ 28.94%
G 108 of 432 ~ 25%
B 199 of 432 ~ 46.06%

%28.94
%25
%46.06

CMYK color model

#7D6CC7 color CMYK value is (37,46,0,22).

  • cyan value is 37.19%
  • magenta value is 45.73%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(37,46,0,22)
C37M46Y0K22 
(37%,46%,0%,22%)
(0.37/0.46/0.00/0.22)	

CMYK percentages

%37.19
%45.73
%0
%21.96

Codes

Color #7D6CC7 in popluar color models

7D6CC7
RGB125108199
HSL251°44.83%60.20%
HSB/HSV251°45.73%78.04%
CMYK37.19%45.73%0.00%
21.96%

Color #7D6CC7 in popluar number systems.

HEX7D6CC7
Decimal125108199
Binary1111101110110011000111
Octal175154307

Shades and tints

Shades of #7D6CC7

#7D6CC7
(125,108,199)
#7263B5
(114,99,181)
#675AA3
(103,90,163)
#5C5191
(92,81,145)
#51487F
(81,72,127)
#463F6D
(70,63,109)
#3B365B
(59,54,91)
#302D49
(48,45,73)
#252437
(37,36,55)
#1A1B25
(26,27,37)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #7D6CC7

#7D6CC7
(125,108,199)
#8879CC
(136,121,204)
#9386D1
(147,134,209)
#9E93D6
(158,147,214)
#A9A0DB
(169,160,219)
#B4ADE0
(180,173,224)
#BFBAE5
(191,186,229)
#CAC7EA
(202,199,234)
#D5D4EF
(213,212,239)
#E0E1F4
(224,225,244)
#EBEEF9
(235,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6CC7; }

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

This text font color is #7D6CC7.


Background Color

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

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

This div background color is #7D6CC7.


Border color

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

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

This div border color is #7D6CC7.


Opacity

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

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

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

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

This text has shadow with #7D6CC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6CC7 on black background.


Color preview on white background

This text has color #7D6CC7 on white background.



Black color preview on #7D6CC7 background

This text has black color on #7D6CC7 background.


White color preview on #7D6CC7 background

This text has white color on #7D6CC7 background.