COLOR #8778BE

HEX: #8778BE RGB: (135,120,190)

Color info

#8778BE contains mainly red and blue colors. Web safe color of #8778BE is #9966CC (or #96C).

RGB color model

#8778BE color RGB value is (135,120,190).

RGB: (135,120,190) (53%, 47%, 75%)

RGB channels and saturation

R 135 of 255 = 53%
G 120 of 255 = 47%
B 190 of 255 = 75%

135
120
190

R + G + B ~ 58%. #8778BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 120 + 190 = 445 (100%)
R 135 of 445 ~ 30.34%
G 120 of 445 ~ 26.97%
B 190 of 445 ~ 42.7'%

%30.34
%26.97
%42.7

CMYK color model

#8778BE color CMYK value is (29,37,0,25).

  • cyan value is 28.95%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (29,37,0,25)
C29M37Y0K25 (29%, 37%, 0%, 25%)
(0.29 / 0.37 / 0.00 / 0.25)

CMYK percentages

%28.95
%36.84
%0
%25.49

Codes

Color #8778BE in popluar color models

87 78 BE
RGB 135 120 190
HSL 253° 35.00% 60.78%
HSB/HSV 253° 36.84% 74.51%
CMYK 28.95% 36.84% 0.00%
25.49%

Color #8778BE in popluar number systems.

HEX 87 78 BE
Decimal 135 120 190
Binary 10000111 1111000 10111110
Octal 207 170 276

Shades and tints

Shades of #8778BE

#8778BE
(135,120,190)
#7B6EAD
(123,110,173)
#6F649C
(111,100,156)
#635A8B
(99,90,139)
#57507A
(87,80,122)
#4B4669
(75,70,105)
#3F3C58
(63,60,88)
#333247
(51,50,71)
#272836
(39,40,54)
#1B1E25
(27,30,37)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #8778BE

#8778BE
(135,120,190)
#9184C3
(145,132,195)
#9B90C8
(155,144,200)
#A59CCD
(165,156,205)
#AFA8D2
(175,168,210)
#B9B4D7
(185,180,215)
#C3C0DC
(195,192,220)
#CDCCE1
(205,204,225)
#D7D8E6
(215,216,230)
#E1E4EB
(225,228,235)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8778BE color. Also use rgb(135,120,190) instead hex code.

Text Font Color

.myTextColor { color: #8778BE; }

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

This text font color is #8778BE.

Background Color

.myBgColor { background-color: #8778BE; }

<div style="background-color:#8778BE">Inner text</div>

This div background color is #8778BE.

Border color

.myBorderColor { border: 1px solid #8778BE; }

<div style="border:3px solid #8778BE">Div</div>

This div border color is #8778BE.

Opacity

.myOpacity80 { color: #8778BE; opacity: 0.8; }

<p style="color:#8778BE;opacity:0.8;">80%</p>

Text with #8778BE 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 #8778BE;}

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

This text has shadow with #8778BE color.


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

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

This text has shadow with #8778BE primary color and red secondary color.


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

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

This text has shadow with #8778BE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8778BE.

Preview

Color preview on black background

This text has color #8778BE on black background.


Color preview on white background

This text has color #8778BE on white background.


Black color preview on #8778BE background

This text has black color on #8778BE background.


White color preview on #8778BE background

This text has white color on #8778BE background.


Related colors

Complementary color

Complementary color for #hex is #788741.


I love getcolorcode.com

Triadic colors

1 #BE8778 and #78BE87 with #8778BE are triadic colors.

2 #BE7887 and #7887BE with #8778BE are triadic colors.