COLOR #7F6DF1

HEX: #7F6DF1
RGB: (127,109,241)

Color info

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

RGB color model

#7F6DF1 color RGB value is (127,109,241).

  • red value is 127;
  • green value is 109;
  • blue value is 241.
RGB:
(127,109,241)
(50%,43%,95%)

RGB channels and saturation

R 127 of 255 = 50%
G 109 of 255 = 43%
B 241 of 255 = 95%

127
109
241

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

Portions of RGB colors in percentages

R + G + B =
127 + 109 + 241 = 477 (100%)
R 127 of 477 ~ 26.62%
G 109 of 477 ~ 22.85%
B 241 of 477 ~ 50.52%

%26.62
%22.85
%50.52

CMYK color model

#7F6DF1 color CMYK value is (47,55,0,5).

  • cyan value is 47.30%
  • magenta value is 54.77%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(47,55,0,5)
C47M55Y0K5 
(47%,55%,0%,5%)
(0.47/0.55/0.00/0.05)	

CMYK percentages

%47.3
%54.77
%0
%5.49

Codes

Color #7F6DF1 in popluar color models

7F6DF1
RGB127109241
HSL248°82.50%68.63%
HSB/HSV248°54.77%94.51%
CMYK47.30%54.77%0.00%
5.49%

Color #7F6DF1 in popluar number systems.

HEX7F6DF1
Decimal127109241
Binary1111111110110111110001
Octal177155361

Shades and tints

Shades of #7F6DF1

#7F6DF1
(127,109,241)
#7464DC
(116,100,220)
#695BC7
(105,91,199)
#5E52B2
(94,82,178)
#53499D
(83,73,157)
#484088
(72,64,136)
#3D3773
(61,55,115)
#322E5E
(50,46,94)
#272549
(39,37,73)
#1C1C34
(28,28,52)
#11131F
(17,19,31)
#000000
(0,0,0)

Tints of #7F6DF1

#7F6DF1
(127,109,241)
#8A7AF2
(138,122,242)
#9587F3
(149,135,243)
#A094F4
(160,148,244)
#ABA1F5
(171,161,245)
#B6AEF6
(182,174,246)
#C1BBF7
(193,187,247)
#CCC8F8
(204,200,248)
#D7D5F9
(215,213,249)
#E2E2FA
(226,226,250)
#EDEFFB
(237,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6DF1 color. Also use rgb(127,109,241) instead hex code.

Text Font Color

.myTextColor { color: #7F6DF1; }

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

This text font color is #7F6DF1.


Background Color

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

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

This div background color is #7F6DF1.


Border color

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

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

This div border color is #7F6DF1.


Opacity

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

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

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

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

This text has shadow with #7F6DF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6DF1 on black background.


Color preview on white background

This text has color #7F6DF1 on white background.



Black color preview on #7F6DF1 background

This text has black color on #7F6DF1 background.


White color preview on #7F6DF1 background

This text has white color on #7F6DF1 background.