COLOR #8F89E8

HEX: #8F89E8
RGB: (143,137,232)

Color info

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

RGB color model

#8F89E8 color RGB value is (143,137,232).

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

RGB channels and saturation

R 143 of 255 = 56%
G 137 of 255 = 54%
B 232 of 255 = 91%

143
137
232

R + G + B ~ 67%. #8F89E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 137 + 232 = 512 (100%)
R 143 of 512 ~ 27.93%
G 137 of 512 ~ 26.76%
B 232 of 512 ~ 45.31%

%27.93
%26.76
%45.31

CMYK color model

#8F89E8 color CMYK value is (38,41,0,9).

  • cyan value is 38.36%
  • magenta value is 40.95%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(38,41,0,9)
C38M41Y0K9 
(38%,41%,0%,9%)
(0.38/0.41/0.00/0.09)	

CMYK percentages

%38.36
%40.95
%0
%9.02

Codes

Color #8F89E8 in popluar color models

8F89E8
RGB143137232
HSL244°67.38%72.35%
HSB/HSV244°40.95%90.98%
CMYK38.36%40.95%0.00%
9.02%

Color #8F89E8 in popluar number systems.

HEX8F89E8
Decimal143137232
Binary100011111000100111101000
Octal217211350

Shades and tints

Shades of #8F89E8

#8F89E8
(143,137,232)
#827DD3
(130,125,211)
#7571BE
(117,113,190)
#6865A9
(104,101,169)
#5B5994
(91,89,148)
#4E4D7F
(78,77,127)
#41416A
(65,65,106)
#343555
(52,53,85)
#272940
(39,41,64)
#1A1D2B
(26,29,43)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #8F89E8

#8F89E8
(143,137,232)
#9993EA
(153,147,234)
#A39DEC
(163,157,236)
#ADA7EE
(173,167,238)
#B7B1F0
(183,177,240)
#C1BBF2
(193,187,242)
#CBC5F4
(203,197,244)
#D5CFF6
(213,207,246)
#DFD9F8
(223,217,248)
#E9E3FA
(233,227,250)
#F3EDFC
(243,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F89E8; }

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

This text font color is #8F89E8.


Background Color

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

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

This div background color is #8F89E8.


Border color

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

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

This div border color is #8F89E8.


Opacity

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

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

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

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

This text has shadow with #8F89E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F89E8 on black background.


Color preview on white background

This text has color #8F89E8 on white background.



Black color preview on #8F89E8 background

This text has black color on #8F89E8 background.


White color preview on #8F89E8 background

This text has white color on #8F89E8 background.