COLOR #864AB4

HEX: #864AB4 RGB: (134,74,180)

Color info

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

RGB color model

#864AB4 color RGB value is (134,74,180).

RGB: (134,74,180) (53%, 29%, 71%)

RGB channels and saturation

R 134 of 255 = 53%
G 74 of 255 = 29%
B 180 of 255 = 71%

134
74
180

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

Portions of RGB colors in percentages

R + G + B = 134 + 74 + 180 = 388 (100%)
R 134 of 388 ~ 34.54%
G 74 of 388 ~ 19.07%
B 180 of 388 ~ 46.39'%

%34.54
%19.07
%46.39

CMYK color model

#864AB4 color CMYK value is (26,59,0,29).

  • cyan value is 25.56%
  • magenta value is 58.89%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (26,59,0,29)
C26M59Y0K29 (26%, 59%, 0%, 29%)
(0.26 / 0.59 / 0.00 / 0.29)

CMYK percentages

%25.56
%58.89
%0
%29.41

Codes

Color #864AB4 in popluar color models

86 4A B4
RGB 134 74 180
HSL 274° 41.73% 49.80%
HSB/HSV 274° 58.89% 70.59%
CMYK 25.56% 58.89% 0.00%
29.41%

Color #864AB4 in popluar number systems.

HEX 86 4A B4
Decimal 134 74 180
Binary 10000110 1001010 10110100
Octal 206 112 264

Shades and tints

Shades of #864AB4

#864AB4
(134,74,180)
#7A44A4
(122,68,164)
#6E3E94
(110,62,148)
#623884
(98,56,132)
#563274
(86,50,116)
#4A2C64
(74,44,100)
#3E2654
(62,38,84)
#322044
(50,32,68)
#261A34
(38,26,52)
#1A1424
(26,20,36)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #864AB4

#864AB4
(134,74,180)
#915ABA
(145,90,186)
#9C6AC0
(156,106,192)
#A77AC6
(167,122,198)
#B28ACC
(178,138,204)
#BD9AD2
(189,154,210)
#C8AAD8
(200,170,216)
#D3BADE
(211,186,222)
#DECAE4
(222,202,228)
#E9DAEA
(233,218,234)
#F4EAF0
(244,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #864AB4; }

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

This text font color is #864AB4.

Background Color

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

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

This div background color is #864AB4.

Border color

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

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

This div border color is #864AB4.

Opacity

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

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

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

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

This text has shadow with #864AB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #864AB4.

Preview

Color preview on black background

This text has color #864AB4 on black background.


Color preview on white background

This text has color #864AB4 on white background.


Black color preview on #864AB4 background

This text has black color on #864AB4 background.


White color preview on #864AB4 background

This text has white color on #864AB4 background.


Related colors

Complementary color

Complementary color for #hex is #79B54B.


I love getcolorcode.com

Triadic colors

1 #B4864A and #4AB486 with #864AB4 are triadic colors.

2 #B44A86 and #4A86B4 with #864AB4 are triadic colors.