COLOR #876FD9

HEX: #876FD9
RGB: (135,111,217)

Renk bilgisi

#876FD9 contains mainly blue color. #876FD9 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#876FD9 color RGB value is (135,111,217).

  • kırmız ton 135;
  • yeşil ton 111;
  • mavi ton 217.
RGB:
(135,111,217)
(53%,44%,85%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 111 of 255 = 44%
B 217 of 255 = 85%

135
111
217

R + G + B ~ 61%. #876FD9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 111 + 217 = 463 (100%)
R 135 of 463 ~ 29.16%
G 111 of 463 ~ 23.97%
B 217 of 463 ~ 46.87%

%29.16
%23.97
%46.87

CMYK RENK MODELİ

#876FD9 rengi CMYK tonu (38,49,0,15).

  • camgöbeği tonu 37.79%
  • eflatun tonu 48.85%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(38,49,0,15)
C38M49Y0K15 
(38%,49%,0%,15%)
(0.38/0.49/0.00/0.15)	

CMYK yüzdeleri

%37.79
%48.85
%0
%14.9

Codes

Color #876FD9 in popluar color models

876FD9
RGB135111217
HSL254°58.24%64.31%
HSB/HSV254°48.85%85.10%
CMYK37.79%48.85%0.00%
14.90%

Color #876FD9 in popluar number systems.

HEX876FD9
Decimal135111217
Binary10000111110111111011001
Octal207157331

Shades and tints

Shades of #876FD9

#876FD9
(135,111,217)
#7B65C6
(123,101,198)
#6F5BB3
(111,91,179)
#6351A0
(99,81,160)
#57478D
(87,71,141)
#4B3D7A
(75,61,122)
#3F3367
(63,51,103)
#332954
(51,41,84)
#271F41
(39,31,65)
#1B152E
(27,21,46)
#0F0B1B
(15,11,27)
#000000
(0,0,0)

Tints of #876FD9

#876FD9
(135,111,217)
#917CDC
(145,124,220)
#9B89DF
(155,137,223)
#A596E2
(165,150,226)
#AFA3E5
(175,163,229)
#B9B0E8
(185,176,232)
#C3BDEB
(195,189,235)
#CDCAEE
(205,202,238)
#D7D7F1
(215,215,241)
#E1E4F4
(225,228,244)
#EBF1F7
(235,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876FD9 color. Also use rgb(135,111,217) instead hex code.

Text Font Color

.myTextColor { color: #876FD9; }

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

This text font color is #876FD9.


Background Color

.myBgColor { background-color: #876FD9; }

<div style="background-color:#876FD9">Inner text</div>

This div background color is #876FD9.


Border color

.myBorderColor { border: 1px solid #876FD9; }

<div style="border:3px solid #876FD9">Div</div>

This div border color is #876FD9.


Opacity

.myOpacity80 { color: #876FD9; opacity: 0.8; }

<p style="color:#876FD9;opacity:0.8;">80%</p>

Text with #876FD9 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 #876FD9;}

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

This text has shadow with #876FD9 color.

.textShadow {text-shadow: 3px 3px 1px #876FD9, 3px 3px 1px red;}

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

This text has shadow with #876FD9 primary color and red secondary color.


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

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

This text has shadow with #876FD9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876FD9 on black background.


Color preview on white background

This text has color #876FD9 on white background.



Black color preview on #876FD9 background

This text has black color on #876FD9 background.


White color preview on #876FD9 background

This text has white color on #876FD9 background.