COLOR #8A7CC0

HEX: #8A7CC0
RGB: (138,124,192)

Color info

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

RGB color model

#8A7CC0 color RGB value is (138,124,192).

  • red value is 138;
  • green value is 124;
  • blue value is 192.
RGB:
(138,124,192)
(54%,49%,75%)

RGB channels and saturation

R 138 of 255 = 54%
G 124 of 255 = 49%
B 192 of 255 = 75%

138
124
192

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

Portions of RGB colors in percentages

R + G + B =
138 + 124 + 192 = 454 (100%)
R 138 of 454 ~ 30.4%
G 124 of 454 ~ 27.31%
B 192 of 454 ~ 42.29%

%30.4
%27.31
%42.29

CMYK color model

#8A7CC0 color CMYK value is (28,35,0,25).

  • cyan value is 28.13%
  • magenta value is 35.42%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(28,35,0,25)
C28M35Y0K25 
(28%,35%,0%,25%)
(0.28/0.35/0.00/0.25)	

CMYK percentages

%28.13
%35.42
%0
%24.71

Codes

Color #8A7CC0 in popluar color models

8A7CC0
RGB138124192
HSL252°35.05%61.96%
HSB/HSV252°35.42%75.29%
CMYK28.13%35.42%0.00%
24.71%

Color #8A7CC0 in popluar number systems.

HEX8A7CC0
Decimal138124192
Binary10001010111110011000000
Octal212174300

Shades and tints

Shades of #8A7CC0

#8A7CC0
(138,124,192)
#7E71AF
(126,113,175)
#72669E
(114,102,158)
#665B8D
(102,91,141)
#5A507C
(90,80,124)
#4E456B
(78,69,107)
#423A5A
(66,58,90)
#362F49
(54,47,73)
#2A2438
(42,36,56)
#1E1927
(30,25,39)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #8A7CC0

#8A7CC0
(138,124,192)
#9487C5
(148,135,197)
#9E92CA
(158,146,202)
#A89DCF
(168,157,207)
#B2A8D4
(178,168,212)
#BCB3D9
(188,179,217)
#C6BEDE
(198,190,222)
#D0C9E3
(208,201,227)
#DAD4E8
(218,212,232)
#E4DFED
(228,223,237)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7CC0 color. Also use rgb(138,124,192) instead hex code.

Text Font Color

.myTextColor { color: #8A7CC0; }

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

This text font color is #8A7CC0.


Background Color

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

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

This div background color is #8A7CC0.


Border color

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

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

This div border color is #8A7CC0.


Opacity

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

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

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

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

This text has shadow with #8A7CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7CC0 on black background.


Color preview on white background

This text has color #8A7CC0 on white background.



Black color preview on #8A7CC0 background

This text has black color on #8A7CC0 background.


White color preview on #8A7CC0 background

This text has white color on #8A7CC0 background.