COLOR #8F8CF9

HEX: #8F8CF9
RGB: (143,140,249)

Color info

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

RGB color model

#8F8CF9 color RGB value is (143,140,249).

  • red value is 143;
  • green value is 140;
  • blue value is 249.
RGB:
(143,140,249)
(56%,55%,98%)

RGB channels and saturation

R 143 of 255 = 56%
G 140 of 255 = 55%
B 249 of 255 = 98%

143
140
249

R + G + B ~ 70%. #8F8CF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 140 + 249 = 532 (100%)
R 143 of 532 ~ 26.88%
G 140 of 532 ~ 26.32%
B 249 of 532 ~ 46.8%

%26.88
%26.32
%46.8

CMYK color model

#8F8CF9 color CMYK value is (43,44,0,2).

  • cyan value is 42.57%
  • magenta value is 43.78%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(43,44,0,2)
C43M44Y0K2 
(43%,44%,0%,2%)
(0.43/0.44/0.00/0.02)	

CMYK percentages

%42.57
%43.78
%0
%2.35

Codes

Color #8F8CF9 in popluar color models

8F8CF9
RGB143140249
HSL242°90.08%76.27%
HSB/HSV242°43.78%97.65%
CMYK42.57%43.78%0.00%
2.35%

Color #8F8CF9 in popluar number systems.

HEX8F8CF9
Decimal143140249
Binary100011111000110011111001
Octal217214371

Shades and tints

Shades of #8F8CF9

#8F8CF9
(143,140,249)
#8280E3
(130,128,227)
#7574CD
(117,116,205)
#6868B7
(104,104,183)
#5B5CA1
(91,92,161)
#4E508B
(78,80,139)
#414475
(65,68,117)
#34385F
(52,56,95)
#272C49
(39,44,73)
#1A2033
(26,32,51)
#0D141D
(13,20,29)
#000000
(0,0,0)

Tints of #8F8CF9

#8F8CF9
(143,140,249)
#9996F9
(153,150,249)
#A3A0F9
(163,160,249)
#ADAAF9
(173,170,249)
#B7B4F9
(183,180,249)
#C1BEF9
(193,190,249)
#CBC8F9
(203,200,249)
#D5D2F9
(213,210,249)
#DFDCF9
(223,220,249)
#E9E6F9
(233,230,249)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8CF9 color. Also use rgb(143,140,249) instead hex code.

Text Font Color

.myTextColor { color: #8F8CF9; }

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

This text font color is #8F8CF9.


Background Color

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

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

This div background color is #8F8CF9.


Border color

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

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

This div border color is #8F8CF9.


Opacity

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

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

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

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

This text has shadow with #8F8CF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8CF9 on black background.


Color preview on white background

This text has color #8F8CF9 on white background.



Black color preview on #8F8CF9 background

This text has black color on #8F8CF9 background.


White color preview on #8F8CF9 background

This text has white color on #8F8CF9 background.