COLOR #7F6ED8

HEX: #7F6ED8
RGB: (127,110,216)

Color info

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

RGB color model

#7F6ED8 color RGB value is (127,110,216).

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

RGB channels and saturation

R 127 of 255 = 50%
G 110 of 255 = 43%
B 216 of 255 = 85%

127
110
216

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

Portions of RGB colors in percentages

R + G + B =
127 + 110 + 216 = 453 (100%)
R 127 of 453 ~ 28.04%
G 110 of 453 ~ 24.28%
B 216 of 453 ~ 47.68%

%28.04
%24.28
%47.68

CMYK color model

#7F6ED8 color CMYK value is (41,49,0,15).

  • cyan value is 41.20%
  • magenta value is 49.07%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(41,49,0,15)
C41M49Y0K15 
(41%,49%,0%,15%)
(0.41/0.49/0.00/0.15)	

CMYK percentages

%41.2
%49.07
%0
%15.29

Codes

Color #7F6ED8 in popluar color models

7F6ED8
RGB127110216
HSL250°57.61%63.92%
HSB/HSV250°49.07%84.71%
CMYK41.20%49.07%0.00%
15.29%

Color #7F6ED8 in popluar number systems.

HEX7F6ED8
Decimal127110216
Binary1111111110111011011000
Octal177156330

Shades and tints

Shades of #7F6ED8

#7F6ED8
(127,110,216)
#7464C5
(116,100,197)
#695AB2
(105,90,178)
#5E509F
(94,80,159)
#53468C
(83,70,140)
#483C79
(72,60,121)
#3D3266
(61,50,102)
#322853
(50,40,83)
#271E40
(39,30,64)
#1C142D
(28,20,45)
#110A1A
(17,10,26)
#000000
(0,0,0)

Tints of #7F6ED8

#7F6ED8
(127,110,216)
#8A7BDB
(138,123,219)
#9588DE
(149,136,222)
#A095E1
(160,149,225)
#ABA2E4
(171,162,228)
#B6AFE7
(182,175,231)
#C1BCEA
(193,188,234)
#CCC9ED
(204,201,237)
#D7D6F0
(215,214,240)
#E2E3F3
(226,227,243)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6ED8; }

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

This text font color is #7F6ED8.


Background Color

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

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

This div background color is #7F6ED8.


Border color

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

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

This div border color is #7F6ED8.


Opacity

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

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

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

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

This text has shadow with #7F6ED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6ED8 on black background.


Color preview on white background

This text has color #7F6ED8 on white background.



Black color preview on #7F6ED8 background

This text has black color on #7F6ED8 background.


White color preview on #7F6ED8 background

This text has white color on #7F6ED8 background.