COLOR #8991ED

HEX: #8991ED
RGB: (137,145,237)

Color info

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

RGB color model

#8991ED color RGB value is (137,145,237).

  • red value is 137;
  • green value is 145;
  • blue value is 237.
RGB:
(137,145,237)
(54%,57%,93%)

RGB channels and saturation

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

137
145
237

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

Portions of RGB colors in percentages

R + G + B =
137 + 145 + 237 = 519 (100%)
R 137 of 519 ~ 26.4%
G 145 of 519 ~ 27.94%
B 237 of 519 ~ 45.66%

%26.4
%27.94
%45.66

CMYK color model

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

  • cyan value is 42.19%
  • magenta value is 38.82%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(42,39,0,7)
C42M39Y0K7 
(42%,39%,0%,7%)
(0.42/0.39/0.00/0.07)	

CMYK percentages

%42.19
%38.82
%0
%7.06

Codes

Color #8991ED in popluar color models

8991ED
RGB137145237
HSL235°73.53%73.33%
HSB/HSV235°42.19%92.94%
CMYK42.19%38.82%0.00%
7.06%

Color #8991ED in popluar number systems.

HEX8991ED
Decimal137145237
Binary100010011001000111101101
Octal211221355

Shades and tints

Shades of #8991ED

#8991ED
(137,145,237)
#7D84D8
(125,132,216)
#7177C3
(113,119,195)
#656AAE
(101,106,174)
#595D99
(89,93,153)
#4D5084
(77,80,132)
#41436F
(65,67,111)
#35365A
(53,54,90)
#292945
(41,41,69)
#1D1C30
(29,28,48)
#110F1B
(17,15,27)
#000000
(0,0,0)

Tints of #8991ED

#8991ED
(137,145,237)
#939BEE
(147,155,238)
#9DA5EF
(157,165,239)
#A7AFF0
(167,175,240)
#B1B9F1
(177,185,241)
#BBC3F2
(187,195,242)
#C5CDF3
(197,205,243)
#CFD7F4
(207,215,244)
#D9E1F5
(217,225,245)
#E3EBF6
(227,235,246)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8991ED; }

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

This text font color is #8991ED.


Background Color

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

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

This div background color is #8991ED.


Border color

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

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

This div border color is #8991ED.


Opacity

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

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

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

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

This text has shadow with #8991ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8991ED on black background.


Color preview on white background

This text has color #8991ED on white background.



Black color preview on #8991ED background

This text has black color on #8991ED background.


White color preview on #8991ED background

This text has white color on #8991ED background.