COLOR #878BEA

HEX: #878BEA RGB: (135,139,234)

Color info

#878BEA contains mainly blue color. Web safe color of #878BEA is #9999FF (or #99F).

RGB color model

#878BEA color RGB value is (135,139,234).

RGB: (135,139,234) (53%, 55%, 92%)

RGB channels and saturation

R 135 of 255 = 53%
G 139 of 255 = 55%
B 234 of 255 = 92%

135
139
234

R + G + B ~ 67%. #878BEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 139 + 234 = 508 (100%)
R 135 of 508 ~ 26.57%
G 139 of 508 ~ 27.36%
B 234 of 508 ~ 46.06'%

%26.57
%27.36
%46.06

CMYK color model

#878BEA color CMYK value is (42,41,0,8).

  • cyan value is 42.31%
  • magenta value is 40.60%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (42,41,0,8)
C42M41Y0K8 (42%, 41%, 0%, 8%)
(0.42 / 0.41 / 0.00 / 0.08)

CMYK percentages

%42.31
%40.6
%0
%8.24

Codes

Color #878BEA in popluar color models

87 8B EA
RGB 135 139 234
HSL 238° 70.21% 72.35%
HSB/HSV 238° 42.31% 91.76%
CMYK 42.31% 40.60% 0.00%
8.24%

Color #878BEA in popluar number systems.

HEX 87 8B EA
Decimal 135 139 234
Binary 10000111 10001011 11101010
Octal 207 213 352

Shades and tints

Shades of #878BEA

#878BEA
(135,139,234)
#7B7FD5
(123,127,213)
#6F73C0
(111,115,192)
#6367AB
(99,103,171)
#575B96
(87,91,150)
#4B4F81
(75,79,129)
#3F436C
(63,67,108)
#333757
(51,55,87)
#272B42
(39,43,66)
#1B1F2D
(27,31,45)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #878BEA

#878BEA
(135,139,234)
#9195EB
(145,149,235)
#9B9FEC
(155,159,236)
#A5A9ED
(165,169,237)
#AFB3EE
(175,179,238)
#B9BDEF
(185,189,239)
#C3C7F0
(195,199,240)
#CDD1F1
(205,209,241)
#D7DBF2
(215,219,242)
#E1E5F3
(225,229,243)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878BEA color. Also use rgb(135,139,234) instead hex code.

Text Font Color

.myTextColor { color: #878BEA; }

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

This text font color is #878BEA.

Background Color

.myBgColor { background-color: #878BEA; }

<div style="background-color:#878BEA">Inner text</div>

This div background color is #878BEA.

Border color

.myBorderColor { border: 1px solid #878BEA; }

<div style="border:3px solid #878BEA">Div</div>

This div border color is #878BEA.

Opacity

.myOpacity80 { color: #878BEA; opacity: 0.8; }

<p style="color:#878BEA;opacity:0.8;">80%</p>

Text with #878BEA 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 #878BEA;}

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

This text has shadow with #878BEA color.


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

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

This text has shadow with #878BEA primary color and red secondary color.


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

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

This text has shadow with #878BEA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #878BEA.

Preview

Color preview on black background

This text has color #878BEA on black background.


Color preview on white background

This text has color #878BEA on white background.


Black color preview on #878BEA background

This text has black color on #878BEA background.


White color preview on #878BEA background

This text has white color on #878BEA background.


Related colors

Complementary color

Complementary color for #hex is #787415.


I love getcolorcode.com

Triadic colors

1 #EA878B and #8BEA87 with #878BEA are triadic colors.

2 #EA8B87 and #8B87EA with #878BEA are triadic colors.