COLOR #8F85BE

HEX: #8F85BE
RGB: (143,133,190)

Color info

#8F85BE contains red, green and blue colors in about the same proportion. Web safe color of #8F85BE is #9999CC (or #99C).

RGB color model

#8F85BE color RGB value is (143,133,190).

  • red value is 143;
  • green value is 133;
  • blue value is 190.
RGB:
(143,133,190)
(56%,52%,75%)

RGB channels and saturation

R 143 of 255 = 56%
G 133 of 255 = 52%
B 190 of 255 = 75%

143
133
190

R + G + B ~ 61%. #8F85BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 133 + 190 = 466 (100%)
R 143 of 466 ~ 30.69%
G 133 of 466 ~ 28.54%
B 190 of 466 ~ 40.77%

%30.69
%28.54
%40.77

CMYK color model

#8F85BE color CMYK value is (25,30,0,25).

  • cyan value is 24.74%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(25,30,0,25)
C25M30Y0K25 
(25%,30%,0%,25%)
(0.25/0.30/0.00/0.25)	

CMYK percentages

%24.74
%30
%0
%25.49

Codes

Color #8F85BE in popluar color models

8F85BE
RGB143133190
HSL251°30.48%63.33%
HSB/HSV251°30.00%74.51%
CMYK24.74%30.00%0.00%
25.49%

Color #8F85BE in popluar number systems.

HEX8F85BE
Decimal143133190
Binary100011111000010110111110
Octal217205276

Shades and tints

Shades of #8F85BE

#8F85BE
(143,133,190)
#8279AD
(130,121,173)
#756D9C
(117,109,156)
#68618B
(104,97,139)
#5B557A
(91,85,122)
#4E4969
(78,73,105)
#413D58
(65,61,88)
#343147
(52,49,71)
#272536
(39,37,54)
#1A1925
(26,25,37)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #8F85BE

#8F85BE
(143,133,190)
#9990C3
(153,144,195)
#A39BC8
(163,155,200)
#ADA6CD
(173,166,205)
#B7B1D2
(183,177,210)
#C1BCD7
(193,188,215)
#CBC7DC
(203,199,220)
#D5D2E1
(213,210,225)
#DFDDE6
(223,221,230)
#E9E8EB
(233,232,235)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F85BE color. Also use rgb(143,133,190) instead hex code.

Text Font Color

.myTextColor { color: #8F85BE; }

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

This text font color is #8F85BE.


Background Color

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

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

This div background color is #8F85BE.


Border color

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

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

This div border color is #8F85BE.


Opacity

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

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

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

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

This text has shadow with #8F85BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F85BE on black background.


Color preview on white background

This text has color #8F85BE on white background.



Black color preview on #8F85BE background

This text has black color on #8F85BE background.


White color preview on #8F85BE background

This text has white color on #8F85BE background.