COLOR #8F79C6

HEX: #8F79C6
RGB: (143,121,198)

Color info

#8F79C6 contains mainly red and blue colors. Web safe color of #8F79C6 is #9966CC (or #96C).

RGB color model

#8F79C6 color RGB value is (143,121,198).

  • red value is 143;
  • green value is 121;
  • blue value is 198.
RGB:
(143,121,198)
(56%,47%,78%)

RGB channels and saturation

R 143 of 255 = 56%
G 121 of 255 = 47%
B 198 of 255 = 78%

143
121
198

R + G + B ~ 60%. #8F79C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 121 + 198 = 462 (100%)
R 143 of 462 ~ 30.95%
G 121 of 462 ~ 26.19%
B 198 of 462 ~ 42.86%

%30.95
%26.19
%42.86

CMYK color model

#8F79C6 color CMYK value is (28,39,0,22).

  • cyan value is 27.78%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(28,39,0,22)
C28M39Y0K22 
(28%,39%,0%,22%)
(0.28/0.39/0.00/0.22)	

CMYK percentages

%27.78
%38.89
%0
%22.35

Codes

Color #8F79C6 in popluar color models

8F79C6
RGB143121198
HSL257°40.31%62.55%
HSB/HSV257°38.89%77.65%
CMYK27.78%38.89%0.00%
22.35%

Color #8F79C6 in popluar number systems.

HEX8F79C6
Decimal143121198
Binary10001111111100111000110
Octal217171306

Shades and tints

Shades of #8F79C6

#8F79C6
(143,121,198)
#826EB4
(130,110,180)
#7563A2
(117,99,162)
#685890
(104,88,144)
#5B4D7E
(91,77,126)
#4E426C
(78,66,108)
#41375A
(65,55,90)
#342C48
(52,44,72)
#272136
(39,33,54)
#1A1624
(26,22,36)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #8F79C6

#8F79C6
(143,121,198)
#9985CB
(153,133,203)
#A391D0
(163,145,208)
#AD9DD5
(173,157,213)
#B7A9DA
(183,169,218)
#C1B5DF
(193,181,223)
#CBC1E4
(203,193,228)
#D5CDE9
(213,205,233)
#DFD9EE
(223,217,238)
#E9E5F3
(233,229,243)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F79C6 color. Also use rgb(143,121,198) instead hex code.

Text Font Color

.myTextColor { color: #8F79C6; }

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

This text font color is #8F79C6.


Background Color

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

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

This div background color is #8F79C6.


Border color

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

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

This div border color is #8F79C6.


Opacity

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

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

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

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

This text has shadow with #8F79C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F79C6 on black background.


Color preview on white background

This text has color #8F79C6 on white background.



Black color preview on #8F79C6 background

This text has black color on #8F79C6 background.


White color preview on #8F79C6 background

This text has white color on #8F79C6 background.