COLOR #7C6EF7

HEX: #7C6EF7
RGB: (124,110,247)

Color info

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

RGB color model

#7C6EF7 color RGB value is (124,110,247).

  • red value is 124;
  • green value is 110;
  • blue value is 247.
RGB:
(124,110,247)
(49%,43%,97%)

RGB channels and saturation

R 124 of 255 = 49%
G 110 of 255 = 43%
B 247 of 255 = 97%

124
110
247

R + G + B ~ 63%. #7C6EF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 110 + 247 = 481 (100%)
R 124 of 481 ~ 25.78%
G 110 of 481 ~ 22.87%
B 247 of 481 ~ 51.35%

%25.78
%22.87
%51.35

CMYK color model

#7C6EF7 color CMYK value is (50,55,0,3).

  • cyan value is 49.80%
  • magenta value is 55.47%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(50,55,0,3)
C50M55Y0K3 
(50%,55%,0%,3%)
(0.50/0.55/0.00/0.03)	

CMYK percentages

%49.8
%55.47
%0
%3.14

Codes

Color #7C6EF7 in popluar color models

7C6EF7
RGB124110247
HSL246°89.54%70.00%
HSB/HSV246°55.47%96.86%
CMYK49.80%55.47%0.00%
3.14%

Color #7C6EF7 in popluar number systems.

HEX7C6EF7
Decimal124110247
Binary1111100110111011110111
Octal174156367

Shades and tints

Shades of #7C6EF7

#7C6EF7
(124,110,247)
#7164E1
(113,100,225)
#665ACB
(102,90,203)
#5B50B5
(91,80,181)
#50469F
(80,70,159)
#453C89
(69,60,137)
#3A3273
(58,50,115)
#2F285D
(47,40,93)
#241E47
(36,30,71)
#191431
(25,20,49)
#0E0A1B
(14,10,27)
#000000
(0,0,0)

Tints of #7C6EF7

#7C6EF7
(124,110,247)
#877BF7
(135,123,247)
#9288F7
(146,136,247)
#9D95F7
(157,149,247)
#A8A2F7
(168,162,247)
#B3AFF7
(179,175,247)
#BEBCF7
(190,188,247)
#C9C9F7
(201,201,247)
#D4D6F7
(212,214,247)
#DFE3F7
(223,227,247)
#EAF0F7
(234,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6EF7 color. Also use rgb(124,110,247) instead hex code.

Text Font Color

.myTextColor { color: #7C6EF7; }

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

This text font color is #7C6EF7.


Background Color

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

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

This div background color is #7C6EF7.


Border color

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

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

This div border color is #7C6EF7.


Opacity

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

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

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

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

This text has shadow with #7C6EF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6EF7 on black background.


Color preview on white background

This text has color #7C6EF7 on white background.



Black color preview on #7C6EF7 background

This text has black color on #7C6EF7 background.


White color preview on #7C6EF7 background

This text has white color on #7C6EF7 background.