COLOR #7F5FAA

HEX: #7F5FAA
RGB: (127,95,170)

Color info

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

RGB color model

#7F5FAA color RGB value is (127,95,170).

  • red value is 127;
  • green value is 95;
  • blue value is 170.
RGB:
(127,95,170)
(50%,37%,67%)

RGB channels and saturation

R 127 of 255 = 50%
G 95 of 255 = 37%
B 170 of 255 = 67%

127
95
170

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

Portions of RGB colors in percentages

R + G + B =
127 + 95 + 170 = 392 (100%)
R 127 of 392 ~ 32.4%
G 95 of 392 ~ 24.23%
B 170 of 392 ~ 43.37%

%32.4
%24.23
%43.37

CMYK color model

#7F5FAA color CMYK value is (25,44,0,33).

  • cyan value is 25.29%
  • magenta value is 44.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,44,0,33)
C25M44Y0K33 
(25%,44%,0%,33%)
(0.25/0.44/0.00/0.33)	

CMYK percentages

%25.29
%44.12
%0
%33.33

Codes

Color #7F5FAA in popluar color models

7F5FAA
RGB12795170
HSL266°30.61%51.96%
HSB/HSV266°44.12%66.67%
CMYK25.29%44.12%0.00%
33.33%

Color #7F5FAA in popluar number systems.

HEX7F5FAA
Decimal12795170
Binary1111111101111110101010
Octal177137252

Shades and tints

Shades of #7F5FAA

#7F5FAA
(127,95,170)
#74579B
(116,87,155)
#694F8C
(105,79,140)
#5E477D
(94,71,125)
#533F6E
(83,63,110)
#48375F
(72,55,95)
#3D2F50
(61,47,80)
#322741
(50,39,65)
#271F32
(39,31,50)
#1C1723
(28,23,35)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #7F5FAA

#7F5FAA
(127,95,170)
#8A6DB1
(138,109,177)
#957BB8
(149,123,184)
#A089BF
(160,137,191)
#AB97C6
(171,151,198)
#B6A5CD
(182,165,205)
#C1B3D4
(193,179,212)
#CCC1DB
(204,193,219)
#D7CFE2
(215,207,226)
#E2DDE9
(226,221,233)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5FAA color. Also use rgb(127,95,170) instead hex code.

Text Font Color

.myTextColor { color: #7F5FAA; }

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

This text font color is #7F5FAA.


Background Color

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

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

This div background color is #7F5FAA.


Border color

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

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

This div border color is #7F5FAA.


Opacity

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

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

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

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

This text has shadow with #7F5FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5FAA on black background.


Color preview on white background

This text has color #7F5FAA on white background.



Black color preview on #7F5FAA background

This text has black color on #7F5FAA background.


White color preview on #7F5FAA background

This text has white color on #7F5FAA background.