COLOR #865FA5

HEX: #865FA5
RGB: (134,95,165)

Renk bilgisi

#865FA5 contains mainly red and blue colors. #865FA5 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#865FA5 color RGB value is (134,95,165).

  • kırmız ton 134;
  • yeşil ton 95;
  • mavi ton 165.
RGB:
(134,95,165)
(53%,37%,65%)

RGB bağlantıları ve doygunluk

R 134 of 255 = 53%
G 95 of 255 = 37%
B 165 of 255 = 65%

134
95
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
134 + 95 + 165 = 394 (100%)
R 134 of 394 ~ 34.01%
G 95 of 394 ~ 24.11%
B 165 of 394 ~ 41.88%

%34.01
%24.11
%41.88

CMYK RENK MODELİ

#865FA5 rengi CMYK tonu (19,42,0,35).

  • camgöbeği tonu 18.79%
  • eflatun tonu 42.42%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(19,42,0,35)
C19M42Y0K35 
(19%,42%,0%,35%)
(0.19/0.42/0.00/0.35)	

CMYK yüzdeleri

%18.79
%42.42
%0
%35.29

Codes

Color #865FA5 in popluar color models

865FA5
RGB13495165
HSL273°28.00%50.98%
HSB/HSV273°42.42%64.71%
CMYK18.79%42.42%0.00%
35.29%

Color #865FA5 in popluar number systems.

HEX865FA5
Decimal13495165
Binary10000110101111110100101
Octal206137245

Shades and tints

Shades of #865FA5

#865FA5
(134,95,165)
#7A5796
(122,87,150)
#6E4F87
(110,79,135)
#624778
(98,71,120)
#563F69
(86,63,105)
#4A375A
(74,55,90)
#3E2F4B
(62,47,75)
#32273C
(50,39,60)
#261F2D
(38,31,45)
#1A171E
(26,23,30)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #865FA5

#865FA5
(134,95,165)
#916DAD
(145,109,173)
#9C7BB5
(156,123,181)
#A789BD
(167,137,189)
#B297C5
(178,151,197)
#BDA5CD
(189,165,205)
#C8B3D5
(200,179,213)
#D3C1DD
(211,193,221)
#DECFE5
(222,207,229)
#E9DDED
(233,221,237)
#F4EBF5
(244,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865FA5; }

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

This text font color is #865FA5.


Background Color

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

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

This div background color is #865FA5.


Border color

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

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

This div border color is #865FA5.


Opacity

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

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

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

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

This text has shadow with #865FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865FA5 on black background.


Color preview on white background

This text has color #865FA5 on white background.



Black color preview on #865FA5 background

This text has black color on #865FA5 background.


White color preview on #865FA5 background

This text has white color on #865FA5 background.