COLOR #865CB9

HEX: #865CB9
RGB: (134,92,185)

Color info

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

RGB color model

#865CB9 color RGB value is (134,92,185).

  • red value is 134;
  • green value is 92;
  • blue value is 185.
RGB:
(134,92,185)
(53%,36%,73%)

RGB channels and saturation

R 134 of 255 = 53%
G 92 of 255 = 36%
B 185 of 255 = 73%

134
92
185

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

Portions of RGB colors in percentages

R + G + B =
134 + 92 + 185 = 411 (100%)
R 134 of 411 ~ 32.6%
G 92 of 411 ~ 22.38%
B 185 of 411 ~ 45.01%

%32.6
%22.38
%45.01

CMYK color model

#865CB9 color CMYK value is (28,50,0,27).

  • cyan value is 27.57%
  • magenta value is 50.27%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(28,50,0,27)
C28M50Y0K27 
(28%,50%,0%,27%)
(0.28/0.50/0.00/0.27)	

CMYK percentages

%27.57
%50.27
%0
%27.45

Codes

Color #865CB9 in popluar color models

865CB9
RGB13492185
HSL267°39.91%54.31%
HSB/HSV267°50.27%72.55%
CMYK27.57%50.27%0.00%
27.45%

Color #865CB9 in popluar number systems.

HEX865CB9
Decimal13492185
Binary10000110101110010111001
Octal206134271

Shades and tints

Shades of #865CB9

#865CB9
(134,92,185)
#7A54A9
(122,84,169)
#6E4C99
(110,76,153)
#624489
(98,68,137)
#563C79
(86,60,121)
#4A3469
(74,52,105)
#3E2C59
(62,44,89)
#322449
(50,36,73)
#261C39
(38,28,57)
#1A1429
(26,20,41)
#0E0C19
(14,12,25)
#000000
(0,0,0)

Tints of #865CB9

#865CB9
(134,92,185)
#916ABF
(145,106,191)
#9C78C5
(156,120,197)
#A786CB
(167,134,203)
#B294D1
(178,148,209)
#BDA2D7
(189,162,215)
#C8B0DD
(200,176,221)
#D3BEE3
(211,190,227)
#DECCE9
(222,204,233)
#E9DAEF
(233,218,239)
#F4E8F5
(244,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865CB9 color. Also use rgb(134,92,185) instead hex code.

Text Font Color

.myTextColor { color: #865CB9; }

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

This text font color is #865CB9.


Background Color

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

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

This div background color is #865CB9.


Border color

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

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

This div border color is #865CB9.


Opacity

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

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

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

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

This text has shadow with #865CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865CB9 on black background.


Color preview on white background

This text has color #865CB9 on white background.



Black color preview on #865CB9 background

This text has black color on #865CB9 background.


White color preview on #865CB9 background

This text has white color on #865CB9 background.