COLOR #867DBB

HEX: #867DBB RGB: (134,125,187)

Color info

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

RGB color model

#867DBB color RGB value is (134,125,187).

RGB: (134,125,187) (53%, 49%, 73%)

RGB channels and saturation

R 134 of 255 = 53%
G 125 of 255 = 49%
B 187 of 255 = 73%

134
125
187

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

Portions of RGB colors in percentages

R + G + B = 134 + 125 + 187 = 446 (100%)
R 134 of 446 ~ 30.04%
G 125 of 446 ~ 28.03%
B 187 of 446 ~ 41.93'%

%30.04
%28.03
%41.93

CMYK color model

#867DBB color CMYK value is (28,33,0,27).

  • cyan value is 28.34%
  • magenta value is 33.16%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (28,33,0,27)
C28M33Y0K27 (28%, 33%, 0%, 27%)
(0.28 / 0.33 / 0.00 / 0.27)

CMYK percentages

%28.34
%33.16
%0
%26.67

Codes

Color #867DBB in popluar color models

86 7D BB
RGB 134 125 187
HSL 249° 31.31% 61.18%
HSB/HSV 249° 33.16% 73.33%
CMYK 28.34% 33.16% 0.00%
26.67%

Color #867DBB in popluar number systems.

HEX 86 7D BB
Decimal 134 125 187
Binary 10000110 1111101 10111011
Octal 206 175 273

Shades and tints

Shades of #867DBB

#867DBB
(134,125,187)
#7A72AA
(122,114,170)
#6E6799
(110,103,153)
#625C88
(98,92,136)
#565177
(86,81,119)
#4A4666
(74,70,102)
#3E3B55
(62,59,85)
#323044
(50,48,68)
#262533
(38,37,51)
#1A1A22
(26,26,34)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #867DBB

#867DBB
(134,125,187)
#9188C1
(145,136,193)
#9C93C7
(156,147,199)
#A79ECD
(167,158,205)
#B2A9D3
(178,169,211)
#BDB4D9
(189,180,217)
#C8BFDF
(200,191,223)
#D3CAE5
(211,202,229)
#DED5EB
(222,213,235)
#E9E0F1
(233,224,241)
#F4EBF7
(244,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867DBB color. Also use rgb(134,125,187) instead hex code.

Text Font Color

.myTextColor { color: #867DBB; }

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

This text font color is #867DBB.

Background Color

.myBgColor { background-color: #867DBB; }

<div style="background-color:#867DBB">Inner text</div>

This div background color is #867DBB.

Border color

.myBorderColor { border: 1px solid #867DBB; }

<div style="border:3px solid #867DBB">Div</div>

This div border color is #867DBB.

Opacity

.myOpacity80 { color: #867DBB; opacity: 0.8; }

<p style="color:#867DBB;opacity:0.8;">80%</p>

Text with #867DBB 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 #867DBB;}

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

This text has shadow with #867DBB color.


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

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

This text has shadow with #867DBB primary color and red secondary color.


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

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

This text has shadow with #867DBB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #867DBB.

Preview

Color preview on black background

This text has color #867DBB on black background.


Color preview on white background

This text has color #867DBB on white background.


Black color preview on #867DBB background

This text has black color on #867DBB background.


White color preview on #867DBB background

This text has white color on #867DBB background.


Related colors

Complementary color

Complementary color for #hex is #798244.


I love getcolorcode.com

Triadic colors

1 #BB867D and #7DBB86 with #867DBB are triadic colors.

2 #BB7D86 and #7D86BB with #867DBB are triadic colors.