COLOR #7A6AE8

HEX: #7A6AE8
RGB: (122,106,232)

Color info

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

RGB color model

#7A6AE8 color RGB value is (122,106,232).

  • red value is 122;
  • green value is 106;
  • blue value is 232.
RGB:
(122,106,232)
(48%,42%,91%)

RGB channels and saturation

R 122 of 255 = 48%
G 106 of 255 = 42%
B 232 of 255 = 91%

122
106
232

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

Portions of RGB colors in percentages

R + G + B =
122 + 106 + 232 = 460 (100%)
R 122 of 460 ~ 26.52%
G 106 of 460 ~ 23.04%
B 232 of 460 ~ 50.43%

%26.52
%23.04
%50.43

CMYK color model

#7A6AE8 color CMYK value is (47,54,0,9).

  • cyan value is 47.41%
  • magenta value is 54.31%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(47,54,0,9)
C47M54Y0K9 
(47%,54%,0%,9%)
(0.47/0.54/0.00/0.09)	

CMYK percentages

%47.41
%54.31
%0
%9.02

Codes

Color #7A6AE8 in popluar color models

7A6AE8
RGB122106232
HSL248°73.26%66.27%
HSB/HSV248°54.31%90.98%
CMYK47.41%54.31%0.00%
9.02%

Color #7A6AE8 in popluar number systems.

HEX7A6AE8
Decimal122106232
Binary1111010110101011101000
Octal172152350

Shades and tints

Shades of #7A6AE8

#7A6AE8
(122,106,232)
#6F61D3
(111,97,211)
#6458BE
(100,88,190)
#594FA9
(89,79,169)
#4E4694
(78,70,148)
#433D7F
(67,61,127)
#38346A
(56,52,106)
#2D2B55
(45,43,85)
#222240
(34,34,64)
#17192B
(23,25,43)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #7A6AE8

#7A6AE8
(122,106,232)
#8677EA
(134,119,234)
#9284EC
(146,132,236)
#9E91EE
(158,145,238)
#AA9EF0
(170,158,240)
#B6ABF2
(182,171,242)
#C2B8F4
(194,184,244)
#CEC5F6
(206,197,246)
#DAD2F8
(218,210,248)
#E6DFFA
(230,223,250)
#F2ECFC
(242,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6AE8 color. Also use rgb(122,106,232) instead hex code.

Text Font Color

.myTextColor { color: #7A6AE8; }

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

This text font color is #7A6AE8.


Background Color

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

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

This div background color is #7A6AE8.


Border color

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

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

This div border color is #7A6AE8.


Opacity

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

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

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

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

This text has shadow with #7A6AE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6AE8 on black background.


Color preview on white background

This text has color #7A6AE8 on white background.



Black color preview on #7A6AE8 background

This text has black color on #7A6AE8 background.


White color preview on #7A6AE8 background

This text has white color on #7A6AE8 background.