COLOR #874BC7

HEX: #874BC7
RGB: (135,75,199)

Color info

#874BC7 contains mainly blue color. Web safe color of #874BC7 is #9933CC (or #93C).

RGB color model

#874BC7 color RGB value is (135,75,199).

  • red value is 135;
  • green value is 75;
  • blue value is 199.
RGB: (135,75,199) (53%,29%,78%)

RGB channels and saturation

R 135 of 255 = 53%
G 75 of 255 = 29%
B 199 of 255 = 78%

135
75
199

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

Portions of RGB colors in percentages

R + G + B =
135 + 75 + 199 = 409 (100%)
R 135 of 409 ~ 33.01%
G 75 of 409 ~ 18.34%
B 199 of 409 ~ 48.66%

%33.01
%18.34
%48.66

CMYK color model

#874BC7 color CMYK value is (32,62,0,22).

  • cyan value is 32.16%
  • magenta value is 62.31%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (32,62,0,22) C32M62Y0K22 (32%,62%,0%,22%) (0.32/0.62/0.00/0.22)

CMYK percentages

%32.16
%62.31
%0
%21.96

Codes

Color #874BC7 in popluar color models

874BC7
RGB13575199
HSL269°52.54%53.73%
HSB/HSV269°62.31%78.04%
CMYK32.16%62.31%0.00%
21.96%

Color #874BC7 in popluar number systems.

HEX874BC7
Decimal13575199
Binary10000111100101111000111
Octal207113307

Shades and tints

Shades of #874BC7

#874BC7
(135,75,199)
#7B45B5
(123,69,181)
#6F3FA3
(111,63,163)
#633991
(99,57,145)
#57337F
(87,51,127)
#4B2D6D
(75,45,109)
#3F275B
(63,39,91)
#332149
(51,33,73)
#271B37
(39,27,55)
#1B1525
(27,21,37)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #874BC7

#874BC7
(135,75,199)
#915BCC
(145,91,204)
#9B6BD1
(155,107,209)
#A57BD6
(165,123,214)
#AF8BDB
(175,139,219)
#B99BE0
(185,155,224)
#C3ABE5
(195,171,229)
#CDBBEA
(205,187,234)
#D7CBEF
(215,203,239)
#E1DBF4
(225,219,244)
#EBEBF9
(235,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874BC7 color. Also use rgb(135,75,199) instead hex code.

Text Font Color

.myTextColor { color: #874BC7; }

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

This text font color is #874BC7.


Background Color

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

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

This div background color is #874BC7.


Border color

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

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

This div border color is #874BC7.


Opacity

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

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

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

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

This text has shadow with #874BC7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #874BC7 on black background.


Color preview on white background

This text has color #874BC7 on white background.



Black color preview on #874BC7 background

This text has black color on #874BC7 background.


White color preview on #874BC7 background

This text has white color on #874BC7 background.