COLOR #7A6BB6

HEX: #7A6BB6
RGB: (122,107,182)

Color info

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

RGB color model

#7A6BB6 color RGB value is (122,107,182).

  • red value is 122;
  • green value is 107;
  • blue value is 182.
RGB:
(122,107,182)
(48%,42%,71%)

RGB channels and saturation

R 122 of 255 = 48%
G 107 of 255 = 42%
B 182 of 255 = 71%

122
107
182

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

Portions of RGB colors in percentages

R + G + B =
122 + 107 + 182 = 411 (100%)
R 122 of 411 ~ 29.68%
G 107 of 411 ~ 26.03%
B 182 of 411 ~ 44.28%

%29.68
%26.03
%44.28

CMYK color model

#7A6BB6 color CMYK value is (33,41,0,29).

  • cyan value is 32.97%
  • magenta value is 41.21%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(33,41,0,29)
C33M41Y0K29 
(33%,41%,0%,29%)
(0.33/0.41/0.00/0.29)	

CMYK percentages

%32.97
%41.21
%0
%28.63

Codes

Color #7A6BB6 in popluar color models

7A6BB6
RGB122107182
HSL252°33.94%56.67%
HSB/HSV252°41.21%71.37%
CMYK32.97%41.21%0.00%
28.63%

Color #7A6BB6 in popluar number systems.

HEX7A6BB6
Decimal122107182
Binary1111010110101110110110
Octal172153266

Shades and tints

Shades of #7A6BB6

#7A6BB6
(122,107,182)
#6F62A6
(111,98,166)
#645996
(100,89,150)
#595086
(89,80,134)
#4E4776
(78,71,118)
#433E66
(67,62,102)
#383556
(56,53,86)
#2D2C46
(45,44,70)
#222336
(34,35,54)
#171A26
(23,26,38)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #7A6BB6

#7A6BB6
(122,107,182)
#8678BC
(134,120,188)
#9285C2
(146,133,194)
#9E92C8
(158,146,200)
#AA9FCE
(170,159,206)
#B6ACD4
(182,172,212)
#C2B9DA
(194,185,218)
#CEC6E0
(206,198,224)
#DAD3E6
(218,211,230)
#E6E0EC
(230,224,236)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6BB6; }

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

This text font color is #7A6BB6.


Background Color

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

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

This div background color is #7A6BB6.


Border color

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

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

This div border color is #7A6BB6.


Opacity

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

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

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

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

This text has shadow with #7A6BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6BB6 on black background.


Color preview on white background

This text has color #7A6BB6 on white background.



Black color preview on #7A6BB6 background

This text has black color on #7A6BB6 background.


White color preview on #7A6BB6 background

This text has white color on #7A6BB6 background.