COLOR #8674C4

HEX: #8674C4
RGB: (134,116,196)

Color info

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

RGB color model

#8674C4 color RGB value is (134,116,196).

  • red value is 134;
  • green value is 116;
  • blue value is 196.
RGB:
(134,116,196)
(53%,45%,77%)

RGB channels and saturation

R 134 of 255 = 53%
G 116 of 255 = 45%
B 196 of 255 = 77%

134
116
196

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

Portions of RGB colors in percentages

R + G + B =
134 + 116 + 196 = 446 (100%)
R 134 of 446 ~ 30.04%
G 116 of 446 ~ 26.01%
B 196 of 446 ~ 43.95%

%30.04
%26.01
%43.95

CMYK color model

#8674C4 color CMYK value is (32,41,0,23).

  • cyan value is 31.63%
  • magenta value is 40.82%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(32,41,0,23)
C32M41Y0K23 
(32%,41%,0%,23%)
(0.32/0.41/0.00/0.23)	

CMYK percentages

%31.63
%40.82
%0
%23.14

Codes

Color #8674C4 in popluar color models

8674C4
RGB134116196
HSL254°40.40%61.18%
HSB/HSV254°40.82%76.86%
CMYK31.63%40.82%0.00%
23.14%

Color #8674C4 in popluar number systems.

HEX8674C4
Decimal134116196
Binary10000110111010011000100
Octal206164304

Shades and tints

Shades of #8674C4

#8674C4
(134,116,196)
#7A6AB3
(122,106,179)
#6E60A2
(110,96,162)
#625691
(98,86,145)
#564C80
(86,76,128)
#4A426F
(74,66,111)
#3E385E
(62,56,94)
#322E4D
(50,46,77)
#26243C
(38,36,60)
#1A1A2B
(26,26,43)
#0E101A
(14,16,26)
#000000
(0,0,0)

Tints of #8674C4

#8674C4
(134,116,196)
#9180C9
(145,128,201)
#9C8CCE
(156,140,206)
#A798D3
(167,152,211)
#B2A4D8
(178,164,216)
#BDB0DD
(189,176,221)
#C8BCE2
(200,188,226)
#D3C8E7
(211,200,231)
#DED4EC
(222,212,236)
#E9E0F1
(233,224,241)
#F4ECF6
(244,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8674C4 color. Also use rgb(134,116,196) instead hex code.

Text Font Color

.myTextColor { color: #8674C4; }

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

This text font color is #8674C4.


Background Color

.myBgColor { background-color: #8674C4; }

<div style="background-color:#8674C4">Inner text</div>

This div background color is #8674C4.


Border color

.myBorderColor { border: 1px solid #8674C4; }

<div style="border:3px solid #8674C4">Div</div>

This div border color is #8674C4.


Opacity

.myOpacity80 { color: #8674C4; opacity: 0.8; }

<p style="color:#8674C4;opacity:0.8;">80%</p>

Text with #8674C4 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 #8674C4;}

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

This text has shadow with #8674C4 color.

.textShadow {text-shadow: 3px 3px 1px #8674C4, 3px 3px 1px red;}

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

This text has shadow with #8674C4 primary color and red secondary color.


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

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

This text has shadow with #8674C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8674C4 on black background.


Color preview on white background

This text has color #8674C4 on white background.



Black color preview on #8674C4 background

This text has black color on #8674C4 background.


White color preview on #8674C4 background

This text has white color on #8674C4 background.