COLOR #895CBA

HEX: #895CBA RGB: (137,92,186)

Color info

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

RGB color model

#895CBA color RGB value is (137,92,186).

RGB: (137,92,186) (54%, 36%, 73%)

RGB channels and saturation

R 137 of 255 = 54%
G 92 of 255 = 36%
B 186 of 255 = 73%

137
92
186

R + G + B ~ 54%. #895CBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 92 + 186 = 415 (100%)
R 137 of 415 ~ 33.01%
G 92 of 415 ~ 22.17%
B 186 of 415 ~ 44.82'%

%33.01
%22.17
%44.82

CMYK color model

#895CBA color CMYK value is (26,51,0,27).

  • cyan value is 26.34%
  • magenta value is 50.54%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (26,51,0,27) C26M51Y0K27 (26%,51%,0%,27%) (0.26/0.51/0.00/0.27) 

CMYK percentages

%26.34
%50.54
%0
%27.06

Codes

Color #895CBA in popluar color models

89 5C BA
RGB 137 92 186
HSL 269° 40.52% 54.51%
HSB/HSV 269° 50.54% 72.94%
CMYK 26.34% 50.54% 0.00%
27.06%

Color #895CBA in popluar number systems.

HEX 89 5C BA
Decimal 137 92 186
Binary 10001001 1011100 10111010
Octal 211 134 272

Shades and tints

Shades of #895CBA

#895CBA
(137,92,186)
#7D54AA
(125,84,170)
#714C9A
(113,76,154)
#65448A
(101,68,138)
#593C7A
(89,60,122)
#4D346A
(77,52,106)
#412C5A
(65,44,90)
#35244A
(53,36,74)
#291C3A
(41,28,58)
#1D142A
(29,20,42)
#110C1A
(17,12,26)
#000000
(0,0,0)

Tints of #895CBA

#895CBA
(137,92,186)
#936AC0
(147,106,192)
#9D78C6
(157,120,198)
#A786CC
(167,134,204)
#B194D2
(177,148,210)
#BBA2D8
(187,162,216)
#C5B0DE
(197,176,222)
#CFBEE4
(207,190,228)
#D9CCEA
(217,204,234)
#E3DAF0
(227,218,240)
#EDE8F6
(237,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895CBA color. Also use rgb(137,92,186) instead hex code.

Text Font Color

.myTextColor { color: #895CBA; }

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

This text font color is #895CBA.

Background Color

.myBgColor { background-color: #895CBA; }

<div style="background-color:#895CBA">Inner text</div>

This div background color is #895CBA.

Border color

.myBorderColor { border: 1px solid #895CBA; }

<div style="border:3px solid #895CBA">Div</div>

This div border color is #895CBA.

Opacity

.myOpacity80 { color: #895CBA; opacity: 0.8; }

<p style="color:#895CBA;opacity:0.8;">80%</p>

Text with #895CBA 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 #895CBA;}

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

This text has shadow with #895CBA color.


.textShadow {text-shadow: 3px 3px 1px #895CBA', 3px 3px 1px red;}

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

This text has shadow with #895CBA primary color and red secondary color.


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

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

This text has shadow with #895CBA and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #895CBA; -webkit-box-shadow: 1px 1px 3px 2px #895CBA; box-shadow:1px 1px 3px 2px #895CBA;">
Div content here
</div>

This div box has shadow with color #895CBA.

Preview

Color preview on black background

This text has color #895CBA on black background.


Color preview on white background

This text has color #895CBA on white background.


Black color preview on #895CBA background

This text has black color on #895CBA background.


White color preview on #895CBA background

This text has white color on #895CBA background.


Related colors

Complementary color

Complementary color for #hex is #76A345.


I love getcolorcode.com

Triadic colors

1 #BA895C and #5CBA89 with #895CBA are triadic colors.

2 #BA5C89 and #5C89BA with #895CBA are triadic colors.