COLOR #8384B7

HEX: #8384B7
RGB: (131,132,183)

Color info

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

RGB color model

#8384B7 color RGB value is (131,132,183).

  • red value is 131;
  • green value is 132;
  • blue value is 183.
RGB:
(131,132,183)
(51%,52%,72%)

RGB channels and saturation

R 131 of 255 = 51%
G 132 of 255 = 52%
B 183 of 255 = 72%

131
132
183

R + G + B ~ 58%. #8384B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 132 + 183 = 446 (100%)
R 131 of 446 ~ 29.37%
G 132 of 446 ~ 29.6%
B 183 of 446 ~ 41.03%

%29.37
%29.6
%41.03

CMYK color model

#8384B7 color CMYK value is (28,28,0,28).

  • cyan value is 28.42%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(28,28,0,28)
C28M28Y0K28 
(28%,28%,0%,28%)
(0.28/0.28/0.00/0.28)	

CMYK percentages

%28.42
%27.87
%0
%28.24

Codes

Color #8384B7 in popluar color models

8384B7
RGB131132183
HSL239°26.53%61.57%
HSB/HSV239°28.42%71.76%
CMYK28.42%27.87%0.00%
28.24%

Color #8384B7 in popluar number systems.

HEX8384B7
Decimal131132183
Binary100000111000010010110111
Octal203204267

Shades and tints

Shades of #8384B7

#8384B7
(131,132,183)
#7878A7
(120,120,167)
#6D6C97
(109,108,151)
#626087
(98,96,135)
#575477
(87,84,119)
#4C4867
(76,72,103)
#413C57
(65,60,87)
#363047
(54,48,71)
#2B2437
(43,36,55)
#201827
(32,24,39)
#150C17
(21,12,23)
#000000
(0,0,0)

Tints of #8384B7

#8384B7
(131,132,183)
#8E8FBD
(142,143,189)
#999AC3
(153,154,195)
#A4A5C9
(164,165,201)
#AFB0CF
(175,176,207)
#BABBD5
(186,187,213)
#C5C6DB
(197,198,219)
#D0D1E1
(208,209,225)
#DBDCE7
(219,220,231)
#E6E7ED
(230,231,237)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8384B7 color. Also use rgb(131,132,183) instead hex code.

Text Font Color

.myTextColor { color: #8384B7; }

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

This text font color is #8384B7.


Background Color

.myBgColor { background-color: #8384B7; }

<div style="background-color:#8384B7">Inner text</div>

This div background color is #8384B7.


Border color

.myBorderColor { border: 1px solid #8384B7; }

<div style="border:3px solid #8384B7">Div</div>

This div border color is #8384B7.


Opacity

.myOpacity80 { color: #8384B7; opacity: 0.8; }

<p style="color:#8384B7;opacity:0.8;">80%</p>

Text with #8384B7 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 #8384B7;}

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

This text has shadow with #8384B7 color.

.textShadow {text-shadow: 3px 3px 1px #8384B7, 3px 3px 1px red;}

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

This text has shadow with #8384B7 primary color and red secondary color.


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

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

This text has shadow with #8384B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8384B7 on black background.


Color preview on white background

This text has color #8384B7 on white background.



Black color preview on #8384B7 background

This text has black color on #8384B7 background.


White color preview on #8384B7 background

This text has white color on #8384B7 background.