COLOR #8676CA

HEX: #8676CA
RGB: (134,118,202)

Color info

#8676CA contains mainly blue color. Web safe color of #8676CA is #9966CC (or #96C).

RGB color model

#8676CA color RGB value is (134,118,202).

  • red value is 134;
  • green value is 118;
  • blue value is 202.
RGB:
(134,118,202)
(53%,46%,79%)

RGB channels and saturation

R 134 of 255 = 53%
G 118 of 255 = 46%
B 202 of 255 = 79%

134
118
202

R + G + B ~ 59%. #8676CA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 118 + 202 = 454 (100%)
R 134 of 454 ~ 29.52%
G 118 of 454 ~ 25.99%
B 202 of 454 ~ 44.49%

%29.52
%25.99
%44.49

CMYK color model

#8676CA color CMYK value is (34,42,0,21).

  • cyan value is 33.66%
  • magenta value is 41.58%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(34,42,0,21)
C34M42Y0K21 
(34%,42%,0%,21%)
(0.34/0.42/0.00/0.21)	

CMYK percentages

%33.66
%41.58
%0
%20.78

Codes

Color #8676CA in popluar color models

8676CA
RGB134118202
HSL251°44.21%62.75%
HSB/HSV251°41.58%79.22%
CMYK33.66%41.58%0.00%
20.78%

Color #8676CA in popluar number systems.

HEX8676CA
Decimal134118202
Binary10000110111011011001010
Octal206166312

Shades and tints

Shades of #8676CA

#8676CA
(134,118,202)
#7A6CB8
(122,108,184)
#6E62A6
(110,98,166)
#625894
(98,88,148)
#564E82
(86,78,130)
#4A4470
(74,68,112)
#3E3A5E
(62,58,94)
#32304C
(50,48,76)
#26263A
(38,38,58)
#1A1C28
(26,28,40)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #8676CA

#8676CA
(134,118,202)
#9182CE
(145,130,206)
#9C8ED2
(156,142,210)
#A79AD6
(167,154,214)
#B2A6DA
(178,166,218)
#BDB2DE
(189,178,222)
#C8BEE2
(200,190,226)
#D3CAE6
(211,202,230)
#DED6EA
(222,214,234)
#E9E2EE
(233,226,238)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8676CA color. Also use rgb(134,118,202) instead hex code.

Text Font Color

.myTextColor { color: #8676CA; }

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

This text font color is #8676CA.


Background Color

.myBgColor { background-color: #8676CA; }

<div style="background-color:#8676CA">Inner text</div>

This div background color is #8676CA.


Border color

.myBorderColor { border: 1px solid #8676CA; }

<div style="border:3px solid #8676CA">Div</div>

This div border color is #8676CA.


Opacity

.myOpacity80 { color: #8676CA; opacity: 0.8; }

<p style="color:#8676CA;opacity:0.8;">80%</p>

Text with #8676CA 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 #8676CA;}

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

This text has shadow with #8676CA color.

.textShadow {text-shadow: 3px 3px 1px #8676CA, 3px 3px 1px red;}

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

This text has shadow with #8676CA primary color and red secondary color.


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

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

This text has shadow with #8676CA and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8676CA;
-webkit-box-shadow: 1px 1px 3px 2px #8676CA;
box-shadow:1px 1px 3px 2px #8676CA;">
Div content here</div>
This div box has shadow with color #8676CA.

Preview

Color preview on black background

This text has color #8676CA on black background.


Color preview on white background

This text has color #8676CA on white background.



Black color preview on #8676CA background

This text has black color on #8676CA background.


White color preview on #8676CA background

This text has white color on #8676CA background.