COLOR #866DF0

HEX: #866DF0
RGB: (134,109,240)

Color info

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

RGB color model

#866DF0 color RGB value is (134,109,240).

  • red value is 134;
  • green value is 109;
  • blue value is 240.
RGB:
(134,109,240)
(53%,43%,94%)

RGB channels and saturation

R 134 of 255 = 53%
G 109 of 255 = 43%
B 240 of 255 = 94%

134
109
240

R + G + B ~ 63%. #866DF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 109 + 240 = 483 (100%)
R 134 of 483 ~ 27.74%
G 109 of 483 ~ 22.57%
B 240 of 483 ~ 49.69%

%27.74
%22.57
%49.69

CMYK color model

#866DF0 color CMYK value is (44,55,0,6).

  • cyan value is 44.17%
  • magenta value is 54.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(44,55,0,6)
C44M55Y0K6 
(44%,55%,0%,6%)
(0.44/0.55/0.00/0.06)	

CMYK percentages

%44.17
%54.58
%0
%5.88

Codes

Color #866DF0 in popluar color models

866DF0
RGB134109240
HSL251°81.37%68.43%
HSB/HSV251°54.58%94.12%
CMYK44.17%54.58%0.00%
5.88%

Color #866DF0 in popluar number systems.

HEX866DF0
Decimal134109240
Binary10000110110110111110000
Octal206155360

Shades and tints

Shades of #866DF0

#866DF0
(134,109,240)
#7A64DB
(122,100,219)
#6E5BC6
(110,91,198)
#6252B1
(98,82,177)
#56499C
(86,73,156)
#4A4087
(74,64,135)
#3E3772
(62,55,114)
#322E5D
(50,46,93)
#262548
(38,37,72)
#1A1C33
(26,28,51)
#0E131E
(14,19,30)
#000000
(0,0,0)

Tints of #866DF0

#866DF0
(134,109,240)
#917AF1
(145,122,241)
#9C87F2
(156,135,242)
#A794F3
(167,148,243)
#B2A1F4
(178,161,244)
#BDAEF5
(189,174,245)
#C8BBF6
(200,187,246)
#D3C8F7
(211,200,247)
#DED5F8
(222,213,248)
#E9E2F9
(233,226,249)
#F4EFFA
(244,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866DF0 color. Also use rgb(134,109,240) instead hex code.

Text Font Color

.myTextColor { color: #866DF0; }

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

This text font color is #866DF0.


Background Color

.myBgColor { background-color: #866DF0; }

<div style="background-color:#866DF0">Inner text</div>

This div background color is #866DF0.


Border color

.myBorderColor { border: 1px solid #866DF0; }

<div style="border:3px solid #866DF0">Div</div>

This div border color is #866DF0.


Opacity

.myOpacity80 { color: #866DF0; opacity: 0.8; }

<p style="color:#866DF0;opacity:0.8;">80%</p>

Text with #866DF0 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 #866DF0;}

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

This text has shadow with #866DF0 color.

.textShadow {text-shadow: 3px 3px 1px #866DF0, 3px 3px 1px red;}

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

This text has shadow with #866DF0 primary color and red secondary color.


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

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

This text has shadow with #866DF0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866DF0 on black background.


Color preview on white background

This text has color #866DF0 on white background.



Black color preview on #866DF0 background

This text has black color on #866DF0 background.


White color preview on #866DF0 background

This text has white color on #866DF0 background.