COLOR #7C7AC5

HEX: #7C7AC5
RGB: (124,122,197)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
122
197

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

Portions of RGB colors in percentages

R + G + B =
124 + 122 + 197 = 443 (100%)
R 124 of 443 ~ 27.99%
G 122 of 443 ~ 27.54%
B 197 of 443 ~ 44.47%

%27.99
%27.54
%44.47

CMYK color model

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

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

CMYK percentages

%37.06
%38.07
%0
%22.75

Codes

Color #7C7AC5 in popluar color models

7C7AC5
RGB124122197
HSL242°39.27%62.55%
HSB/HSV242°38.07%77.25%
CMYK37.06%38.07%0.00%
22.75%

Color #7C7AC5 in popluar number systems.

HEX7C7AC5
Decimal124122197
Binary1111100111101011000101
Octal174172305

Shades and tints

Shades of #7C7AC5

#7C7AC5
(124,122,197)
#716FB4
(113,111,180)
#6664A3
(102,100,163)
#5B5992
(91,89,146)
#504E81
(80,78,129)
#454370
(69,67,112)
#3A385F
(58,56,95)
#2F2D4E
(47,45,78)
#24223D
(36,34,61)
#19172C
(25,23,44)
#0E0C1B
(14,12,27)
#000000
(0,0,0)

Tints of #7C7AC5

#7C7AC5
(124,122,197)
#8786CA
(135,134,202)
#9292CF
(146,146,207)
#9D9ED4
(157,158,212)
#A8AAD9
(168,170,217)
#B3B6DE
(179,182,222)
#BEC2E3
(190,194,227)
#C9CEE8
(201,206,232)
#D4DAED
(212,218,237)
#DFE6F2
(223,230,242)
#EAF2F7
(234,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7AC5; }

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

This text font color is #7C7AC5.


Background Color

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

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

This div background color is #7C7AC5.


Border color

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

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

This div border color is #7C7AC5.


Opacity

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

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

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

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

This text has shadow with #7C7AC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7AC5 on black background.


Color preview on white background

This text has color #7C7AC5 on white background.



Black color preview on #7C7AC5 background

This text has black color on #7C7AC5 background.


White color preview on #7C7AC5 background

This text has white color on #7C7AC5 background.