COLOR #8982EE

HEX: #8982EE RGB: (137,130,238)

Color info

#8982EE contains mainly blue color. Web safe color of #8982EE is #9999FF (or #99F).

RGB color model

#8982EE color RGB value is (137,130,238).

RGB: (137,130,238) (54%, 51%, 93%)

RGB channels and saturation

R 137 of 255 = 54%
G 130 of 255 = 51%
B 238 of 255 = 93%

137
130
238

R + G + B ~ 66%. #8982EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 130 + 238 = 505 (100%)
R 137 of 505 ~ 27.13%
G 130 of 505 ~ 25.74%
B 238 of 505 ~ 47.13'%

%27.13
%25.74
%47.13

CMYK color model

#8982EE color CMYK value is (42,45,0,7).

  • cyan value is 42.44%
  • magenta value is 45.38%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (42,45,0,7)
C42M45Y0K7 (42%, 45%, 0%, 7%)
(0.42 / 0.45 / 0.00 / 0.07)

CMYK percentages

%42.44
%45.38
%0
%6.67

Codes

Color #8982EE in popluar color models

89 82 EE
RGB 137 130 238
HSL 244° 76.06% 72.16%
HSB/HSV 244° 45.38% 93.33%
CMYK 42.44% 45.38% 0.00%
6.67%

Color #8982EE in popluar number systems.

HEX 89 82 EE
Decimal 137 130 238
Binary 10001001 10000010 11101110
Octal 211 202 356

Shades and tints

Shades of #8982EE

#8982EE
(137,130,238)
#7D77D9
(125,119,217)
#716CC4
(113,108,196)
#6561AF
(101,97,175)
#59569A
(89,86,154)
#4D4B85
(77,75,133)
#414070
(65,64,112)
#35355B
(53,53,91)
#292A46
(41,42,70)
#1D1F31
(29,31,49)
#11141C
(17,20,28)
#000000
(0,0,0)

Tints of #8982EE

#8982EE
(137,130,238)
#938DEF
(147,141,239)
#9D98F0
(157,152,240)
#A7A3F1
(167,163,241)
#B1AEF2
(177,174,242)
#BBB9F3
(187,185,243)
#C5C4F4
(197,196,244)
#CFCFF5
(207,207,245)
#D9DAF6
(217,218,246)
#E3E5F7
(227,229,247)
#EDF0F8
(237,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8982EE color. Also use rgb(137,130,238) instead hex code.

Text Font Color

.myTextColor { color: #8982EE; }

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

This text font color is #8982EE.

Background Color

.myBgColor { background-color: #8982EE; }

<div style="background-color:#8982EE">Inner text</div>

This div background color is #8982EE.

Border color

.myBorderColor { border: 1px solid #8982EE; }

<div style="border:3px solid #8982EE">Div</div>

This div border color is #8982EE.

Opacity

.myOpacity80 { color: #8982EE; opacity: 0.8; }

<p style="color:#8982EE;opacity:0.8;">80%</p>

Text with #8982EE 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 #8982EE;}

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

This text has shadow with #8982EE color.


.textShadow {text-shadow: 3px 3px 1px #8982EE', 3px 3px 1px red;}

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

This text has shadow with #8982EE primary color and red secondary color.


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

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

This text has shadow with #8982EE and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8982EE; -webkit-box-shadow: 1px 1px 3px 2px #8982EE; box-shadow:1px 1px 3px 2px #8982EE;">
Div content here
</div>

This div box has shadow with color #8982EE.

Preview

Color preview on black background

This text has color #8982EE on black background.


Color preview on white background

This text has color #8982EE on white background.


Black color preview on #8982EE background

This text has black color on #8982EE background.


White color preview on #8982EE background

This text has white color on #8982EE background.


Related colors

Complementary color

Complementary color for #hex is #767D11.


I love getcolorcode.com

Triadic colors

1 #EE8982 and #82EE89 with #8982EE are triadic colors.

2 #EE8289 and #8289EE with #8982EE are triadic colors.