COLOR #7E66ED

HEX: #7E66ED RGB: (126,102,237)

Color info

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

RGB color model

#7E66ED color RGB value is (126,102,237).

RGB: (126,102,237) (49%, 40%, 93%)

RGB channels and saturation

R 126 of 255 = 49%
G 102 of 255 = 40%
B 237 of 255 = 93%

126
102
237

R + G + B ~ 61%. #7E66ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 102 + 237 = 465 (100%)
R 126 of 465 ~ 27.1%
G 102 of 465 ~ 21.94%
B 237 of 465 ~ 50.97'%

%27.1
%21.94
%50.97

CMYK color model

#7E66ED color CMYK value is (47,57,0,7).

  • cyan value is 46.84%
  • magenta value is 56.96%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (47,57,0,7)
C47M57Y0K7 (47%, 57%, 0%, 7%)
(0.47 / 0.57 / 0.00 / 0.07)

CMYK percentages

%46.84
%56.96
%0
%7.06

Codes

Color #7E66ED in popluar color models

7E 66 ED
RGB 126 102 237
HSL 251° 78.95% 66.47%
HSB/HSV 251° 56.96% 92.94%
CMYK 46.84% 56.96% 0.00%
7.06%

Color #7E66ED in popluar number systems.

HEX 7E 66 ED
Decimal 126 102 237
Binary 1111110 1100110 11101101
Octal 176 146 355

Shades and tints

Shades of #7E66ED

#7E66ED
(126,102,237)
#735DD8
(115,93,216)
#6854C3
(104,84,195)
#5D4BAE
(93,75,174)
#524299
(82,66,153)
#473984
(71,57,132)
#3C306F
(60,48,111)
#31275A
(49,39,90)
#261E45
(38,30,69)
#1B1530
(27,21,48)
#100C1B
(16,12,27)
#000000
(0,0,0)

Tints of #7E66ED

#7E66ED
(126,102,237)
#8973EE
(137,115,238)
#9480EF
(148,128,239)
#9F8DF0
(159,141,240)
#AA9AF1
(170,154,241)
#B5A7F2
(181,167,242)
#C0B4F3
(192,180,243)
#CBC1F4
(203,193,244)
#D6CEF5
(214,206,245)
#E1DBF6
(225,219,246)
#ECE8F7
(236,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E66ED color. Also use rgb(126,102,237) instead hex code.

Text Font Color

.myTextColor { color: #7E66ED; }

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

This text font color is #7E66ED.

Background Color

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

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

This div background color is #7E66ED.

Border color

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

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

This div border color is #7E66ED.

Opacity

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

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

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

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

This text has shadow with #7E66ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E66ED.

Preview

Color preview on black background

This text has color #7E66ED on black background.


Color preview on white background

This text has color #7E66ED on white background.


Black color preview on #7E66ED background

This text has black color on #7E66ED background.


White color preview on #7E66ED background

This text has white color on #7E66ED background.


Related colors

Complementary color

Complementary color for #hex is #819912.


I love getcolorcode.com

Triadic colors

1 #ED7E66 and #66ED7E with #7E66ED are triadic colors.

2 #ED667E and #667EED with #7E66ED are triadic colors.