COLOR #896BCA

HEX: #896BCA
RGB: (137,107,202)

Color info

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

RGB color model

#896BCA color RGB value is (137,107,202).

  • red value is 137;
  • green value is 107;
  • blue value is 202.
RGB:
(137,107,202)
(54%,42%,79%)

RGB channels and saturation

R 137 of 255 = 54%
G 107 of 255 = 42%
B 202 of 255 = 79%

137
107
202

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

Portions of RGB colors in percentages

R + G + B =
137 + 107 + 202 = 446 (100%)
R 137 of 446 ~ 30.72%
G 107 of 446 ~ 23.99%
B 202 of 446 ~ 45.29%

%30.72
%23.99
%45.29

CMYK color model

#896BCA color CMYK value is (32,47,0,21).

  • cyan value is 32.18%
  • magenta value is 47.03%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(32,47,0,21)
C32M47Y0K21 
(32%,47%,0%,21%)
(0.32/0.47/0.00/0.21)	

CMYK percentages

%32.18
%47.03
%0
%20.78

Codes

Color #896BCA in popluar color models

896BCA
RGB137107202
HSL259°47.26%60.59%
HSB/HSV259°47.03%79.22%
CMYK32.18%47.03%0.00%
20.78%

Color #896BCA in popluar number systems.

HEX896BCA
Decimal137107202
Binary10001001110101111001010
Octal211153312

Shades and tints

Shades of #896BCA

#896BCA
(137,107,202)
#7D62B8
(125,98,184)
#7159A6
(113,89,166)
#655094
(101,80,148)
#594782
(89,71,130)
#4D3E70
(77,62,112)
#41355E
(65,53,94)
#352C4C
(53,44,76)
#29233A
(41,35,58)
#1D1A28
(29,26,40)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #896BCA

#896BCA
(137,107,202)
#9378CE
(147,120,206)
#9D85D2
(157,133,210)
#A792D6
(167,146,214)
#B19FDA
(177,159,218)
#BBACDE
(187,172,222)
#C5B9E2
(197,185,226)
#CFC6E6
(207,198,230)
#D9D3EA
(217,211,234)
#E3E0EE
(227,224,238)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896BCA color. Also use rgb(137,107,202) instead hex code.

Text Font Color

.myTextColor { color: #896BCA; }

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

This text font color is #896BCA.


Background Color

.myBgColor { background-color: #896BCA; }

<div style="background-color:#896BCA">Inner text</div>

This div background color is #896BCA.


Border color

.myBorderColor { border: 1px solid #896BCA; }

<div style="border:3px solid #896BCA">Div</div>

This div border color is #896BCA.


Opacity

.myOpacity80 { color: #896BCA; opacity: 0.8; }

<p style="color:#896BCA;opacity:0.8;">80%</p>

Text with #896BCA 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 #896BCA;}

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

This text has shadow with #896BCA color.

.textShadow {text-shadow: 3px 3px 1px #896BCA, 3px 3px 1px red;}

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

This text has shadow with #896BCA primary color and red secondary color.


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

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

This text has shadow with #896BCA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896BCA on black background.


Color preview on white background

This text has color #896BCA on white background.



Black color preview on #896BCA background

This text has black color on #896BCA background.


White color preview on #896BCA background

This text has white color on #896BCA background.