COLOR #7C6FCC

HEX: #7C6FCC
RGB: (124,111,204)

Color info

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

RGB color model

#7C6FCC color RGB value is (124,111,204).

  • red value is 124;
  • green value is 111;
  • blue value is 204.
RGB:
(124,111,204)
(49%,44%,80%)

RGB channels and saturation

R 124 of 255 = 49%
G 111 of 255 = 44%
B 204 of 255 = 80%

124
111
204

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

Portions of RGB colors in percentages

R + G + B =
124 + 111 + 204 = 439 (100%)
R 124 of 439 ~ 28.25%
G 111 of 439 ~ 25.28%
B 204 of 439 ~ 46.47%

%28.25
%25.28
%46.47

CMYK color model

#7C6FCC color CMYK value is (39,46,0,20).

  • cyan value is 39.22%
  • magenta value is 45.59%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(39,46,0,20)
C39M46Y0K20 
(39%,46%,0%,20%)
(0.39/0.46/0.00/0.20)	

CMYK percentages

%39.22
%45.59
%0
%20

Codes

Color #7C6FCC in popluar color models

7C6FCC
RGB124111204
HSL248°47.69%61.76%
HSB/HSV248°45.59%80.00%
CMYK39.22%45.59%0.00%
20.00%

Color #7C6FCC in popluar number systems.

HEX7C6FCC
Decimal124111204
Binary1111100110111111001100
Octal174157314

Shades and tints

Shades of #7C6FCC

#7C6FCC
(124,111,204)
#7165BA
(113,101,186)
#665BA8
(102,91,168)
#5B5196
(91,81,150)
#504784
(80,71,132)
#453D72
(69,61,114)
#3A3360
(58,51,96)
#2F294E
(47,41,78)
#241F3C
(36,31,60)
#19152A
(25,21,42)
#0E0B18
(14,11,24)
#000000
(0,0,0)

Tints of #7C6FCC

#7C6FCC
(124,111,204)
#877CD0
(135,124,208)
#9289D4
(146,137,212)
#9D96D8
(157,150,216)
#A8A3DC
(168,163,220)
#B3B0E0
(179,176,224)
#BEBDE4
(190,189,228)
#C9CAE8
(201,202,232)
#D4D7EC
(212,215,236)
#DFE4F0
(223,228,240)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6FCC color. Also use rgb(124,111,204) instead hex code.

Text Font Color

.myTextColor { color: #7C6FCC; }

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

This text font color is #7C6FCC.


Background Color

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

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

This div background color is #7C6FCC.


Border color

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

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

This div border color is #7C6FCC.


Opacity

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

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

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

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

This text has shadow with #7C6FCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6FCC on black background.


Color preview on white background

This text has color #7C6FCC on white background.



Black color preview on #7C6FCC background

This text has black color on #7C6FCC background.


White color preview on #7C6FCC background

This text has white color on #7C6FCC background.