COLOR #7A6BC1

HEX: #7A6BC1
RGB: (122,107,193)

Color info

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

RGB color model

#7A6BC1 color RGB value is (122,107,193).

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

RGB channels and saturation

R 122 of 255 = 48%
G 107 of 255 = 42%
B 193 of 255 = 76%

122
107
193

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

Portions of RGB colors in percentages

R + G + B =
122 + 107 + 193 = 422 (100%)
R 122 of 422 ~ 28.91%
G 107 of 422 ~ 25.36%
B 193 of 422 ~ 45.73%

%28.91
%25.36
%45.73

CMYK color model

#7A6BC1 color CMYK value is (37,45,0,24).

  • cyan value is 36.79%
  • magenta value is 44.56%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(37,45,0,24)
C37M45Y0K24 
(37%,45%,0%,24%)
(0.37/0.45/0.00/0.24)	

CMYK percentages

%36.79
%44.56
%0
%24.31

Codes

Color #7A6BC1 in popluar color models

7A6BC1
RGB122107193
HSL250°40.95%58.82%
HSB/HSV250°44.56%75.69%
CMYK36.79%44.56%0.00%
24.31%

Color #7A6BC1 in popluar number systems.

HEX7A6BC1
Decimal122107193
Binary1111010110101111000001
Octal172153301

Shades and tints

Shades of #7A6BC1

#7A6BC1
(122,107,193)
#6F62B0
(111,98,176)
#64599F
(100,89,159)
#59508E
(89,80,142)
#4E477D
(78,71,125)
#433E6C
(67,62,108)
#38355B
(56,53,91)
#2D2C4A
(45,44,74)
#222339
(34,35,57)
#171A28
(23,26,40)
#0C1117
(12,17,23)
#000000
(0,0,0)

Tints of #7A6BC1

#7A6BC1
(122,107,193)
#8678C6
(134,120,198)
#9285CB
(146,133,203)
#9E92D0
(158,146,208)
#AA9FD5
(170,159,213)
#B6ACDA
(182,172,218)
#C2B9DF
(194,185,223)
#CEC6E4
(206,198,228)
#DAD3E9
(218,211,233)
#E6E0EE
(230,224,238)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6BC1; }

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

This text font color is #7A6BC1.


Background Color

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

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

This div background color is #7A6BC1.


Border color

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

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

This div border color is #7A6BC1.


Opacity

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

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

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

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

This text has shadow with #7A6BC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6BC1 on black background.


Color preview on white background

This text has color #7A6BC1 on white background.



Black color preview on #7A6BC1 background

This text has black color on #7A6BC1 background.


White color preview on #7A6BC1 background

This text has white color on #7A6BC1 background.