COLOR #874CED

HEX: #874CED RGB: (135,76,237)

Color info

#874CED contains mainly blue color. Web safe color of #874CED is #9933FF (or #93F).

RGB color model

#874CED color RGB value is (135,76,237).

RGB: (135,76,237) (53%, 30%, 93%)

RGB channels and saturation

R 135 of 255 = 53%
G 76 of 255 = 30%
B 237 of 255 = 93%

135
76
237

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

Portions of RGB colors in percentages

R + G + B = 135 + 76 + 237 = 448 (100%)
R 135 of 448 ~ 30.13%
G 76 of 448 ~ 16.96%
B 237 of 448 ~ 52.9'%

%30.13
%16.96
%52.9

CMYK color model

#874CED color CMYK value is (43,68,0,7).

  • cyan value is 43.04%
  • magenta value is 67.93%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (43,68,0,7)
C43M68Y0K7 (43%, 68%, 0%, 7%)
(0.43 / 0.68 / 0.00 / 0.07)

CMYK percentages

%43.04
%67.93
%0
%7.06

Codes

Color #874CED in popluar color models

87 4C ED
RGB 135 76 237
HSL 262° 81.73% 61.37%
HSB/HSV 262° 67.93% 92.94%
CMYK 43.04% 67.93% 0.00%
7.06%

Color #874CED in popluar number systems.

HEX 87 4C ED
Decimal 135 76 237
Binary 10000111 1001100 11101101
Octal 207 114 355

Shades and tints

Shades of #874CED

#874CED
(135,76,237)
#7B46D8
(123,70,216)
#6F40C3
(111,64,195)
#633AAE
(99,58,174)
#573499
(87,52,153)
#4B2E84
(75,46,132)
#3F286F
(63,40,111)
#33225A
(51,34,90)
#271C45
(39,28,69)
#1B1630
(27,22,48)
#0F101B
(15,16,27)
#000000
(0,0,0)

Tints of #874CED

#874CED
(135,76,237)
#915CEE
(145,92,238)
#9B6CEF
(155,108,239)
#A57CF0
(165,124,240)
#AF8CF1
(175,140,241)
#B99CF2
(185,156,242)
#C3ACF3
(195,172,243)
#CDBCF4
(205,188,244)
#D7CCF5
(215,204,245)
#E1DCF6
(225,220,246)
#EBECF7
(235,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874CED color. Also use rgb(135,76,237) instead hex code.

Text Font Color

.myTextColor { color: #874CED; }

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

This text font color is #874CED.

Background Color

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

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

This div background color is #874CED.

Border color

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

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

This div border color is #874CED.

Opacity

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

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

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

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

This text has shadow with #874CED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #874CED.

Preview

Color preview on black background

This text has color #874CED on black background.


Color preview on white background

This text has color #874CED on white background.


Black color preview on #874CED background

This text has black color on #874CED background.


White color preview on #874CED background

This text has white color on #874CED background.


Related colors

Complementary color

Complementary color for #hex is #78B312.


I love getcolorcode.com

Triadic colors

1 #ED874C and #4CED87 with #874CED are triadic colors.

2 #ED4C87 and #4C87ED with #874CED are triadic colors.