COLOR #864A7E

HEX: #864A7E RGB: (134,74,126)

Color info

#864A7E contains mainly red and blue colors. Web safe color of #864A7E is #993366 (or #936).

RGB color model

#864A7E color RGB value is (134,74,126).

RGB: (134,74,126) (53%, 29%, 49%)

RGB channels and saturation

R 134 of 255 = 53%
G 74 of 255 = 29%
B 126 of 255 = 49%

134
74
126

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

Portions of RGB colors in percentages

R + G + B = 134 + 74 + 126 = 334 (100%)
R 134 of 334 ~ 40.12%
G 74 of 334 ~ 22.16%
B 126 of 334 ~ 37.72'%

%40.12
%22.16
%37.72

CMYK color model

#864A7E color CMYK value is (0,45,6,47).

  • cyan value is 0.00%
  • magenta value is 44.78%
  • yellow value is 5.97%
  • key color value is 47.45%

CMYK: (0,45,6,47)
C0M45Y6K47 (0%, 45%, 6%, 47%)
(0.00 / 0.45 / 0.06 / 0.47)

CMYK percentages

%0
%44.78
%5.97
%47.45

Codes

Color #864A7E in popluar color models

86 4A 7E
RGB 134 74 126
HSL 308° 28.85% 40.78%
HSB/HSV 308° 44.78% 52.55%
CMYK 0.00% 44.78% 5.97%
47.45%

Color #864A7E in popluar number systems.

HEX 86 4A 7E
Decimal 134 74 126
Binary 10000110 1001010 1111110
Octal 206 112 176

Shades and tints

Shades of #864A7E

#864A7E
(134,74,126)
#7A4473
(122,68,115)
#6E3E68
(110,62,104)
#62385D
(98,56,93)
#563252
(86,50,82)
#4A2C47
(74,44,71)
#3E263C
(62,38,60)
#322031
(50,32,49)
#261A26
(38,26,38)
#1A141B
(26,20,27)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #864A7E

#864A7E
(134,74,126)
#915A89
(145,90,137)
#9C6A94
(156,106,148)
#A77A9F
(167,122,159)
#B28AAA
(178,138,170)
#BD9AB5
(189,154,181)
#C8AAC0
(200,170,192)
#D3BACB
(211,186,203)
#DECAD6
(222,202,214)
#E9DAE1
(233,218,225)
#F4EAEC
(244,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #864A7E color. Also use rgb(134,74,126) instead hex code.

Text Font Color

.myTextColor { color: #864A7E; }

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

This text font color is #864A7E.

Background Color

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

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

This div background color is #864A7E.

Border color

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

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

This div border color is #864A7E.

Opacity

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

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

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

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

This text has shadow with #864A7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #864A7E.

Preview

Color preview on black background

This text has color #864A7E on black background.


Color preview on white background

This text has color #864A7E on white background.


Black color preview on #864A7E background

This text has black color on #864A7E background.


White color preview on #864A7E background

This text has white color on #864A7E background.


Related colors

Complementary color

Complementary color for #hex is #79B581.


I love getcolorcode.com

Triadic colors

1 #7E864A and #4A7E86 with #864A7E are triadic colors.

2 #7E4A86 and #4A867E with #864A7E are triadic colors.