COLOR #7A66C6

HEX: #7A66C6
RGB: (122,102,198)

Color info

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

RGB color model

#7A66C6 color RGB value is (122,102,198).

  • red value is 122;
  • green value is 102;
  • blue value is 198.
RGB:
(122,102,198)
(48%,40%,78%)

RGB channels and saturation

R 122 of 255 = 48%
G 102 of 255 = 40%
B 198 of 255 = 78%

122
102
198

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

Portions of RGB colors in percentages

R + G + B =
122 + 102 + 198 = 422 (100%)
R 122 of 422 ~ 28.91%
G 102 of 422 ~ 24.17%
B 198 of 422 ~ 46.92%

%28.91
%24.17
%46.92

CMYK color model

#7A66C6 color CMYK value is (38,48,0,22).

  • cyan value is 38.38%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(38,48,0,22)
C38M48Y0K22 
(38%,48%,0%,22%)
(0.38/0.48/0.00/0.22)	

CMYK percentages

%38.38
%48.48
%0
%22.35

Codes

Color #7A66C6 in popluar color models

7A66C6
RGB122102198
HSL253°45.71%58.82%
HSB/HSV253°48.48%77.65%
CMYK38.38%48.48%0.00%
22.35%

Color #7A66C6 in popluar number systems.

HEX7A66C6
Decimal122102198
Binary1111010110011011000110
Octal172146306

Shades and tints

Shades of #7A66C6

#7A66C6
(122,102,198)
#6F5DB4
(111,93,180)
#6454A2
(100,84,162)
#594B90
(89,75,144)
#4E427E
(78,66,126)
#43396C
(67,57,108)
#38305A
(56,48,90)
#2D2748
(45,39,72)
#221E36
(34,30,54)
#171524
(23,21,36)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #7A66C6

#7A66C6
(122,102,198)
#8673CB
(134,115,203)
#9280D0
(146,128,208)
#9E8DD5
(158,141,213)
#AA9ADA
(170,154,218)
#B6A7DF
(182,167,223)
#C2B4E4
(194,180,228)
#CEC1E9
(206,193,233)
#DACEEE
(218,206,238)
#E6DBF3
(230,219,243)
#F2E8F8
(242,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A66C6 color. Also use rgb(122,102,198) instead hex code.

Text Font Color

.myTextColor { color: #7A66C6; }

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

This text font color is #7A66C6.


Background Color

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

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

This div background color is #7A66C6.


Border color

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

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

This div border color is #7A66C6.


Opacity

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

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

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

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

This text has shadow with #7A66C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A66C6 on black background.


Color preview on white background

This text has color #7A66C6 on white background.



Black color preview on #7A66C6 background

This text has black color on #7A66C6 background.


White color preview on #7A66C6 background

This text has white color on #7A66C6 background.