COLOR #7F6EF5

HEX: #7F6EF5
RGB: (127,110,245)

Color info

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

RGB color model

#7F6EF5 color RGB value is (127,110,245).

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

RGB channels and saturation

R 127 of 255 = 50%
G 110 of 255 = 43%
B 245 of 255 = 96%

127
110
245

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

Portions of RGB colors in percentages

R + G + B =
127 + 110 + 245 = 482 (100%)
R 127 of 482 ~ 26.35%
G 110 of 482 ~ 22.82%
B 245 of 482 ~ 50.83%

%26.35
%22.82
%50.83

CMYK color model

#7F6EF5 color CMYK value is (48,55,0,4).

  • cyan value is 48.16%
  • magenta value is 55.10%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(48,55,0,4)
C48M55Y0K4 
(48%,55%,0%,4%)
(0.48/0.55/0.00/0.04)	

CMYK percentages

%48.16
%55.1
%0
%3.92

Codes

Color #7F6EF5 in popluar color models

7F6EF5
RGB127110245
HSL248°87.10%69.61%
HSB/HSV248°55.10%96.08%
CMYK48.16%55.10%0.00%
3.92%

Color #7F6EF5 in popluar number systems.

HEX7F6EF5
Decimal127110245
Binary1111111110111011110101
Octal177156365

Shades and tints

Shades of #7F6EF5

#7F6EF5
(127,110,245)
#7464DF
(116,100,223)
#695AC9
(105,90,201)
#5E50B3
(94,80,179)
#53469D
(83,70,157)
#483C87
(72,60,135)
#3D3271
(61,50,113)
#32285B
(50,40,91)
#271E45
(39,30,69)
#1C142F
(28,20,47)
#110A19
(17,10,25)
#000000
(0,0,0)

Tints of #7F6EF5

#7F6EF5
(127,110,245)
#8A7BF5
(138,123,245)
#9588F5
(149,136,245)
#A095F5
(160,149,245)
#ABA2F5
(171,162,245)
#B6AFF5
(182,175,245)
#C1BCF5
(193,188,245)
#CCC9F5
(204,201,245)
#D7D6F5
(215,214,245)
#E2E3F5
(226,227,245)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6EF5; }

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

This text font color is #7F6EF5.


Background Color

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

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

This div background color is #7F6EF5.


Border color

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

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

This div border color is #7F6EF5.


Opacity

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

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

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

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

This text has shadow with #7F6EF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6EF5 on black background.


Color preview on white background

This text has color #7F6EF5 on white background.



Black color preview on #7F6EF5 background

This text has black color on #7F6EF5 background.


White color preview on #7F6EF5 background

This text has white color on #7F6EF5 background.