COLOR #7A6CBA

HEX: #7A6CBA
RGB: (122,108,186)

Color info

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

RGB color model

#7A6CBA color RGB value is (122,108,186).

  • red value is 122;
  • green value is 108;
  • blue value is 186.
RGB:
(122,108,186)
(48%,42%,73%)

RGB channels and saturation

R 122 of 255 = 48%
G 108 of 255 = 42%
B 186 of 255 = 73%

122
108
186

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

Portions of RGB colors in percentages

R + G + B =
122 + 108 + 186 = 416 (100%)
R 122 of 416 ~ 29.33%
G 108 of 416 ~ 25.96%
B 186 of 416 ~ 44.71%

%29.33
%25.96
%44.71

CMYK color model

#7A6CBA color CMYK value is (34,42,0,27).

  • cyan value is 34.41%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(34,42,0,27)
C34M42Y0K27 
(34%,42%,0%,27%)
(0.34/0.42/0.00/0.27)	

CMYK percentages

%34.41
%41.94
%0
%27.06

Codes

Color #7A6CBA in popluar color models

7A6CBA
RGB122108186
HSL251°36.11%57.65%
HSB/HSV251°41.94%72.94%
CMYK34.41%41.94%0.00%
27.06%

Color #7A6CBA in popluar number systems.

HEX7A6CBA
Decimal122108186
Binary1111010110110010111010
Octal172154272

Shades and tints

Shades of #7A6CBA

#7A6CBA
(122,108,186)
#6F63AA
(111,99,170)
#645A9A
(100,90,154)
#59518A
(89,81,138)
#4E487A
(78,72,122)
#433F6A
(67,63,106)
#38365A
(56,54,90)
#2D2D4A
(45,45,74)
#22243A
(34,36,58)
#171B2A
(23,27,42)
#0C121A
(12,18,26)
#000000
(0,0,0)

Tints of #7A6CBA

#7A6CBA
(122,108,186)
#8679C0
(134,121,192)
#9286C6
(146,134,198)
#9E93CC
(158,147,204)
#AAA0D2
(170,160,210)
#B6ADD8
(182,173,216)
#C2BADE
(194,186,222)
#CEC7E4
(206,199,228)
#DAD4EA
(218,212,234)
#E6E1F0
(230,225,240)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6CBA color. Also use rgb(122,108,186) instead hex code.

Text Font Color

.myTextColor { color: #7A6CBA; }

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

This text font color is #7A6CBA.


Background Color

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

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

This div background color is #7A6CBA.


Border color

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

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

This div border color is #7A6CBA.


Opacity

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

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

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

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

This text has shadow with #7A6CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6CBA on black background.


Color preview on white background

This text has color #7A6CBA on white background.



Black color preview on #7A6CBA background

This text has black color on #7A6CBA background.


White color preview on #7A6CBA background

This text has white color on #7A6CBA background.