COLOR #7C6BCA

HEX: #7C6BCA
RGB: (124,107,202)

Color info

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

RGB color model

#7C6BCA color RGB value is (124,107,202).

  • red value is 124;
  • green value is 107;
  • blue value is 202.
RGB:
(124,107,202)
(49%,42%,79%)

RGB channels and saturation

R 124 of 255 = 49%
G 107 of 255 = 42%
B 202 of 255 = 79%

124
107
202

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

Portions of RGB colors in percentages

R + G + B =
124 + 107 + 202 = 433 (100%)
R 124 of 433 ~ 28.64%
G 107 of 433 ~ 24.71%
B 202 of 433 ~ 46.65%

%28.64
%24.71
%46.65

CMYK color model

#7C6BCA color CMYK value is (39,47,0,21).

  • cyan value is 38.61%
  • magenta value is 47.03%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(39,47,0,21)
C39M47Y0K21 
(39%,47%,0%,21%)
(0.39/0.47/0.00/0.21)	

CMYK percentages

%38.61
%47.03
%0
%20.78

Codes

Color #7C6BCA in popluar color models

7C6BCA
RGB124107202
HSL251°47.26%60.59%
HSB/HSV251°47.03%79.22%
CMYK38.61%47.03%0.00%
20.78%

Color #7C6BCA in popluar number systems.

HEX7C6BCA
Decimal124107202
Binary1111100110101111001010
Octal174153312

Shades and tints

Shades of #7C6BCA

#7C6BCA
(124,107,202)
#7162B8
(113,98,184)
#6659A6
(102,89,166)
#5B5094
(91,80,148)
#504782
(80,71,130)
#453E70
(69,62,112)
#3A355E
(58,53,94)
#2F2C4C
(47,44,76)
#24233A
(36,35,58)
#191A28
(25,26,40)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #7C6BCA

#7C6BCA
(124,107,202)
#8778CE
(135,120,206)
#9285D2
(146,133,210)
#9D92D6
(157,146,214)
#A89FDA
(168,159,218)
#B3ACDE
(179,172,222)
#BEB9E2
(190,185,226)
#C9C6E6
(201,198,230)
#D4D3EA
(212,211,234)
#DFE0EE
(223,224,238)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6BCA color. Also use rgb(124,107,202) instead hex code.

Text Font Color

.myTextColor { color: #7C6BCA; }

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

This text font color is #7C6BCA.


Background Color

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

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

This div background color is #7C6BCA.


Border color

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

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

This div border color is #7C6BCA.


Opacity

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

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

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

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

This text has shadow with #7C6BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6BCA on black background.


Color preview on white background

This text has color #7C6BCA on white background.



Black color preview on #7C6BCA background

This text has black color on #7C6BCA background.


White color preview on #7C6BCA background

This text has white color on #7C6BCA background.