COLOR #8A7FA4

HEX: #8A7FA4
RGB: (138,127,164)

Color info

#8A7FA4 contains red, green and blue colors in about the same proportion. Web safe color of #8A7FA4 is #996699 (or #969).

RGB color model

#8A7FA4 color RGB value is (138,127,164).

  • red value is 138;
  • green value is 127;
  • blue value is 164.
RGB:
(138,127,164)
(54%,50%,64%)

RGB channels and saturation

R 138 of 255 = 54%
G 127 of 255 = 50%
B 164 of 255 = 64%

138
127
164

R + G + B ~ 56%. #8A7FA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 127 + 164 = 429 (100%)
R 138 of 429 ~ 32.17%
G 127 of 429 ~ 29.6%
B 164 of 429 ~ 38.23%

%32.17
%29.6
%38.23

CMYK color model

#8A7FA4 color CMYK value is (16,23,0,36).

  • cyan value is 15.85%
  • magenta value is 22.56%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(16,23,0,36)
C16M23Y0K36 
(16%,23%,0%,36%)
(0.16/0.23/0.00/0.36)	

CMYK percentages

%15.85
%22.56
%0
%35.69

Codes

Color #8A7FA4 in popluar color models

8A7FA4
RGB138127164
HSL258°16.89%57.06%
HSB/HSV258°22.56%64.31%
CMYK15.85%22.56%0.00%
35.69%

Color #8A7FA4 in popluar number systems.

HEX8A7FA4
Decimal138127164
Binary10001010111111110100100
Octal212177244

Shades and tints

Shades of #8A7FA4

#8A7FA4
(138,127,164)
#7E7496
(126,116,150)
#726988
(114,105,136)
#665E7A
(102,94,122)
#5A536C
(90,83,108)
#4E485E
(78,72,94)
#423D50
(66,61,80)
#363242
(54,50,66)
#2A2734
(42,39,52)
#1E1C26
(30,28,38)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #8A7FA4

#8A7FA4
(138,127,164)
#948AAC
(148,138,172)
#9E95B4
(158,149,180)
#A8A0BC
(168,160,188)
#B2ABC4
(178,171,196)
#BCB6CC
(188,182,204)
#C6C1D4
(198,193,212)
#D0CCDC
(208,204,220)
#DAD7E4
(218,215,228)
#E4E2EC
(228,226,236)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7FA4 color. Also use rgb(138,127,164) instead hex code.

Text Font Color

.myTextColor { color: #8A7FA4; }

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

This text font color is #8A7FA4.


Background Color

.myBgColor { background-color: #8A7FA4; }

<div style="background-color:#8A7FA4">Inner text</div>

This div background color is #8A7FA4.


Border color

.myBorderColor { border: 1px solid #8A7FA4; }

<div style="border:3px solid #8A7FA4">Div</div>

This div border color is #8A7FA4.


Opacity

.myOpacity80 { color: #8A7FA4; opacity: 0.8; }

<p style="color:#8A7FA4;opacity:0.8;">80%</p>

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

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

This text has shadow with #8A7FA4 color.

.textShadow {text-shadow: 3px 3px 1px #8A7FA4, 3px 3px 1px red;}

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

This text has shadow with #8A7FA4 primary color and red secondary color.


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

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

This text has shadow with #8A7FA4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7FA4 on black background.


Color preview on white background

This text has color #8A7FA4 on white background.



Black color preview on #8A7FA4 background

This text has black color on #8A7FA4 background.


White color preview on #8A7FA4 background

This text has white color on #8A7FA4 background.