COLOR #7A7ECA

HEX: #7A7ECA RGB: (122,126,202)

Color info

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

RGB color model

#7A7ECA color RGB value is (122,126,202).

RGB: (122,126,202) (48%, 49%, 79%)

RGB channels and saturation

R 122 of 255 = 48%
G 126 of 255 = 49%
B 202 of 255 = 79%

122
126
202

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

Portions of RGB colors in percentages

R + G + B = 122 + 126 + 202 = 450 (100%)
R 122 of 450 ~ 27.11%
G 126 of 450 ~ 28%
B 202 of 450 ~ 44.89'%

%27.11
%28
%44.89

CMYK color model

#7A7ECA color CMYK value is (40,38,0,21).

  • cyan value is 39.60%
  • magenta value is 37.62%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (40,38,0,21)
C40M38Y0K21 (40%, 38%, 0%, 21%)
(0.40 / 0.38 / 0.00 / 0.21)

CMYK percentages

%39.6
%37.62
%0
%20.78

Codes

Color #7A7ECA in popluar color models

7A 7E CA
RGB 122 126 202
HSL 237° 43.01% 63.53%
HSB/HSV 237° 39.60% 79.22%
CMYK 39.60% 37.62% 0.00%
20.78%

Color #7A7ECA in popluar number systems.

HEX 7A 7E CA
Decimal 122 126 202
Binary 1111010 1111110 11001010
Octal 172 176 312

Shades and tints

Shades of #7A7ECA

#7A7ECA
(122,126,202)
#6F73B8
(111,115,184)
#6468A6
(100,104,166)
#595D94
(89,93,148)
#4E5282
(78,82,130)
#434770
(67,71,112)
#383C5E
(56,60,94)
#2D314C
(45,49,76)
#22263A
(34,38,58)
#171B28
(23,27,40)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #7A7ECA

#7A7ECA
(122,126,202)
#8689CE
(134,137,206)
#9294D2
(146,148,210)
#9E9FD6
(158,159,214)
#AAAADA
(170,170,218)
#B6B5DE
(182,181,222)
#C2C0E2
(194,192,226)
#CECBE6
(206,203,230)
#DAD6EA
(218,214,234)
#E6E1EE
(230,225,238)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7ECA; }

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

This text font color is #7A7ECA.

Background Color

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

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

This div background color is #7A7ECA.

Border color

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

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

This div border color is #7A7ECA.

Opacity

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

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

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

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

This text has shadow with #7A7ECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7ECA.

Preview

Color preview on black background

This text has color #7A7ECA on black background.


Color preview on white background

This text has color #7A7ECA on white background.


Black color preview on #7A7ECA background

This text has black color on #7A7ECA background.


White color preview on #7A7ECA background

This text has white color on #7A7ECA background.


Related colors

Complementary color

Complementary color for #hex is #858135.


I love getcolorcode.com

Triadic colors

1 #CA7A7E and #7ECA7A with #7A7ECA are triadic colors.

2 #CA7E7A and #7E7ACA with #7A7ECA are triadic colors.