COLOR #7C6DBB

HEX: #7C6DBB RGB: (124,109,187)

Color info

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

RGB color model

#7C6DBB color RGB value is (124,109,187).

RGB: (124,109,187) (49%, 43%, 73%)

RGB channels and saturation

R 124 of 255 = 49%
G 109 of 255 = 43%
B 187 of 255 = 73%

124
109
187

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

Portions of RGB colors in percentages

R + G + B = 124 + 109 + 187 = 420 (100%)
R 124 of 420 ~ 29.52%
G 109 of 420 ~ 25.95%
B 187 of 420 ~ 44.52'%

%29.52
%25.95
%44.52

CMYK color model

#7C6DBB color CMYK value is (34,42,0,27).

  • cyan value is 33.69%
  • magenta value is 41.71%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (34,42,0,27)
C34M42Y0K27 (34%, 42%, 0%, 27%)
(0.34 / 0.42 / 0.00 / 0.27)

CMYK percentages

%33.69
%41.71
%0
%26.67

Codes

Color #7C6DBB in popluar color models

7C 6D BB
RGB 124 109 187
HSL 252° 36.45% 58.04%
HSB/HSV 252° 41.71% 73.33%
CMYK 33.69% 41.71% 0.00%
26.67%

Color #7C6DBB in popluar number systems.

HEX 7C 6D BB
Decimal 124 109 187
Binary 1111100 1101101 10111011
Octal 174 155 273

Shades and tints

Shades of #7C6DBB

#7C6DBB
(124,109,187)
#7164AA
(113,100,170)
#665B99
(102,91,153)
#5B5288
(91,82,136)
#504977
(80,73,119)
#454066
(69,64,102)
#3A3755
(58,55,85)
#2F2E44
(47,46,68)
#242533
(36,37,51)
#191C22
(25,28,34)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #7C6DBB

#7C6DBB
(124,109,187)
#877AC1
(135,122,193)
#9287C7
(146,135,199)
#9D94CD
(157,148,205)
#A8A1D3
(168,161,211)
#B3AED9
(179,174,217)
#BEBBDF
(190,187,223)
#C9C8E5
(201,200,229)
#D4D5EB
(212,213,235)
#DFE2F1
(223,226,241)
#EAEFF7
(234,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6DBB color. Also use rgb(124,109,187) instead hex code.

Text Font Color

.myTextColor { color: #7C6DBB; }

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

This text font color is #7C6DBB.

Background Color

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

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

This div background color is #7C6DBB.

Border color

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

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

This div border color is #7C6DBB.

Opacity

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

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

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

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

This text has shadow with #7C6DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6DBB.

Preview

Color preview on black background

This text has color #7C6DBB on black background.


Color preview on white background

This text has color #7C6DBB on white background.


Black color preview on #7C6DBB background

This text has black color on #7C6DBB background.


White color preview on #7C6DBB background

This text has white color on #7C6DBB background.


Related colors

Complementary color

Complementary color for #hex is #839244.


I love getcolorcode.com

Triadic colors

1 #BB7C6D and #6DBB7C with #7C6DBB are triadic colors.

2 #BB6D7C and #6D7CBB with #7C6DBB are triadic colors.