COLOR #8A80E6

HEX: #8A80E6
RGB: (138,128,230)

Color info

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

RGB color model

#8A80E6 color RGB value is (138,128,230).

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

RGB channels and saturation

R 138 of 255 = 54%
G 128 of 255 = 50%
B 230 of 255 = 90%

138
128
230

R + G + B ~ 65%. #8A80E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 128 + 230 = 496 (100%)
R 138 of 496 ~ 27.82%
G 128 of 496 ~ 25.81%
B 230 of 496 ~ 46.37%

%27.82
%25.81
%46.37

CMYK color model

#8A80E6 color CMYK value is (40,44,0,10).

  • cyan value is 40.00%
  • magenta value is 44.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(40,44,0,10)
C40M44Y0K10 
(40%,44%,0%,10%)
(0.40/0.44/0.00/0.10)	

CMYK percentages

%40
%44.35
%0
%9.8

Codes

Color #8A80E6 in popluar color models

8A80E6
RGB138128230
HSL246°67.11%70.20%
HSB/HSV246°44.35%90.20%
CMYK40.00%44.35%0.00%
9.80%

Color #8A80E6 in popluar number systems.

HEX8A80E6
Decimal138128230
Binary100010101000000011100110
Octal212200346

Shades and tints

Shades of #8A80E6

#8A80E6
(138,128,230)
#7E75D2
(126,117,210)
#726ABE
(114,106,190)
#665FAA
(102,95,170)
#5A5496
(90,84,150)
#4E4982
(78,73,130)
#423E6E
(66,62,110)
#36335A
(54,51,90)
#2A2846
(42,40,70)
#1E1D32
(30,29,50)
#12121E
(18,18,30)
#000000
(0,0,0)

Tints of #8A80E6

#8A80E6
(138,128,230)
#948BE8
(148,139,232)
#9E96EA
(158,150,234)
#A8A1EC
(168,161,236)
#B2ACEE
(178,172,238)
#BCB7F0
(188,183,240)
#C6C2F2
(198,194,242)
#D0CDF4
(208,205,244)
#DAD8F6
(218,216,246)
#E4E3F8
(228,227,248)
#EEEEFA
(238,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A80E6; }

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

This text font color is #8A80E6.


Background Color

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

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

This div background color is #8A80E6.


Border color

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

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

This div border color is #8A80E6.


Opacity

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

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

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

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

This text has shadow with #8A80E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A80E6 on black background.


Color preview on white background

This text has color #8A80E6 on white background.



Black color preview on #8A80E6 background

This text has black color on #8A80E6 background.


White color preview on #8A80E6 background

This text has white color on #8A80E6 background.