COLOR #865FD0

HEX: #865FD0 RGB: (134,95,208)

Color info

#865FD0 contains mainly blue color. Web safe color of #865FD0 is #9966CC (or #96C).

RGB color model

#865FD0 color RGB value is (134,95,208).

RGB: (134,95,208) (53%, 37%, 82%)

RGB channels and saturation

R 134 of 255 = 53%
G 95 of 255 = 37%
B 208 of 255 = 82%

134
95
208

R + G + B ~ 57%. #865FD0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 95 + 208 = 437 (100%)
R 134 of 437 ~ 30.66%
G 95 of 437 ~ 21.74%
B 208 of 437 ~ 47.6'%

%30.66
%21.74
%47.6

CMYK color model

#865FD0 color CMYK value is (36,54,0,18).

  • cyan value is 35.58%
  • magenta value is 54.33%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (36,54,0,18)
C36M54Y0K18 (36%, 54%, 0%, 18%)
(0.36 / 0.54 / 0.00 / 0.18)

CMYK percentages

%35.58
%54.33
%0
%18.43

Codes

Color #865FD0 in popluar color models

86 5F D0
RGB 134 95 208
HSL 261° 54.59% 59.41%
HSB/HSV 261° 54.33% 81.57%
CMYK 35.58% 54.33% 0.00%
18.43%

Color #865FD0 in popluar number systems.

HEX 86 5F D0
Decimal 134 95 208
Binary 10000110 1011111 11010000
Octal 206 137 320

Shades and tints

Shades of #865FD0

#865FD0
(134,95,208)
#7A57BE
(122,87,190)
#6E4FAC
(110,79,172)
#62479A
(98,71,154)
#563F88
(86,63,136)
#4A3776
(74,55,118)
#3E2F64
(62,47,100)
#322752
(50,39,82)
#261F40
(38,31,64)
#1A172E
(26,23,46)
#0E0F1C
(14,15,28)
#000000
(0,0,0)

Tints of #865FD0

#865FD0
(134,95,208)
#916DD4
(145,109,212)
#9C7BD8
(156,123,216)
#A789DC
(167,137,220)
#B297E0
(178,151,224)
#BDA5E4
(189,165,228)
#C8B3E8
(200,179,232)
#D3C1EC
(211,193,236)
#DECFF0
(222,207,240)
#E9DDF4
(233,221,244)
#F4EBF8
(244,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865FD0 color. Also use rgb(134,95,208) instead hex code.

Text Font Color

.myTextColor { color: #865FD0; }

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

This text font color is #865FD0.

Background Color

.myBgColor { background-color: #865FD0; }

<div style="background-color:#865FD0">Inner text</div>

This div background color is #865FD0.

Border color

.myBorderColor { border: 1px solid #865FD0; }

<div style="border:3px solid #865FD0">Div</div>

This div border color is #865FD0.

Opacity

.myOpacity80 { color: #865FD0; opacity: 0.8; }

<p style="color:#865FD0;opacity:0.8;">80%</p>

Text with #865FD0 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 #865FD0;}

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

This text has shadow with #865FD0 color.


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

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

This text has shadow with #865FD0 primary color and red secondary color.


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

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

This text has shadow with #865FD0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #865FD0.

Preview

Color preview on black background

This text has color #865FD0 on black background.


Color preview on white background

This text has color #865FD0 on white background.


Black color preview on #865FD0 background

This text has black color on #865FD0 background.


White color preview on #865FD0 background

This text has white color on #865FD0 background.


Related colors

Complementary color

Complementary color for #hex is #79A02F.


I love getcolorcode.com

Triadic colors

1 #D0865F and #5FD086 with #865FD0 are triadic colors.

2 #D05F86 and #5F86D0 with #865FD0 are triadic colors.