COLOR #846BB4

HEX: #846BB4 RGB: (132,107,180)

Color info

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

RGB color model

#846BB4 color RGB value is (132,107,180).

RGB: (132,107,180) (52%, 42%, 71%)

RGB channels and saturation

R 132 of 255 = 52%
G 107 of 255 = 42%
B 180 of 255 = 71%

132
107
180

R + G + B ~ 55%. #846BB4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 107 + 180 = 419 (100%)
R 132 of 419 ~ 31.5%
G 107 of 419 ~ 25.54%
B 180 of 419 ~ 42.96'%

%31.5
%25.54
%42.96

CMYK color model

#846BB4 color CMYK value is (27,41,0,29).

  • cyan value is 26.67%
  • magenta value is 40.56%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (27,41,0,29)
C27M41Y0K29 (27%, 41%, 0%, 29%)
(0.27 / 0.41 / 0.00 / 0.29)

CMYK percentages

%26.67
%40.56
%0
%29.41

Codes

Color #846BB4 in popluar color models

84 6B B4
RGB 132 107 180
HSL 261° 32.74% 56.27%
HSB/HSV 261° 40.56% 70.59%
CMYK 26.67% 40.56% 0.00%
29.41%

Color #846BB4 in popluar number systems.

HEX 84 6B B4
Decimal 132 107 180
Binary 10000100 1101011 10110100
Octal 204 153 264

Shades and tints

Shades of #846BB4

#846BB4
(132,107,180)
#7862A4
(120,98,164)
#6C5994
(108,89,148)
#605084
(96,80,132)
#544774
(84,71,116)
#483E64
(72,62,100)
#3C3554
(60,53,84)
#302C44
(48,44,68)
#242334
(36,35,52)
#181A24
(24,26,36)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #846BB4

#846BB4
(132,107,180)
#8F78BA
(143,120,186)
#9A85C0
(154,133,192)
#A592C6
(165,146,198)
#B09FCC
(176,159,204)
#BBACD2
(187,172,210)
#C6B9D8
(198,185,216)
#D1C6DE
(209,198,222)
#DCD3E4
(220,211,228)
#E7E0EA
(231,224,234)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846BB4 color. Also use rgb(132,107,180) instead hex code.

Text Font Color

.myTextColor { color: #846BB4; }

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

This text font color is #846BB4.

Background Color

.myBgColor { background-color: #846BB4; }

<div style="background-color:#846BB4">Inner text</div>

This div background color is #846BB4.

Border color

.myBorderColor { border: 1px solid #846BB4; }

<div style="border:3px solid #846BB4">Div</div>

This div border color is #846BB4.

Opacity

.myOpacity80 { color: #846BB4; opacity: 0.8; }

<p style="color:#846BB4;opacity:0.8;">80%</p>

Text with #846BB4 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 #846BB4;}

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

This text has shadow with #846BB4 color.


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

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

This text has shadow with #846BB4 primary color and red secondary color.


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

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

This text has shadow with #846BB4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #846BB4.

Preview

Color preview on black background

This text has color #846BB4 on black background.


Color preview on white background

This text has color #846BB4 on white background.


Black color preview on #846BB4 background

This text has black color on #846BB4 background.


White color preview on #846BB4 background

This text has white color on #846BB4 background.


Related colors

Complementary color

Complementary color for #hex is #7B944B.


I love getcolorcode.com

Triadic colors

1 #B4846B and #6BB484 with #846BB4 are triadic colors.

2 #B46B84 and #6B84B4 with #846BB4 are triadic colors.