COLOR #8779AE

HEX: #8779AE
RGB: (135,121,174)

Color info

#8779AE contains red, green and blue colors in about the same proportion. Web safe color of #8779AE is #996699 (or #969).

RGB color model

#8779AE color RGB value is (135,121,174).

  • red value is 135;
  • green value is 121;
  • blue value is 174.
RGB: (135,121,174) (53%,47%,68%)

RGB channels and saturation

R 135 of 255 = 53%
G 121 of 255 = 47%
B 174 of 255 = 68%

135
121
174

R + G + B ~ 56%. #8779AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 121 + 174 = 430 (100%)
R 135 of 430 ~ 31.4%
G 121 of 430 ~ 28.14%
B 174 of 430 ~ 40.47%

%31.4
%28.14
%40.47

CMYK color model

#8779AE color CMYK value is (22,30,0,32).

  • cyan value is 22.41%
  • magenta value is 30.46%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (22,30,0,32) C22M30Y0K32 (22%,30%,0%,32%) (0.22/0.30/0.00/0.32)

CMYK percentages

%22.41
%30.46
%0
%31.76

Codes

Color #8779AE in popluar color models

8779AE
RGB135121174
HSL256°24.65%57.84%
HSB/HSV256°30.46%68.24%
CMYK22.41%30.46%0.00%
31.76%

Color #8779AE in popluar number systems.

HEX8779AE
Decimal135121174
Binary10000111111100110101110
Octal207171256

Shades and tints

Shades of #8779AE

#8779AE
(135,121,174)
#7B6E9F
(123,110,159)
#6F6390
(111,99,144)
#635881
(99,88,129)
#574D72
(87,77,114)
#4B4263
(75,66,99)
#3F3754
(63,55,84)
#332C45
(51,44,69)
#272136
(39,33,54)
#1B1627
(27,22,39)
#0F0B18
(15,11,24)
#000000
(0,0,0)

Tints of #8779AE

#8779AE
(135,121,174)
#9185B5
(145,133,181)
#9B91BC
(155,145,188)
#A59DC3
(165,157,195)
#AFA9CA
(175,169,202)
#B9B5D1
(185,181,209)
#C3C1D8
(195,193,216)
#CDCDDF
(205,205,223)
#D7D9E6
(215,217,230)
#E1E5ED
(225,229,237)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8779AE color. Also use rgb(135,121,174) instead hex code.

Text Font Color

.myTextColor { color: #8779AE; }

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

This text font color is #8779AE.


Background Color

.myBgColor { background-color: #8779AE; }

<div style="background-color:#8779AE">Inner text</div>

This div background color is #8779AE.


Border color

.myBorderColor { border: 1px solid #8779AE; }

<div style="border:3px solid #8779AE">Div</div>

This div border color is #8779AE.


Opacity

.myOpacity80 { color: #8779AE; opacity: 0.8; }

<p style="color:#8779AE;opacity:0.8;">80%</p>

Text with #8779AE 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 #8779AE;}

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

This text has shadow with #8779AE color.

.textShadow {text-shadow: 3px 3px 1px #8779AE, 3px 3px 1px red;}

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

This text has shadow with #8779AE primary color and red secondary color.


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

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

This text has shadow with #8779AE and red colors in old Internet Explorer.


Div box shadow color

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

Preview

Color preview on black background

This text has color #8779AE on black background.


Color preview on white background

This text has color #8779AE on white background.



Black color preview on #8779AE background

This text has black color on #8779AE background.


White color preview on #8779AE background

This text has white color on #8779AE background.