COLOR #8A7DB0

HEX: #8A7DB0
RGB: (138,125,176)

Color info

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

RGB color model

#8A7DB0 color RGB value is (138,125,176).

  • red value is 138;
  • green value is 125;
  • blue value is 176.
RGB:
(138,125,176)
(54%,49%,69%)

RGB channels and saturation

R 138 of 255 = 54%
G 125 of 255 = 49%
B 176 of 255 = 69%

138
125
176

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

Portions of RGB colors in percentages

R + G + B =
138 + 125 + 176 = 439 (100%)
R 138 of 439 ~ 31.44%
G 125 of 439 ~ 28.47%
B 176 of 439 ~ 40.09%

%31.44
%28.47
%40.09

CMYK color model

#8A7DB0 color CMYK value is (22,29,0,31).

  • cyan value is 21.59%
  • magenta value is 28.98%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(22,29,0,31)
C22M29Y0K31 
(22%,29%,0%,31%)
(0.22/0.29/0.00/0.31)	

CMYK percentages

%21.59
%28.98
%0
%30.98

Codes

Color #8A7DB0 in popluar color models

8A7DB0
RGB138125176
HSL255°24.40%59.02%
HSB/HSV255°28.98%69.02%
CMYK21.59%28.98%0.00%
30.98%

Color #8A7DB0 in popluar number systems.

HEX8A7DB0
Decimal138125176
Binary10001010111110110110000
Octal212175260

Shades and tints

Shades of #8A7DB0

#8A7DB0
(138,125,176)
#7E72A0
(126,114,160)
#726790
(114,103,144)
#665C80
(102,92,128)
#5A5170
(90,81,112)
#4E4660
(78,70,96)
#423B50
(66,59,80)
#363040
(54,48,64)
#2A2530
(42,37,48)
#1E1A20
(30,26,32)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #8A7DB0

#8A7DB0
(138,125,176)
#9488B7
(148,136,183)
#9E93BE
(158,147,190)
#A89EC5
(168,158,197)
#B2A9CC
(178,169,204)
#BCB4D3
(188,180,211)
#C6BFDA
(198,191,218)
#D0CAE1
(208,202,225)
#DAD5E8
(218,213,232)
#E4E0EF
(228,224,239)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7DB0 color. Also use rgb(138,125,176) instead hex code.

Text Font Color

.myTextColor { color: #8A7DB0; }

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

This text font color is #8A7DB0.


Background Color

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

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

This div background color is #8A7DB0.


Border color

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

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

This div border color is #8A7DB0.


Opacity

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

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

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

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

This text has shadow with #8A7DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7DB0 on black background.


Color preview on white background

This text has color #8A7DB0 on white background.



Black color preview on #8A7DB0 background

This text has black color on #8A7DB0 background.


White color preview on #8A7DB0 background

This text has white color on #8A7DB0 background.