COLOR #8F84CC

HEX: #8F84CC RGB: (143,132,204)

Color info

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

RGB color model

#8F84CC color RGB value is (143,132,204).

RGB: (143,132,204) (56%, 52%, 80%)

RGB channels and saturation

R 143 of 255 = 56%
G 132 of 255 = 52%
B 204 of 255 = 80%

143
132
204

R + G + B ~ 63%. #8F84CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 132 + 204 = 479 (100%)
R 143 of 479 ~ 29.85%
G 132 of 479 ~ 27.56%
B 204 of 479 ~ 42.59'%

%29.85
%27.56
%42.59

CMYK color model

#8F84CC color CMYK value is (30,35,0,20).

  • cyan value is 29.90%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (30,35,0,20)
C30M35Y0K20 (30%, 35%, 0%, 20%)
(0.30 / 0.35 / 0.00 / 0.20)

CMYK percentages

%29.9
%35.29
%0
%20

Codes

Color #8F84CC in popluar color models

8F 84 CC
RGB 143 132 204
HSL 249° 41.38% 65.88%
HSB/HSV 249° 35.29% 80.00%
CMYK 29.90% 35.29% 0.00%
20.00%

Color #8F84CC in popluar number systems.

HEX 8F 84 CC
Decimal 143 132 204
Binary 10001111 10000100 11001100
Octal 217 204 314

Shades and tints

Shades of #8F84CC

#8F84CC
(143,132,204)
#8278BA
(130,120,186)
#756CA8
(117,108,168)
#686096
(104,96,150)
#5B5484
(91,84,132)
#4E4872
(78,72,114)
#413C60
(65,60,96)
#34304E
(52,48,78)
#27243C
(39,36,60)
#1A182A
(26,24,42)
#0D0C18
(13,12,24)
#000000
(0,0,0)

Tints of #8F84CC

#8F84CC
(143,132,204)
#998FD0
(153,143,208)
#A39AD4
(163,154,212)
#ADA5D8
(173,165,216)
#B7B0DC
(183,176,220)
#C1BBE0
(193,187,224)
#CBC6E4
(203,198,228)
#D5D1E8
(213,209,232)
#DFDCEC
(223,220,236)
#E9E7F0
(233,231,240)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F84CC color. Also use rgb(143,132,204) instead hex code.

Text Font Color

.myTextColor { color: #8F84CC; }

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

This text font color is #8F84CC.

Background Color

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

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

This div background color is #8F84CC.

Border color

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

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

This div border color is #8F84CC.

Opacity

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

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

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

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

This text has shadow with #8F84CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F84CC.

Preview

Color preview on black background

This text has color #8F84CC on black background.


Color preview on white background

This text has color #8F84CC on white background.


Black color preview on #8F84CC background

This text has black color on #8F84CC background.


White color preview on #8F84CC background

This text has white color on #8F84CC background.


Related colors

Complementary color

Complementary color for #hex is #707B33.


I love getcolorcode.com

Triadic colors

1 #CC8F84 and #84CC8F with #8F84CC are triadic colors.

2 #CC848F and #848FCC with #8F84CC are triadic colors.