COLOR #8789C5

HEX: #8789C5 RGB: (135,137,197)

Color info

#8789C5 contains mainly blue color. Web safe color of #8789C5 is #9999CC (or #99C).

RGB color model

#8789C5 color RGB value is (135,137,197).

RGB: (135,137,197) (53%, 54%, 77%)

RGB channels and saturation

R 135 of 255 = 53%
G 137 of 255 = 54%
B 197 of 255 = 77%

135
137
197

R + G + B ~ 61%. #8789C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 137 + 197 = 469 (100%)
R 135 of 469 ~ 28.78%
G 137 of 469 ~ 29.21%
B 197 of 469 ~ 42'%

%28.78
%29.21
%42

CMYK color model

#8789C5 color CMYK value is (31,30,0,23).

  • cyan value is 31.47%
  • magenta value is 30.46%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (31,30,0,23)
C31M30Y0K23 (31%, 30%, 0%, 23%)
(0.31 / 0.30 / 0.00 / 0.23)

CMYK percentages

%31.47
%30.46
%0
%22.75

Codes

Color #8789C5 in popluar color models

87 89 C5
RGB 135 137 197
HSL 238° 34.83% 65.10%
HSB/HSV 238° 31.47% 77.25%
CMYK 31.47% 30.46% 0.00%
22.75%

Color #8789C5 in popluar number systems.

HEX 87 89 C5
Decimal 135 137 197
Binary 10000111 10001001 11000101
Octal 207 211 305

Shades and tints

Shades of #8789C5

#8789C5
(135,137,197)
#7B7DB4
(123,125,180)
#6F71A3
(111,113,163)
#636592
(99,101,146)
#575981
(87,89,129)
#4B4D70
(75,77,112)
#3F415F
(63,65,95)
#33354E
(51,53,78)
#27293D
(39,41,61)
#1B1D2C
(27,29,44)
#0F111B
(15,17,27)
#000000
(0,0,0)

Tints of #8789C5

#8789C5
(135,137,197)
#9193CA
(145,147,202)
#9B9DCF
(155,157,207)
#A5A7D4
(165,167,212)
#AFB1D9
(175,177,217)
#B9BBDE
(185,187,222)
#C3C5E3
(195,197,227)
#CDCFE8
(205,207,232)
#D7D9ED
(215,217,237)
#E1E3F2
(225,227,242)
#EBEDF7
(235,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8789C5 color. Also use rgb(135,137,197) instead hex code.

Text Font Color

.myTextColor { color: #8789C5; }

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

This text font color is #8789C5.

Background Color

.myBgColor { background-color: #8789C5; }

<div style="background-color:#8789C5">Inner text</div>

This div background color is #8789C5.

Border color

.myBorderColor { border: 1px solid #8789C5; }

<div style="border:3px solid #8789C5">Div</div>

This div border color is #8789C5.

Opacity

.myOpacity80 { color: #8789C5; opacity: 0.8; }

<p style="color:#8789C5;opacity:0.8;">80%</p>

Text with #8789C5 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 #8789C5;}

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

This text has shadow with #8789C5 color.


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

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

This text has shadow with #8789C5 primary color and red secondary color.


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

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

This text has shadow with #8789C5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8789C5.

Preview

Color preview on black background

This text has color #8789C5 on black background.


Color preview on white background

This text has color #8789C5 on white background.


Black color preview on #8789C5 background

This text has black color on #8789C5 background.


White color preview on #8789C5 background

This text has white color on #8789C5 background.


Related colors

Complementary color

Complementary color for #hex is #78763A.


I love getcolorcode.com

Triadic colors

1 #C58789 and #89C587 with #8789C5 are triadic colors.

2 #C58987 and #8987C5 with #8789C5 are triadic colors.