COLOR #8374B4

HEX: #8374B4
RGB: (131,116,180)

Color info

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

RGB color model

#8374B4 color RGB value is (131,116,180).

  • red value is 131;
  • green value is 116;
  • blue value is 180.
RGB:
(131,116,180)
(51%,45%,71%)

RGB channels and saturation

R 131 of 255 = 51%
G 116 of 255 = 45%
B 180 of 255 = 71%

131
116
180

R + G + B ~ 56%. #8374B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 116 + 180 = 427 (100%)
R 131 of 427 ~ 30.68%
G 116 of 427 ~ 27.17%
B 180 of 427 ~ 42.15%

%30.68
%27.17
%42.15

CMYK color model

#8374B4 color CMYK value is (27,36,0,29).

  • cyan value is 27.22%
  • magenta value is 35.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(27,36,0,29)
C27M36Y0K29 
(27%,36%,0%,29%)
(0.27/0.36/0.00/0.29)	

CMYK percentages

%27.22
%35.56
%0
%29.41

Codes

Color #8374B4 in popluar color models

8374B4
RGB131116180
HSL254°29.91%58.04%
HSB/HSV254°35.56%70.59%
CMYK27.22%35.56%0.00%
29.41%

Color #8374B4 in popluar number systems.

HEX8374B4
Decimal131116180
Binary10000011111010010110100
Octal203164264

Shades and tints

Shades of #8374B4

#8374B4
(131,116,180)
#786AA4
(120,106,164)
#6D6094
(109,96,148)
#625684
(98,86,132)
#574C74
(87,76,116)
#4C4264
(76,66,100)
#413854
(65,56,84)
#362E44
(54,46,68)
#2B2434
(43,36,52)
#201A24
(32,26,36)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #8374B4

#8374B4
(131,116,180)
#8E80BA
(142,128,186)
#998CC0
(153,140,192)
#A498C6
(164,152,198)
#AFA4CC
(175,164,204)
#BAB0D2
(186,176,210)
#C5BCD8
(197,188,216)
#D0C8DE
(208,200,222)
#DBD4E4
(219,212,228)
#E6E0EA
(230,224,234)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8374B4 color. Also use rgb(131,116,180) instead hex code.

Text Font Color

.myTextColor { color: #8374B4; }

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

This text font color is #8374B4.


Background Color

.myBgColor { background-color: #8374B4; }

<div style="background-color:#8374B4">Inner text</div>

This div background color is #8374B4.


Border color

.myBorderColor { border: 1px solid #8374B4; }

<div style="border:3px solid #8374B4">Div</div>

This div border color is #8374B4.


Opacity

.myOpacity80 { color: #8374B4; opacity: 0.8; }

<p style="color:#8374B4;opacity:0.8;">80%</p>

Text with #8374B4 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 #8374B4;}

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

This text has shadow with #8374B4 color.

.textShadow {text-shadow: 3px 3px 1px #8374B4, 3px 3px 1px red;}

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

This text has shadow with #8374B4 primary color and red secondary color.


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

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

This text has shadow with #8374B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8374B4 on black background.


Color preview on white background

This text has color #8374B4 on white background.



Black color preview on #8374B4 background

This text has black color on #8374B4 background.


White color preview on #8374B4 background

This text has white color on #8374B4 background.