COLOR #867EF6

HEX: #867EF6
RGB: (134,126,246)

Color info

#867EF6 contains mainly blue color. Web safe color of #867EF6 is #9966FF (or #96F).

RGB color model

#867EF6 color RGB value is (134,126,246).

  • red value is 134;
  • green value is 126;
  • blue value is 246.
RGB:
(134,126,246)
(53%,49%,96%)

RGB channels and saturation

R 134 of 255 = 53%
G 126 of 255 = 49%
B 246 of 255 = 96%

134
126
246

R + G + B ~ 66%. #867EF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 126 + 246 = 506 (100%)
R 134 of 506 ~ 26.48%
G 126 of 506 ~ 24.9%
B 246 of 506 ~ 48.62%

%26.48
%24.9
%48.62

CMYK color model

#867EF6 color CMYK value is (46,49,0,4).

  • cyan value is 45.53%
  • magenta value is 48.78%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(46,49,0,4)
C46M49Y0K4 
(46%,49%,0%,4%)
(0.46/0.49/0.00/0.04)	

CMYK percentages

%45.53
%48.78
%0
%3.53

Codes

Color #867EF6 in popluar color models

867EF6
RGB134126246
HSL244°86.96%72.94%
HSB/HSV244°48.78%96.47%
CMYK45.53%48.78%0.00%
3.53%

Color #867EF6 in popluar number systems.

HEX867EF6
Decimal134126246
Binary10000110111111011110110
Octal206176366

Shades and tints

Shades of #867EF6

#867EF6
(134,126,246)
#7A73E0
(122,115,224)
#6E68CA
(110,104,202)
#625DB4
(98,93,180)
#56529E
(86,82,158)
#4A4788
(74,71,136)
#3E3C72
(62,60,114)
#32315C
(50,49,92)
#262646
(38,38,70)
#1A1B30
(26,27,48)
#0E101A
(14,16,26)
#000000
(0,0,0)

Tints of #867EF6

#867EF6
(134,126,246)
#9189F6
(145,137,246)
#9C94F6
(156,148,246)
#A79FF6
(167,159,246)
#B2AAF6
(178,170,246)
#BDB5F6
(189,181,246)
#C8C0F6
(200,192,246)
#D3CBF6
(211,203,246)
#DED6F6
(222,214,246)
#E9E1F6
(233,225,246)
#F4ECF6
(244,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867EF6 color. Also use rgb(134,126,246) instead hex code.

Text Font Color

.myTextColor { color: #867EF6; }

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

This text font color is #867EF6.


Background Color

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

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

This div background color is #867EF6.


Border color

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

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

This div border color is #867EF6.


Opacity

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

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

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

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

This text has shadow with #867EF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #867EF6 on black background.


Color preview on white background

This text has color #867EF6 on white background.



Black color preview on #867EF6 background

This text has black color on #867EF6 background.


White color preview on #867EF6 background

This text has white color on #867EF6 background.