COLOR #7C64AB

HEX: #7C64AB
RGB: (124,100,171)

Color info

#7C64AB contains mainly red and blue colors. Web safe color of #7C64AB is #666699 (or #669).

RGB color model

#7C64AB color RGB value is (124,100,171).

  • red value is 124;
  • green value is 100;
  • blue value is 171.
RGB:
(124,100,171)
(49%,39%,67%)

RGB channels and saturation

R 124 of 255 = 49%
G 100 of 255 = 39%
B 171 of 255 = 67%

124
100
171

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

Portions of RGB colors in percentages

R + G + B =
124 + 100 + 171 = 395 (100%)
R 124 of 395 ~ 31.39%
G 100 of 395 ~ 25.32%
B 171 of 395 ~ 43.29%

%31.39
%25.32
%43.29

CMYK color model

#7C64AB color CMYK value is (27,42,0,33).

  • cyan value is 27.49%
  • magenta value is 41.52%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(27,42,0,33)
C27M42Y0K33 
(27%,42%,0%,33%)
(0.27/0.42/0.00/0.33)	

CMYK percentages

%27.49
%41.52
%0
%32.94

Codes

Color #7C64AB in popluar color models

7C64AB
RGB124100171
HSL260°29.71%53.14%
HSB/HSV260°41.52%67.06%
CMYK27.49%41.52%0.00%
32.94%

Color #7C64AB in popluar number systems.

HEX7C64AB
Decimal124100171
Binary1111100110010010101011
Octal174144253

Shades and tints

Shades of #7C64AB

#7C64AB
(124,100,171)
#715B9C
(113,91,156)
#66528D
(102,82,141)
#5B497E
(91,73,126)
#50406F
(80,64,111)
#453760
(69,55,96)
#3A2E51
(58,46,81)
#2F2542
(47,37,66)
#241C33
(36,28,51)
#191324
(25,19,36)
#0E0A15
(14,10,21)
#000000
(0,0,0)

Tints of #7C64AB

#7C64AB
(124,100,171)
#8772B2
(135,114,178)
#9280B9
(146,128,185)
#9D8EC0
(157,142,192)
#A89CC7
(168,156,199)
#B3AACE
(179,170,206)
#BEB8D5
(190,184,213)
#C9C6DC
(201,198,220)
#D4D4E3
(212,212,227)
#DFE2EA
(223,226,234)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C64AB color. Also use rgb(124,100,171) instead hex code.

Text Font Color

.myTextColor { color: #7C64AB; }

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

This text font color is #7C64AB.


Background Color

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

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

This div background color is #7C64AB.


Border color

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

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

This div border color is #7C64AB.


Opacity

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

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

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

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

This text has shadow with #7C64AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C64AB on black background.


Color preview on white background

This text has color #7C64AB on white background.



Black color preview on #7C64AB background

This text has black color on #7C64AB background.


White color preview on #7C64AB background

This text has white color on #7C64AB background.