COLOR #8991EC

HEX: #8991EC RGB: (137,145,236)

Color info

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

RGB color model

#8991EC color RGB value is (137,145,236).

RGB: (137,145,236) (54%, 57%, 93%)

RGB channels and saturation

R 137 of 255 = 54%
G 145 of 255 = 57%
B 236 of 255 = 93%

137
145
236

R + G + B ~ 68%. #8991EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 145 + 236 = 518 (100%)
R 137 of 518 ~ 26.45%
G 145 of 518 ~ 27.99%
B 236 of 518 ~ 45.56'%

%26.45
%27.99
%45.56

CMYK color model

#8991EC color CMYK value is (42,39,0,7).

  • cyan value is 41.95%
  • magenta value is 38.56%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (42,39,0,7)
C42M39Y0K7 (42%, 39%, 0%, 7%)
(0.42 / 0.39 / 0.00 / 0.07)

CMYK percentages

%41.95
%38.56
%0
%7.45

Codes

Color #8991EC in popluar color models

89 91 EC
RGB 137 145 236
HSL 235° 72.26% 73.14%
HSB/HSV 235° 41.95% 92.55%
CMYK 41.95% 38.56% 0.00%
7.45%

Color #8991EC in popluar number systems.

HEX 89 91 EC
Decimal 137 145 236
Binary 10001001 10010001 11101100
Octal 211 221 354

Shades and tints

Shades of #8991EC

#8991EC
(137,145,236)
#7D84D7
(125,132,215)
#7177C2
(113,119,194)
#656AAD
(101,106,173)
#595D98
(89,93,152)
#4D5083
(77,80,131)
#41436E
(65,67,110)
#353659
(53,54,89)
#292944
(41,41,68)
#1D1C2F
(29,28,47)
#110F1A
(17,15,26)
#000000
(0,0,0)

Tints of #8991EC

#8991EC
(137,145,236)
#939BED
(147,155,237)
#9DA5EE
(157,165,238)
#A7AFEF
(167,175,239)
#B1B9F0
(177,185,240)
#BBC3F1
(187,195,241)
#C5CDF2
(197,205,242)
#CFD7F3
(207,215,243)
#D9E1F4
(217,225,244)
#E3EBF5
(227,235,245)
#EDF5F6
(237,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8991EC color. Also use rgb(137,145,236) instead hex code.

Text Font Color

.myTextColor { color: #8991EC; }

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

This text font color is #8991EC.

Background Color

.myBgColor { background-color: #8991EC; }

<div style="background-color:#8991EC">Inner text</div>

This div background color is #8991EC.

Border color

.myBorderColor { border: 1px solid #8991EC; }

<div style="border:3px solid #8991EC">Div</div>

This div border color is #8991EC.

Opacity

.myOpacity80 { color: #8991EC; opacity: 0.8; }

<p style="color:#8991EC;opacity:0.8;">80%</p>

Text with #8991EC 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 #8991EC;}

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

This text has shadow with #8991EC color.


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

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

This text has shadow with #8991EC primary color and red secondary color.


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

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

This text has shadow with #8991EC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8991EC.

Preview

Color preview on black background

This text has color #8991EC on black background.


Color preview on white background

This text has color #8991EC on white background.


Black color preview on #8991EC background

This text has black color on #8991EC background.


White color preview on #8991EC background

This text has white color on #8991EC background.


Related colors

Complementary color

Complementary color for #hex is #766E13.


I love getcolorcode.com

Triadic colors

1 #EC8991 and #91EC89 with #8991EC are triadic colors.

2 #EC9189 and #9189EC with #8991EC are triadic colors.