COLOR #7C6BD8

HEX: #7C6BD8
RGB: (124,107,216)

Color info

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

RGB color model

#7C6BD8 color RGB value is (124,107,216).

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

RGB channels and saturation

R 124 of 255 = 49%
G 107 of 255 = 42%
B 216 of 255 = 85%

124
107
216

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

Portions of RGB colors in percentages

R + G + B =
124 + 107 + 216 = 447 (100%)
R 124 of 447 ~ 27.74%
G 107 of 447 ~ 23.94%
B 216 of 447 ~ 48.32%

%27.74
%23.94
%48.32

CMYK color model

#7C6BD8 color CMYK value is (43,50,0,15).

  • cyan value is 42.59%
  • magenta value is 50.46%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(43,50,0,15)
C43M50Y0K15 
(43%,50%,0%,15%)
(0.43/0.50/0.00/0.15)	

CMYK percentages

%42.59
%50.46
%0
%15.29

Codes

Color #7C6BD8 in popluar color models

7C6BD8
RGB124107216
HSL249°58.29%63.33%
HSB/HSV249°50.46%84.71%
CMYK42.59%50.46%0.00%
15.29%

Color #7C6BD8 in popluar number systems.

HEX7C6BD8
Decimal124107216
Binary1111100110101111011000
Octal174153330

Shades and tints

Shades of #7C6BD8

#7C6BD8
(124,107,216)
#7162C5
(113,98,197)
#6659B2
(102,89,178)
#5B509F
(91,80,159)
#50478C
(80,71,140)
#453E79
(69,62,121)
#3A3566
(58,53,102)
#2F2C53
(47,44,83)
#242340
(36,35,64)
#191A2D
(25,26,45)
#0E111A
(14,17,26)
#000000
(0,0,0)

Tints of #7C6BD8

#7C6BD8
(124,107,216)
#8778DB
(135,120,219)
#9285DE
(146,133,222)
#9D92E1
(157,146,225)
#A89FE4
(168,159,228)
#B3ACE7
(179,172,231)
#BEB9EA
(190,185,234)
#C9C6ED
(201,198,237)
#D4D3F0
(212,211,240)
#DFE0F3
(223,224,243)
#EAEDF6
(234,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6BD8; }

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

This text font color is #7C6BD8.


Background Color

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

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

This div background color is #7C6BD8.


Border color

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

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

This div border color is #7C6BD8.


Opacity

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

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

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

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

This text has shadow with #7C6BD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6BD8 on black background.


Color preview on white background

This text has color #7C6BD8 on white background.



Black color preview on #7C6BD8 background

This text has black color on #7C6BD8 background.


White color preview on #7C6BD8 background

This text has white color on #7C6BD8 background.