COLOR #7F6EDD

HEX: #7F6EDD
RGB: (127,110,221)

Color info

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

RGB color model

#7F6EDD color RGB value is (127,110,221).

  • red value is 127;
  • green value is 110;
  • blue value is 221.
RGB:
(127,110,221)
(50%,43%,87%)

RGB channels and saturation

R 127 of 255 = 50%
G 110 of 255 = 43%
B 221 of 255 = 87%

127
110
221

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

Portions of RGB colors in percentages

R + G + B =
127 + 110 + 221 = 458 (100%)
R 127 of 458 ~ 27.73%
G 110 of 458 ~ 24.02%
B 221 of 458 ~ 48.25%

%27.73
%24.02
%48.25

CMYK color model

#7F6EDD color CMYK value is (43,50,0,13).

  • cyan value is 42.53%
  • magenta value is 50.23%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(43,50,0,13)
C43M50Y0K13 
(43%,50%,0%,13%)
(0.43/0.50/0.00/0.13)	

CMYK percentages

%42.53
%50.23
%0
%13.33

Codes

Color #7F6EDD in popluar color models

7F6EDD
RGB127110221
HSL249°62.01%64.90%
HSB/HSV249°50.23%86.67%
CMYK42.53%50.23%0.00%
13.33%

Color #7F6EDD in popluar number systems.

HEX7F6EDD
Decimal127110221
Binary1111111110111011011101
Octal177156335

Shades and tints

Shades of #7F6EDD

#7F6EDD
(127,110,221)
#7464C9
(116,100,201)
#695AB5
(105,90,181)
#5E50A1
(94,80,161)
#53468D
(83,70,141)
#483C79
(72,60,121)
#3D3265
(61,50,101)
#322851
(50,40,81)
#271E3D
(39,30,61)
#1C1429
(28,20,41)
#110A15
(17,10,21)
#000000
(0,0,0)

Tints of #7F6EDD

#7F6EDD
(127,110,221)
#8A7BE0
(138,123,224)
#9588E3
(149,136,227)
#A095E6
(160,149,230)
#ABA2E9
(171,162,233)
#B6AFEC
(182,175,236)
#C1BCEF
(193,188,239)
#CCC9F2
(204,201,242)
#D7D6F5
(215,214,245)
#E2E3F8
(226,227,248)
#EDF0FB
(237,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6EDD color. Also use rgb(127,110,221) instead hex code.

Text Font Color

.myTextColor { color: #7F6EDD; }

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

This text font color is #7F6EDD.


Background Color

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

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

This div background color is #7F6EDD.


Border color

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

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

This div border color is #7F6EDD.


Opacity

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

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

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

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

This text has shadow with #7F6EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6EDD on black background.


Color preview on white background

This text has color #7F6EDD on white background.



Black color preview on #7F6EDD background

This text has black color on #7F6EDD background.


White color preview on #7F6EDD background

This text has white color on #7F6EDD background.