COLOR #8A7DE6

HEX: #8A7DE6
RGB: (138,125,230)

Color info

#8A7DE6 contains mainly blue color. Web safe color of #8A7DE6 is #9966CC (or #96C).

RGB color model

#8A7DE6 color RGB value is (138,125,230).

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

RGB channels and saturation

R 138 of 255 = 54%
G 125 of 255 = 49%
B 230 of 255 = 90%

138
125
230

R + G + B ~ 64%. #8A7DE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 125 + 230 = 493 (100%)
R 138 of 493 ~ 27.99%
G 125 of 493 ~ 25.35%
B 230 of 493 ~ 46.65%

%27.99
%25.35
%46.65

CMYK color model

#8A7DE6 color CMYK value is (40,46,0,10).

  • cyan value is 40.00%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(40,46,0,10)
C40M46Y0K10 
(40%,46%,0%,10%)
(0.40/0.46/0.00/0.10)	

CMYK percentages

%40
%45.65
%0
%9.8

Codes

Color #8A7DE6 in popluar color models

8A7DE6
RGB138125230
HSL247°67.74%69.61%
HSB/HSV247°45.65%90.20%
CMYK40.00%45.65%0.00%
9.80%

Color #8A7DE6 in popluar number systems.

HEX8A7DE6
Decimal138125230
Binary10001010111110111100110
Octal212175346

Shades and tints

Shades of #8A7DE6

#8A7DE6
(138,125,230)
#7E72D2
(126,114,210)
#7267BE
(114,103,190)
#665CAA
(102,92,170)
#5A5196
(90,81,150)
#4E4682
(78,70,130)
#423B6E
(66,59,110)
#36305A
(54,48,90)
#2A2546
(42,37,70)
#1E1A32
(30,26,50)
#120F1E
(18,15,30)
#000000
(0,0,0)

Tints of #8A7DE6

#8A7DE6
(138,125,230)
#9488E8
(148,136,232)
#9E93EA
(158,147,234)
#A89EEC
(168,158,236)
#B2A9EE
(178,169,238)
#BCB4F0
(188,180,240)
#C6BFF2
(198,191,242)
#D0CAF4
(208,202,244)
#DAD5F6
(218,213,246)
#E4E0F8
(228,224,248)
#EEEBFA
(238,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7DE6; }

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

This text font color is #8A7DE6.


Background Color

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

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

This div background color is #8A7DE6.


Border color

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

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

This div border color is #8A7DE6.


Opacity

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

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

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

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

This text has shadow with #8A7DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7DE6 on black background.


Color preview on white background

This text has color #8A7DE6 on white background.



Black color preview on #8A7DE6 background

This text has black color on #8A7DE6 background.


White color preview on #8A7DE6 background

This text has white color on #8A7DE6 background.