COLOR #874DA6

HEX: #874DA6
RGB: (135,77,166)

Color info

#874DA6 contains mainly red and blue colors. Web safe color of #874DA6 is #993399 (or #939).

RGB color model

#874DA6 color RGB value is (135,77,166).

  • red value is 135;
  • green value is 77;
  • blue value is 166.
RGB:
(135,77,166)
(53%,30%,65%)

RGB channels and saturation

R 135 of 255 = 53%
G 77 of 255 = 30%
B 166 of 255 = 65%

135
77
166

R + G + B ~ 49%. #874DA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 77 + 166 = 378 (100%)
R 135 of 378 ~ 35.71%
G 77 of 378 ~ 20.37%
B 166 of 378 ~ 43.92%

%35.71
%20.37
%43.92

CMYK color model

#874DA6 color CMYK value is (19,54,0,35).

  • cyan value is 18.67%
  • magenta value is 53.61%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(19,54,0,35)
C19M54Y0K35 
(19%,54%,0%,35%)
(0.19/0.54/0.00/0.35)	

CMYK percentages

%18.67
%53.61
%0
%34.9

Codes

Color #874DA6 in popluar color models

874DA6
RGB13577166
HSL279°36.63%47.65%
HSB/HSV279°53.61%65.10%
CMYK18.67%53.61%0.00%
34.90%

Color #874DA6 in popluar number systems.

HEX874DA6
Decimal13577166
Binary10000111100110110100110
Octal207115246

Shades and tints

Shades of #874DA6

#874DA6
(135,77,166)
#7B4697
(123,70,151)
#6F3F88
(111,63,136)
#633879
(99,56,121)
#57316A
(87,49,106)
#4B2A5B
(75,42,91)
#3F234C
(63,35,76)
#331C3D
(51,28,61)
#27152E
(39,21,46)
#1B0E1F
(27,14,31)
#0F0710
(15,7,16)
#000000
(0,0,0)

Tints of #874DA6

#874DA6
(135,77,166)
#915DAE
(145,93,174)
#9B6DB6
(155,109,182)
#A57DBE
(165,125,190)
#AF8DC6
(175,141,198)
#B99DCE
(185,157,206)
#C3ADD6
(195,173,214)
#CDBDDE
(205,189,222)
#D7CDE6
(215,205,230)
#E1DDEE
(225,221,238)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874DA6 color. Also use rgb(135,77,166) instead hex code.

Text Font Color

.myTextColor { color: #874DA6; }

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

This text font color is #874DA6.


Background Color

.myBgColor { background-color: #874DA6; }

<div style="background-color:#874DA6">Inner text</div>

This div background color is #874DA6.


Border color

.myBorderColor { border: 1px solid #874DA6; }

<div style="border:3px solid #874DA6">Div</div>

This div border color is #874DA6.


Opacity

.myOpacity80 { color: #874DA6; opacity: 0.8; }

<p style="color:#874DA6;opacity:0.8;">80%</p>

Text with #874DA6 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 #874DA6;}

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

This text has shadow with #874DA6 color.

.textShadow {text-shadow: 3px 3px 1px #874DA6, 3px 3px 1px red;}

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

This text has shadow with #874DA6 primary color and red secondary color.


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

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

This text has shadow with #874DA6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874DA6 on black background.


Color preview on white background

This text has color #874DA6 on white background.



Black color preview on #874DA6 background

This text has black color on #874DA6 background.


White color preview on #874DA6 background

This text has white color on #874DA6 background.