COLOR #864DB9

HEX: #864DB9
RGB: (134,77,185)

Color info

#864DB9 contains mainly red and blue colors. Web safe color of #864DB9 is #9933CC (or #93C).

RGB color model

#864DB9 color RGB value is (134,77,185).

  • red value is 134;
  • green value is 77;
  • blue value is 185.
RGB:
(134,77,185)
(53%,30%,73%)

RGB channels and saturation

R 134 of 255 = 53%
G 77 of 255 = 30%
B 185 of 255 = 73%

134
77
185

R + G + B ~ 52%. #864DB9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 77 + 185 = 396 (100%)
R 134 of 396 ~ 33.84%
G 77 of 396 ~ 19.44%
B 185 of 396 ~ 46.72%

%33.84
%19.44
%46.72

CMYK color model

#864DB9 color CMYK value is (28,58,0,27).

  • cyan value is 27.57%
  • magenta value is 58.38%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(28,58,0,27)
C28M58Y0K27 
(28%,58%,0%,27%)
(0.28/0.58/0.00/0.27)	

CMYK percentages

%27.57
%58.38
%0
%27.45

Codes

Color #864DB9 in popluar color models

864DB9
RGB13477185
HSL272°43.55%51.37%
HSB/HSV272°58.38%72.55%
CMYK27.57%58.38%0.00%
27.45%

Color #864DB9 in popluar number systems.

HEX864DB9
Decimal13477185
Binary10000110100110110111001
Octal206115271

Shades and tints

Shades of #864DB9

#864DB9
(134,77,185)
#7A46A9
(122,70,169)
#6E3F99
(110,63,153)
#623889
(98,56,137)
#563179
(86,49,121)
#4A2A69
(74,42,105)
#3E2359
(62,35,89)
#321C49
(50,28,73)
#261539
(38,21,57)
#1A0E29
(26,14,41)
#0E0719
(14,7,25)
#000000
(0,0,0)

Tints of #864DB9

#864DB9
(134,77,185)
#915DBF
(145,93,191)
#9C6DC5
(156,109,197)
#A77DCB
(167,125,203)
#B28DD1
(178,141,209)
#BD9DD7
(189,157,215)
#C8ADDD
(200,173,221)
#D3BDE3
(211,189,227)
#DECDE9
(222,205,233)
#E9DDEF
(233,221,239)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864DB9 color. Also use rgb(134,77,185) instead hex code.

Text Font Color

.myTextColor { color: #864DB9; }

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

This text font color is #864DB9.


Background Color

.myBgColor { background-color: #864DB9; }

<div style="background-color:#864DB9">Inner text</div>

This div background color is #864DB9.


Border color

.myBorderColor { border: 1px solid #864DB9; }

<div style="border:3px solid #864DB9">Div</div>

This div border color is #864DB9.


Opacity

.myOpacity80 { color: #864DB9; opacity: 0.8; }

<p style="color:#864DB9;opacity:0.8;">80%</p>

Text with #864DB9 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 #864DB9;}

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

This text has shadow with #864DB9 color.

.textShadow {text-shadow: 3px 3px 1px #864DB9, 3px 3px 1px red;}

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

This text has shadow with #864DB9 primary color and red secondary color.


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

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

This text has shadow with #864DB9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #864DB9 on black background.


Color preview on white background

This text has color #864DB9 on white background.



Black color preview on #864DB9 background

This text has black color on #864DB9 background.


White color preview on #864DB9 background

This text has white color on #864DB9 background.