COLOR #7C6BF4

HEX: #7C6BF4
RGB: (124,107,244)

Color info

#7C6BF4 contains mainly blue color. Web safe color of #7C6BF4 is #6666FF (or #66F).

RGB color model

#7C6BF4 color RGB value is (124,107,244).

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

RGB channels and saturation

R 124 of 255 = 49%
G 107 of 255 = 42%
B 244 of 255 = 96%

124
107
244

R + G + B ~ 62%. #7C6BF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 107 + 244 = 475 (100%)
R 124 of 475 ~ 26.11%
G 107 of 475 ~ 22.53%
B 244 of 475 ~ 51.37%

%26.11
%22.53
%51.37

CMYK color model

#7C6BF4 color CMYK value is (49,56,0,4).

  • cyan value is 49.18%
  • magenta value is 56.15%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(49,56,0,4)
C49M56Y0K4 
(49%,56%,0%,4%)
(0.49/0.56/0.00/0.04)	

CMYK percentages

%49.18
%56.15
%0
%4.31

Codes

Color #7C6BF4 in popluar color models

7C6BF4
RGB124107244
HSL247°86.16%68.82%
HSB/HSV247°56.15%95.69%
CMYK49.18%56.15%0.00%
4.31%

Color #7C6BF4 in popluar number systems.

HEX7C6BF4
Decimal124107244
Binary1111100110101111110100
Octal174153364

Shades and tints

Shades of #7C6BF4

#7C6BF4
(124,107,244)
#7162DE
(113,98,222)
#6659C8
(102,89,200)
#5B50B2
(91,80,178)
#50479C
(80,71,156)
#453E86
(69,62,134)
#3A3570
(58,53,112)
#2F2C5A
(47,44,90)
#242344
(36,35,68)
#191A2E
(25,26,46)
#0E1118
(14,17,24)
#000000
(0,0,0)

Tints of #7C6BF4

#7C6BF4
(124,107,244)
#8778F5
(135,120,245)
#9285F6
(146,133,246)
#9D92F7
(157,146,247)
#A89FF8
(168,159,248)
#B3ACF9
(179,172,249)
#BEB9FA
(190,185,250)
#C9C6FB
(201,198,251)
#D4D3FC
(212,211,252)
#DFE0FD
(223,224,253)
#EAEDFE
(234,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6BF4; }

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

This text font color is #7C6BF4.


Background Color

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

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

This div background color is #7C6BF4.


Border color

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

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

This div border color is #7C6BF4.


Opacity

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

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

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

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

This text has shadow with #7C6BF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6BF4 on black background.


Color preview on white background

This text has color #7C6BF4 on white background.



Black color preview on #7C6BF4 background

This text has black color on #7C6BF4 background.


White color preview on #7C6BF4 background

This text has white color on #7C6BF4 background.