COLOR #8F89DE

HEX: #8F89DE
RGB: (143,137,222)

Color info

#8F89DE contains mainly blue color. Web safe color of #8F89DE is #9999CC (or #99C).

RGB color model

#8F89DE color RGB value is (143,137,222).

  • red value is 143;
  • green value is 137;
  • blue value is 222.
RGB:
(143,137,222)
(56%,54%,87%)

RGB channels and saturation

R 143 of 255 = 56%
G 137 of 255 = 54%
B 222 of 255 = 87%

143
137
222

R + G + B ~ 66%. #8F89DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 137 + 222 = 502 (100%)
R 143 of 502 ~ 28.49%
G 137 of 502 ~ 27.29%
B 222 of 502 ~ 44.22%

%28.49
%27.29
%44.22

CMYK color model

#8F89DE color CMYK value is (36,38,0,13).

  • cyan value is 35.59%
  • magenta value is 38.29%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(36,38,0,13)
C36M38Y0K13 
(36%,38%,0%,13%)
(0.36/0.38/0.00/0.13)	

CMYK percentages

%35.59
%38.29
%0
%12.94

Codes

Color #8F89DE in popluar color models

8F89DE
RGB143137222
HSL244°56.29%70.39%
HSB/HSV244°38.29%87.06%
CMYK35.59%38.29%0.00%
12.94%

Color #8F89DE in popluar number systems.

HEX8F89DE
Decimal143137222
Binary100011111000100111011110
Octal217211336

Shades and tints

Shades of #8F89DE

#8F89DE
(143,137,222)
#827DCA
(130,125,202)
#7571B6
(117,113,182)
#6865A2
(104,101,162)
#5B598E
(91,89,142)
#4E4D7A
(78,77,122)
#414166
(65,65,102)
#343552
(52,53,82)
#27293E
(39,41,62)
#1A1D2A
(26,29,42)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #8F89DE

#8F89DE
(143,137,222)
#9993E1
(153,147,225)
#A39DE4
(163,157,228)
#ADA7E7
(173,167,231)
#B7B1EA
(183,177,234)
#C1BBED
(193,187,237)
#CBC5F0
(203,197,240)
#D5CFF3
(213,207,243)
#DFD9F6
(223,217,246)
#E9E3F9
(233,227,249)
#F3EDFC
(243,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F89DE color. Also use rgb(143,137,222) instead hex code.

Text Font Color

.myTextColor { color: #8F89DE; }

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

This text font color is #8F89DE.


Background Color

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

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

This div background color is #8F89DE.


Border color

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

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

This div border color is #8F89DE.


Opacity

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

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

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

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

This text has shadow with #8F89DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F89DE on black background.


Color preview on white background

This text has color #8F89DE on white background.



Black color preview on #8F89DE background

This text has black color on #8F89DE background.


White color preview on #8F89DE background

This text has white color on #8F89DE background.