COLOR #8375BE

HEX: #8375BE
RGB: (131,117,190)

Color info

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

RGB color model

#8375BE color RGB value is (131,117,190).

  • red value is 131;
  • green value is 117;
  • blue value is 190.
RGB:
(131,117,190)
(51%,46%,75%)

RGB channels and saturation

R 131 of 255 = 51%
G 117 of 255 = 46%
B 190 of 255 = 75%

131
117
190

R + G + B ~ 57%. #8375BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 117 + 190 = 438 (100%)
R 131 of 438 ~ 29.91%
G 117 of 438 ~ 26.71%
B 190 of 438 ~ 43.38%

%29.91
%26.71
%43.38

CMYK color model

#8375BE color CMYK value is (31,38,0,25).

  • cyan value is 31.05%
  • magenta value is 38.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(31,38,0,25)
C31M38Y0K25 
(31%,38%,0%,25%)
(0.31/0.38/0.00/0.25)	

CMYK percentages

%31.05
%38.42
%0
%25.49

Codes

Color #8375BE in popluar color models

8375BE
RGB131117190
HSL252°35.96%60.20%
HSB/HSV252°38.42%74.51%
CMYK31.05%38.42%0.00%
25.49%

Color #8375BE in popluar number systems.

HEX8375BE
Decimal131117190
Binary10000011111010110111110
Octal203165276

Shades and tints

Shades of #8375BE

#8375BE
(131,117,190)
#786BAD
(120,107,173)
#6D619C
(109,97,156)
#62578B
(98,87,139)
#574D7A
(87,77,122)
#4C4369
(76,67,105)
#413958
(65,57,88)
#362F47
(54,47,71)
#2B2536
(43,37,54)
#201B25
(32,27,37)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #8375BE

#8375BE
(131,117,190)
#8E81C3
(142,129,195)
#998DC8
(153,141,200)
#A499CD
(164,153,205)
#AFA5D2
(175,165,210)
#BAB1D7
(186,177,215)
#C5BDDC
(197,189,220)
#D0C9E1
(208,201,225)
#DBD5E6
(219,213,230)
#E6E1EB
(230,225,235)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8375BE color. Also use rgb(131,117,190) instead hex code.

Text Font Color

.myTextColor { color: #8375BE; }

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

This text font color is #8375BE.


Background Color

.myBgColor { background-color: #8375BE; }

<div style="background-color:#8375BE">Inner text</div>

This div background color is #8375BE.


Border color

.myBorderColor { border: 1px solid #8375BE; }

<div style="border:3px solid #8375BE">Div</div>

This div border color is #8375BE.


Opacity

.myOpacity80 { color: #8375BE; opacity: 0.8; }

<p style="color:#8375BE;opacity:0.8;">80%</p>

Text with #8375BE 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 #8375BE;}

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

This text has shadow with #8375BE color.

.textShadow {text-shadow: 3px 3px 1px #8375BE, 3px 3px 1px red;}

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

This text has shadow with #8375BE primary color and red secondary color.


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

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

This text has shadow with #8375BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8375BE on black background.


Color preview on white background

This text has color #8375BE on white background.



Black color preview on #8375BE background

This text has black color on #8375BE background.


White color preview on #8375BE background

This text has white color on #8375BE background.