COLOR #8377CD

HEX: #8377CD
RGB: (131,119,205)

Color info

#8377CD contains mainly blue color. Web safe color of #8377CD is #9966CC (or #96C).

RGB color model

#8377CD color RGB value is (131,119,205).

  • red value is 131;
  • green value is 119;
  • blue value is 205.
RGB:
(131,119,205)
(51%,47%,80%)

RGB channels and saturation

R 131 of 255 = 51%
G 119 of 255 = 47%
B 205 of 255 = 80%

131
119
205

R + G + B ~ 59%. #8377CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 119 + 205 = 455 (100%)
R 131 of 455 ~ 28.79%
G 119 of 455 ~ 26.15%
B 205 of 455 ~ 45.05%

%28.79
%26.15
%45.05

CMYK color model

#8377CD color CMYK value is (36,42,0,20).

  • cyan value is 36.10%
  • magenta value is 41.95%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(36,42,0,20)
C36M42Y0K20 
(36%,42%,0%,20%)
(0.36/0.42/0.00/0.20)	

CMYK percentages

%36.1
%41.95
%0
%19.61

Codes

Color #8377CD in popluar color models

8377CD
RGB131119205
HSL248°46.24%63.53%
HSB/HSV248°41.95%80.39%
CMYK36.10%41.95%0.00%
19.61%

Color #8377CD in popluar number systems.

HEX8377CD
Decimal131119205
Binary10000011111011111001101
Octal203167315

Shades and tints

Shades of #8377CD

#8377CD
(131,119,205)
#786DBB
(120,109,187)
#6D63A9
(109,99,169)
#625997
(98,89,151)
#574F85
(87,79,133)
#4C4573
(76,69,115)
#413B61
(65,59,97)
#36314F
(54,49,79)
#2B273D
(43,39,61)
#201D2B
(32,29,43)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #8377CD

#8377CD
(131,119,205)
#8E83D1
(142,131,209)
#998FD5
(153,143,213)
#A49BD9
(164,155,217)
#AFA7DD
(175,167,221)
#BAB3E1
(186,179,225)
#C5BFE5
(197,191,229)
#D0CBE9
(208,203,233)
#DBD7ED
(219,215,237)
#E6E3F1
(230,227,241)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8377CD color. Also use rgb(131,119,205) instead hex code.

Text Font Color

.myTextColor { color: #8377CD; }

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

This text font color is #8377CD.


Background Color

.myBgColor { background-color: #8377CD; }

<div style="background-color:#8377CD">Inner text</div>

This div background color is #8377CD.


Border color

.myBorderColor { border: 1px solid #8377CD; }

<div style="border:3px solid #8377CD">Div</div>

This div border color is #8377CD.


Opacity

.myOpacity80 { color: #8377CD; opacity: 0.8; }

<p style="color:#8377CD;opacity:0.8;">80%</p>

Text with #8377CD 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 #8377CD;}

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

This text has shadow with #8377CD color.

.textShadow {text-shadow: 3px 3px 1px #8377CD, 3px 3px 1px red;}

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

This text has shadow with #8377CD primary color and red secondary color.


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

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

This text has shadow with #8377CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8377CD on black background.


Color preview on white background

This text has color #8377CD on white background.



Black color preview on #8377CD background

This text has black color on #8377CD background.


White color preview on #8377CD background

This text has white color on #8377CD background.