COLOR #865FB0

HEX: #865FB0
RGB: (134,95,176)

Color info

#865FB0 contains mainly red and blue colors. Web safe color of #865FB0 is #996699 (or #969).

RGB color model

#865FB0 color RGB value is (134,95,176).

  • red value is 134;
  • green value is 95;
  • blue value is 176.
RGB:
(134,95,176)
(53%,37%,69%)

RGB channels and saturation

R 134 of 255 = 53%
G 95 of 255 = 37%
B 176 of 255 = 69%

134
95
176

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

Portions of RGB colors in percentages

R + G + B =
134 + 95 + 176 = 405 (100%)
R 134 of 405 ~ 33.09%
G 95 of 405 ~ 23.46%
B 176 of 405 ~ 43.46%

%33.09
%23.46
%43.46

CMYK color model

#865FB0 color CMYK value is (24,46,0,31).

  • cyan value is 23.86%
  • magenta value is 46.02%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(24,46,0,31)
C24M46Y0K31 
(24%,46%,0%,31%)
(0.24/0.46/0.00/0.31)	

CMYK percentages

%23.86
%46.02
%0
%30.98

Codes

Color #865FB0 in popluar color models

865FB0
RGB13495176
HSL269°33.89%53.14%
HSB/HSV269°46.02%69.02%
CMYK23.86%46.02%0.00%
30.98%

Color #865FB0 in popluar number systems.

HEX865FB0
Decimal13495176
Binary10000110101111110110000
Octal206137260

Shades and tints

Shades of #865FB0

#865FB0
(134,95,176)
#7A57A0
(122,87,160)
#6E4F90
(110,79,144)
#624780
(98,71,128)
#563F70
(86,63,112)
#4A3760
(74,55,96)
#3E2F50
(62,47,80)
#322740
(50,39,64)
#261F30
(38,31,48)
#1A1720
(26,23,32)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #865FB0

#865FB0
(134,95,176)
#916DB7
(145,109,183)
#9C7BBE
(156,123,190)
#A789C5
(167,137,197)
#B297CC
(178,151,204)
#BDA5D3
(189,165,211)
#C8B3DA
(200,179,218)
#D3C1E1
(211,193,225)
#DECFE8
(222,207,232)
#E9DDEF
(233,221,239)
#F4EBF6
(244,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865FB0; }

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

This text font color is #865FB0.


Background Color

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

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

This div background color is #865FB0.


Border color

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

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

This div border color is #865FB0.


Opacity

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

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

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

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

This text has shadow with #865FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865FB0 on black background.


Color preview on white background

This text has color #865FB0 on white background.



Black color preview on #865FB0 background

This text has black color on #865FB0 background.


White color preview on #865FB0 background

This text has white color on #865FB0 background.