COLOR #8973BE

HEX: #8973BE
RGB: (137,115,190)

Color info

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

RGB color model

#8973BE color RGB value is (137,115,190).

  • red value is 137;
  • green value is 115;
  • blue value is 190.
RGB:
(137,115,190)
(54%,45%,75%)

RGB channels and saturation

R 137 of 255 = 54%
G 115 of 255 = 45%
B 190 of 255 = 75%

137
115
190

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

Portions of RGB colors in percentages

R + G + B =
137 + 115 + 190 = 442 (100%)
R 137 of 442 ~ 31%
G 115 of 442 ~ 26.02%
B 190 of 442 ~ 42.99%

%31
%26.02
%42.99

CMYK color model

#8973BE color CMYK value is (28,39,0,25).

  • cyan value is 27.89%
  • magenta value is 39.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(28,39,0,25)
C28M39Y0K25 
(28%,39%,0%,25%)
(0.28/0.39/0.00/0.25)	

CMYK percentages

%27.89
%39.47
%0
%25.49

Codes

Color #8973BE in popluar color models

8973BE
RGB137115190
HSL258°36.59%59.80%
HSB/HSV258°39.47%74.51%
CMYK27.89%39.47%0.00%
25.49%

Color #8973BE in popluar number systems.

HEX8973BE
Decimal137115190
Binary10001001111001110111110
Octal211163276

Shades and tints

Shades of #8973BE

#8973BE
(137,115,190)
#7D69AD
(125,105,173)
#715F9C
(113,95,156)
#65558B
(101,85,139)
#594B7A
(89,75,122)
#4D4169
(77,65,105)
#413758
(65,55,88)
#352D47
(53,45,71)
#292336
(41,35,54)
#1D1925
(29,25,37)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #8973BE

#8973BE
(137,115,190)
#937FC3
(147,127,195)
#9D8BC8
(157,139,200)
#A797CD
(167,151,205)
#B1A3D2
(177,163,210)
#BBAFD7
(187,175,215)
#C5BBDC
(197,187,220)
#CFC7E1
(207,199,225)
#D9D3E6
(217,211,230)
#E3DFEB
(227,223,235)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8973BE color. Also use rgb(137,115,190) instead hex code.

Text Font Color

.myTextColor { color: #8973BE; }

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

This text font color is #8973BE.


Background Color

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

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

This div background color is #8973BE.


Border color

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

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

This div border color is #8973BE.


Opacity

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

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

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

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

This text has shadow with #8973BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8973BE on black background.


Color preview on white background

This text has color #8973BE on white background.



Black color preview on #8973BE background

This text has black color on #8973BE background.


White color preview on #8973BE background

This text has white color on #8973BE background.