COLOR #7E7ACC

HEX: #7E7ACC
RGB: (126,122,204)

Color info

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

RGB color model

#7E7ACC color RGB value is (126,122,204).

  • red value is 126;
  • green value is 122;
  • blue value is 204.
RGB:
(126,122,204)
(49%,48%,80%)

RGB channels and saturation

R 126 of 255 = 49%
G 122 of 255 = 48%
B 204 of 255 = 80%

126
122
204

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

Portions of RGB colors in percentages

R + G + B =
126 + 122 + 204 = 452 (100%)
R 126 of 452 ~ 27.88%
G 122 of 452 ~ 26.99%
B 204 of 452 ~ 45.13%

%27.88
%26.99
%45.13

CMYK color model

#7E7ACC color CMYK value is (38,40,0,20).

  • cyan value is 38.24%
  • magenta value is 40.20%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(38,40,0,20)
C38M40Y0K20 
(38%,40%,0%,20%)
(0.38/0.40/0.00/0.20)	

CMYK percentages

%38.24
%40.2
%0
%20

Codes

Color #7E7ACC in popluar color models

7E7ACC
RGB126122204
HSL243°44.57%63.92%
HSB/HSV243°40.20%80.00%
CMYK38.24%40.20%0.00%
20.00%

Color #7E7ACC in popluar number systems.

HEX7E7ACC
Decimal126122204
Binary1111110111101011001100
Octal176172314

Shades and tints

Shades of #7E7ACC

#7E7ACC
(126,122,204)
#736FBA
(115,111,186)
#6864A8
(104,100,168)
#5D5996
(93,89,150)
#524E84
(82,78,132)
#474372
(71,67,114)
#3C3860
(60,56,96)
#312D4E
(49,45,78)
#26223C
(38,34,60)
#1B172A
(27,23,42)
#100C18
(16,12,24)
#000000
(0,0,0)

Tints of #7E7ACC

#7E7ACC
(126,122,204)
#8986D0
(137,134,208)
#9492D4
(148,146,212)
#9F9ED8
(159,158,216)
#AAAADC
(170,170,220)
#B5B6E0
(181,182,224)
#C0C2E4
(192,194,228)
#CBCEE8
(203,206,232)
#D6DAEC
(214,218,236)
#E1E6F0
(225,230,240)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E7ACC color. Also use rgb(126,122,204) instead hex code.

Text Font Color

.myTextColor { color: #7E7ACC; }

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

This text font color is #7E7ACC.


Background Color

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

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

This div background color is #7E7ACC.


Border color

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

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

This div border color is #7E7ACC.


Opacity

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

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

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

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

This text has shadow with #7E7ACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7ACC on black background.


Color preview on white background

This text has color #7E7ACC on white background.



Black color preview on #7E7ACC background

This text has black color on #7E7ACC background.


White color preview on #7E7ACC background

This text has white color on #7E7ACC background.