COLOR #7A6BE0

HEX: #7A6BE0 RGB: (122,107,224)

Color info

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

RGB color model

#7A6BE0 color RGB value is (122,107,224).

RGB: (122,107,224) (48%, 42%, 88%)

RGB channels and saturation

R 122 of 255 = 48%
G 107 of 255 = 42%
B 224 of 255 = 88%

122
107
224

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

Portions of RGB colors in percentages

R + G + B = 122 + 107 + 224 = 453 (100%)
R 122 of 453 ~ 26.93%
G 107 of 453 ~ 23.62%
B 224 of 453 ~ 49.45'%

%26.93
%23.62
%49.45

CMYK color model

#7A6BE0 color CMYK value is (46,52,0,12).

  • cyan value is 45.54%
  • magenta value is 52.23%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (46,52,0,12)
C46M52Y0K12 (46%, 52%, 0%, 12%)
(0.46 / 0.52 / 0.00 / 0.12)

CMYK percentages

%45.54
%52.23
%0
%12.16

Codes

Color #7A6BE0 in popluar color models

7A 6B E0
RGB 122 107 224
HSL 248° 65.36% 64.90%
HSB/HSV 248° 52.23% 87.84%
CMYK 45.54% 52.23% 0.00%
12.16%

Color #7A6BE0 in popluar number systems.

HEX 7A 6B E0
Decimal 122 107 224
Binary 1111010 1101011 11100000
Octal 172 153 340

Shades and tints

Shades of #7A6BE0

#7A6BE0
(122,107,224)
#6F62CC
(111,98,204)
#6459B8
(100,89,184)
#5950A4
(89,80,164)
#4E4790
(78,71,144)
#433E7C
(67,62,124)
#383568
(56,53,104)
#2D2C54
(45,44,84)
#222340
(34,35,64)
#171A2C
(23,26,44)
#0C1118
(12,17,24)
#000000
(0,0,0)

Tints of #7A6BE0

#7A6BE0
(122,107,224)
#8678E2
(134,120,226)
#9285E4
(146,133,228)
#9E92E6
(158,146,230)
#AA9FE8
(170,159,232)
#B6ACEA
(182,172,234)
#C2B9EC
(194,185,236)
#CEC6EE
(206,198,238)
#DAD3F0
(218,211,240)
#E6E0F2
(230,224,242)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6BE0 color. Also use rgb(122,107,224) instead hex code.

Text Font Color

.myTextColor { color: #7A6BE0; }

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

This text font color is #7A6BE0.

Background Color

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

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

This div background color is #7A6BE0.

Border color

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

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

This div border color is #7A6BE0.

Opacity

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

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

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

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

This text has shadow with #7A6BE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6BE0.

Preview

Color preview on black background

This text has color #7A6BE0 on black background.


Color preview on white background

This text has color #7A6BE0 on white background.


Black color preview on #7A6BE0 background

This text has black color on #7A6BE0 background.


White color preview on #7A6BE0 background

This text has white color on #7A6BE0 background.


Related colors

Complementary color

Complementary color for #hex is #85941F.


I love getcolorcode.com

Triadic colors

1 #E07A6B and #6BE07A with #7A6BE0 are triadic colors.

2 #E06B7A and #6B7AE0 with #7A6BE0 are triadic colors.