COLOR #867ABE

HEX: #867ABE
RGB: (134,122,190)

Color info

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

RGB color model

#867ABE color RGB value is (134,122,190).

  • red value is 134;
  • green value is 122;
  • blue value is 190.
RGB:
(134,122,190)
(53%,48%,75%)

RGB channels and saturation

R 134 of 255 = 53%
G 122 of 255 = 48%
B 190 of 255 = 75%

134
122
190

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

Portions of RGB colors in percentages

R + G + B =
134 + 122 + 190 = 446 (100%)
R 134 of 446 ~ 30.04%
G 122 of 446 ~ 27.35%
B 190 of 446 ~ 42.6%

%30.04
%27.35
%42.6

CMYK color model

#867ABE color CMYK value is (29,36,0,25).

  • cyan value is 29.47%
  • magenta value is 35.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(29,36,0,25)
C29M36Y0K25 
(29%,36%,0%,25%)
(0.29/0.36/0.00/0.25)	

CMYK percentages

%29.47
%35.79
%0
%25.49

Codes

Color #867ABE in popluar color models

867ABE
RGB134122190
HSL251°34.34%61.18%
HSB/HSV251°35.79%74.51%
CMYK29.47%35.79%0.00%
25.49%

Color #867ABE in popluar number systems.

HEX867ABE
Decimal134122190
Binary10000110111101010111110
Octal206172276

Shades and tints

Shades of #867ABE

#867ABE
(134,122,190)
#7A6FAD
(122,111,173)
#6E649C
(110,100,156)
#62598B
(98,89,139)
#564E7A
(86,78,122)
#4A4369
(74,67,105)
#3E3858
(62,56,88)
#322D47
(50,45,71)
#262236
(38,34,54)
#1A1725
(26,23,37)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #867ABE

#867ABE
(134,122,190)
#9186C3
(145,134,195)
#9C92C8
(156,146,200)
#A79ECD
(167,158,205)
#B2AAD2
(178,170,210)
#BDB6D7
(189,182,215)
#C8C2DC
(200,194,220)
#D3CEE1
(211,206,225)
#DEDAE6
(222,218,230)
#E9E6EB
(233,230,235)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867ABE color. Also use rgb(134,122,190) instead hex code.

Text Font Color

.myTextColor { color: #867ABE; }

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

This text font color is #867ABE.


Background Color

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

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

This div background color is #867ABE.


Border color

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

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

This div border color is #867ABE.


Opacity

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

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

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

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

This text has shadow with #867ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867ABE on black background.


Color preview on white background

This text has color #867ABE on white background.



Black color preview on #867ABE background

This text has black color on #867ABE background.


White color preview on #867ABE background

This text has white color on #867ABE background.