COLOR #8F9FE1

HEX: #8F9FE1
RGB: (143,159,225)

Color info

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

RGB color model

#8F9FE1 color RGB value is (143,159,225).

  • red value is 143;
  • green value is 159;
  • blue value is 225.
RGB:
(143,159,225)
(56%,62%,88%)

RGB channels and saturation

R 143 of 255 = 56%
G 159 of 255 = 62%
B 225 of 255 = 88%

143
159
225

R + G + B ~ 69%. #8F9FE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 159 + 225 = 527 (100%)
R 143 of 527 ~ 27.13%
G 159 of 527 ~ 30.17%
B 225 of 527 ~ 42.69%

%27.13
%30.17
%42.69

CMYK color model

#8F9FE1 color CMYK value is (36,29,0,12).

  • cyan value is 36.44%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(36,29,0,12)
C36M29Y0K12 
(36%,29%,0%,12%)
(0.36/0.29/0.00/0.12)	

CMYK percentages

%36.44
%29.33
%0
%11.76

Codes

Color #8F9FE1 in popluar color models

8F9FE1
RGB143159225
HSL228°57.75%72.16%
HSB/HSV228°36.44%88.24%
CMYK36.44%29.33%0.00%
11.76%

Color #8F9FE1 in popluar number systems.

HEX8F9FE1
Decimal143159225
Binary100011111001111111100001
Octal217237341

Shades and tints

Shades of #8F9FE1

#8F9FE1
(143,159,225)
#8291CD
(130,145,205)
#7583B9
(117,131,185)
#6875A5
(104,117,165)
#5B6791
(91,103,145)
#4E597D
(78,89,125)
#414B69
(65,75,105)
#343D55
(52,61,85)
#272F41
(39,47,65)
#1A212D
(26,33,45)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #8F9FE1

#8F9FE1
(143,159,225)
#99A7E3
(153,167,227)
#A3AFE5
(163,175,229)
#ADB7E7
(173,183,231)
#B7BFE9
(183,191,233)
#C1C7EB
(193,199,235)
#CBCFED
(203,207,237)
#D5D7EF
(213,215,239)
#DFDFF1
(223,223,241)
#E9E7F3
(233,231,243)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9FE1 color. Also use rgb(143,159,225) instead hex code.

Text Font Color

.myTextColor { color: #8F9FE1; }

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

This text font color is #8F9FE1.


Background Color

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

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

This div background color is #8F9FE1.


Border color

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

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

This div border color is #8F9FE1.


Opacity

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

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

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

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

This text has shadow with #8F9FE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9FE1 on black background.


Color preview on white background

This text has color #8F9FE1 on white background.



Black color preview on #8F9FE1 background

This text has black color on #8F9FE1 background.


White color preview on #8F9FE1 background

This text has white color on #8F9FE1 background.