COLOR #873EA4

HEX: #873EA4
RGB: (135,62,164)

Renk bilgisi

#873EA4 contains mainly red and blue colors. #873EA4 ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#873EA4 color RGB value is (135,62,164).

  • kırmız ton 135;
  • yeşil ton 62;
  • mavi ton 164.
RGB:
(135,62,164)
(53%,24%,64%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 62 of 255 = 24%
B 164 of 255 = 64%

135
62
164

R + G + B ~ 47%. #873EA4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 62 + 164 = 361 (100%)
R 135 of 361 ~ 37.4%
G 62 of 361 ~ 17.17%
B 164 of 361 ~ 45.43%

%37.4
%17.17
%45.43

CMYK RENK MODELİ

#873EA4 rengi CMYK tonu (18,62,0,36).

  • camgöbeği tonu 17.68%
  • eflatun tonu 62.20%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(18,62,0,36)
C18M62Y0K36 
(18%,62%,0%,36%)
(0.18/0.62/0.00/0.36)	

CMYK yüzdeleri

%17.68
%62.2
%0
%35.69

Codes

Color #873EA4 in popluar color models

873EA4
RGB13562164
HSL283°45.13%44.31%
HSB/HSV283°62.20%64.31%
CMYK17.68%62.20%0.00%
35.69%

Color #873EA4 in popluar number systems.

HEX873EA4
Decimal13562164
Binary1000011111111010100100
Octal20776244

Shades and tints

Shades of #873EA4

#873EA4
(135,62,164)
#7B3996
(123,57,150)
#6F3488
(111,52,136)
#632F7A
(99,47,122)
#572A6C
(87,42,108)
#4B255E
(75,37,94)
#3F2050
(63,32,80)
#331B42
(51,27,66)
#271634
(39,22,52)
#1B1126
(27,17,38)
#0F0C18
(15,12,24)
#000000
(0,0,0)

Tints of #873EA4

#873EA4
(135,62,164)
#914FAC
(145,79,172)
#9B60B4
(155,96,180)
#A571BC
(165,113,188)
#AF82C4
(175,130,196)
#B993CC
(185,147,204)
#C3A4D4
(195,164,212)
#CDB5DC
(205,181,220)
#D7C6E4
(215,198,228)
#E1D7EC
(225,215,236)
#EBE8F4
(235,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873EA4 color. Also use rgb(135,62,164) instead hex code.

Text Font Color

.myTextColor { color: #873EA4; }

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

This text font color is #873EA4.


Background Color

.myBgColor { background-color: #873EA4; }

<div style="background-color:#873EA4">Inner text</div>

This div background color is #873EA4.


Border color

.myBorderColor { border: 1px solid #873EA4; }

<div style="border:3px solid #873EA4">Div</div>

This div border color is #873EA4.


Opacity

.myOpacity80 { color: #873EA4; opacity: 0.8; }

<p style="color:#873EA4;opacity:0.8;">80%</p>

Text with #873EA4 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 #873EA4;}

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

This text has shadow with #873EA4 color.

.textShadow {text-shadow: 3px 3px 1px #873EA4, 3px 3px 1px red;}

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

This text has shadow with #873EA4 primary color and red secondary color.


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

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

This text has shadow with #873EA4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873EA4 on black background.


Color preview on white background

This text has color #873EA4 on white background.



Black color preview on #873EA4 background

This text has black color on #873EA4 background.


White color preview on #873EA4 background

This text has white color on #873EA4 background.