COLOR #7A7AC5

HEX: #7A7AC5
RGB: (122,122,197)

Color info

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

RGB color model

#7A7AC5 color RGB value is (122,122,197).

  • red value is 122;
  • green value is 122;
  • blue value is 197.
RGB:
(122,122,197)
(48%,48%,77%)

RGB channels and saturation

R 122 of 255 = 48%
G 122 of 255 = 48%
B 197 of 255 = 77%

122
122
197

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

Portions of RGB colors in percentages

R + G + B =
122 + 122 + 197 = 441 (100%)
R 122 of 441 ~ 27.66%
G 122 of 441 ~ 27.66%
B 197 of 441 ~ 44.67%

%27.66
%27.66
%44.67

CMYK color model

#7A7AC5 color CMYK value is (38,38,0,23).

  • cyan value is 38.07%
  • magenta value is 38.07%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(38,38,0,23)
C38M38Y0K23 
(38%,38%,0%,23%)
(0.38/0.38/0.00/0.23)	

CMYK percentages

%38.07
%38.07
%0
%22.75

Codes

Color #7A7AC5 in popluar color models

7A7AC5
RGB122122197
HSL240°39.27%62.55%
HSB/HSV240°38.07%77.25%
CMYK38.07%38.07%0.00%
22.75%

Color #7A7AC5 in popluar number systems.

HEX7A7AC5
Decimal122122197
Binary1111010111101011000101
Octal172172305

Shades and tints

Shades of #7A7AC5

#7A7AC5
(122,122,197)
#6F6FB4
(111,111,180)
#6464A3
(100,100,163)
#595992
(89,89,146)
#4E4E81
(78,78,129)
#434370
(67,67,112)
#38385F
(56,56,95)
#2D2D4E
(45,45,78)
#22223D
(34,34,61)
#17172C
(23,23,44)
#0C0C1B
(12,12,27)
#000000
(0,0,0)

Tints of #7A7AC5

#7A7AC5
(122,122,197)
#8686CA
(134,134,202)
#9292CF
(146,146,207)
#9E9ED4
(158,158,212)
#AAAAD9
(170,170,217)
#B6B6DE
(182,182,222)
#C2C2E3
(194,194,227)
#CECEE8
(206,206,232)
#DADAED
(218,218,237)
#E6E6F2
(230,230,242)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7AC5; }

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

This text font color is #7A7AC5.


Background Color

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

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

This div background color is #7A7AC5.


Border color

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

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

This div border color is #7A7AC5.


Opacity

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

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

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

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

This text has shadow with #7A7AC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7AC5 on black background.


Color preview on white background

This text has color #7A7AC5 on white background.



Black color preview on #7A7AC5 background

This text has black color on #7A7AC5 background.


White color preview on #7A7AC5 background

This text has white color on #7A7AC5 background.