COLOR #8A7AC4

HEX: #8A7AC4
RGB: (138,122,196)

Color info

#8A7AC4 contains mainly red and blue colors. Web safe color of #8A7AC4 is #9966CC (or #96C).

RGB color model

#8A7AC4 color RGB value is (138,122,196).

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

RGB channels and saturation

R 138 of 255 = 54%
G 122 of 255 = 48%
B 196 of 255 = 77%

138
122
196

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

Portions of RGB colors in percentages

R + G + B =
138 + 122 + 196 = 456 (100%)
R 138 of 456 ~ 30.26%
G 122 of 456 ~ 26.75%
B 196 of 456 ~ 42.98%

%30.26
%26.75
%42.98

CMYK color model

#8A7AC4 color CMYK value is (30,38,0,23).

  • cyan value is 29.59%
  • magenta value is 37.76%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(30,38,0,23)
C30M38Y0K23 
(30%,38%,0%,23%)
(0.30/0.38/0.00/0.23)	

CMYK percentages

%29.59
%37.76
%0
%23.14

Codes

Color #8A7AC4 in popluar color models

8A7AC4
RGB138122196
HSL253°38.54%62.35%
HSB/HSV253°37.76%76.86%
CMYK29.59%37.76%0.00%
23.14%

Color #8A7AC4 in popluar number systems.

HEX8A7AC4
Decimal138122196
Binary10001010111101011000100
Octal212172304

Shades and tints

Shades of #8A7AC4

#8A7AC4
(138,122,196)
#7E6FB3
(126,111,179)
#7264A2
(114,100,162)
#665991
(102,89,145)
#5A4E80
(90,78,128)
#4E436F
(78,67,111)
#42385E
(66,56,94)
#362D4D
(54,45,77)
#2A223C
(42,34,60)
#1E172B
(30,23,43)
#120C1A
(18,12,26)
#000000
(0,0,0)

Tints of #8A7AC4

#8A7AC4
(138,122,196)
#9486C9
(148,134,201)
#9E92CE
(158,146,206)
#A89ED3
(168,158,211)
#B2AAD8
(178,170,216)
#BCB6DD
(188,182,221)
#C6C2E2
(198,194,226)
#D0CEE7
(208,206,231)
#DADAEC
(218,218,236)
#E4E6F1
(228,230,241)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7AC4 color. Also use rgb(138,122,196) instead hex code.

Text Font Color

.myTextColor { color: #8A7AC4; }

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

This text font color is #8A7AC4.


Background Color

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

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

This div background color is #8A7AC4.


Border color

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

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

This div border color is #8A7AC4.


Opacity

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

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

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

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

This text has shadow with #8A7AC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7AC4 on black background.


Color preview on white background

This text has color #8A7AC4 on white background.



Black color preview on #8A7AC4 background

This text has black color on #8A7AC4 background.


White color preview on #8A7AC4 background

This text has white color on #8A7AC4 background.