COLOR #7F7EC1

HEX: #7F7EC1
RGB: (127,126,193)

Color info

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

RGB color model

#7F7EC1 color RGB value is (127,126,193).

  • red value is 127;
  • green value is 126;
  • blue value is 193.
RGB:
(127,126,193)
(50%,49%,76%)

RGB channels and saturation

R 127 of 255 = 50%
G 126 of 255 = 49%
B 193 of 255 = 76%

127
126
193

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

Portions of RGB colors in percentages

R + G + B =
127 + 126 + 193 = 446 (100%)
R 127 of 446 ~ 28.48%
G 126 of 446 ~ 28.25%
B 193 of 446 ~ 43.27%

%28.48
%28.25
%43.27

CMYK color model

#7F7EC1 color CMYK value is (34,35,0,24).

  • cyan value is 34.20%
  • magenta value is 34.72%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(34,35,0,24)
C34M35Y0K24 
(34%,35%,0%,24%)
(0.34/0.35/0.00/0.24)	

CMYK percentages

%34.2
%34.72
%0
%24.31

Codes

Color #7F7EC1 in popluar color models

7F7EC1
RGB127126193
HSL241°35.08%62.55%
HSB/HSV241°34.72%75.69%
CMYK34.20%34.72%0.00%
24.31%

Color #7F7EC1 in popluar number systems.

HEX7F7EC1
Decimal127126193
Binary1111111111111011000001
Octal177176301

Shades and tints

Shades of #7F7EC1

#7F7EC1
(127,126,193)
#7473B0
(116,115,176)
#69689F
(105,104,159)
#5E5D8E
(94,93,142)
#53527D
(83,82,125)
#48476C
(72,71,108)
#3D3C5B
(61,60,91)
#32314A
(50,49,74)
#272639
(39,38,57)
#1C1B28
(28,27,40)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #7F7EC1

#7F7EC1
(127,126,193)
#8A89C6
(138,137,198)
#9594CB
(149,148,203)
#A09FD0
(160,159,208)
#ABAAD5
(171,170,213)
#B6B5DA
(182,181,218)
#C1C0DF
(193,192,223)
#CCCBE4
(204,203,228)
#D7D6E9
(215,214,233)
#E2E1EE
(226,225,238)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7EC1 color. Also use rgb(127,126,193) instead hex code.

Text Font Color

.myTextColor { color: #7F7EC1; }

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

This text font color is #7F7EC1.


Background Color

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

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

This div background color is #7F7EC1.


Border color

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

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

This div border color is #7F7EC1.


Opacity

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

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

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

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

This text has shadow with #7F7EC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7EC1 on black background.


Color preview on white background

This text has color #7F7EC1 on white background.



Black color preview on #7F7EC1 background

This text has black color on #7F7EC1 background.


White color preview on #7F7EC1 background

This text has white color on #7F7EC1 background.