COLOR #8674BD

HEX: #8674BD
RGB: (134,116,189)

Color info

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

RGB color model

#8674BD color RGB value is (134,116,189).

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

RGB channels and saturation

R 134 of 255 = 53%
G 116 of 255 = 45%
B 189 of 255 = 74%

134
116
189

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

Portions of RGB colors in percentages

R + G + B =
134 + 116 + 189 = 439 (100%)
R 134 of 439 ~ 30.52%
G 116 of 439 ~ 26.42%
B 189 of 439 ~ 43.05%

%30.52
%26.42
%43.05

CMYK color model

#8674BD color CMYK value is (29,39,0,26).

  • cyan value is 29.10%
  • magenta value is 38.62%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(29,39,0,26)
C29M39Y0K26 
(29%,39%,0%,26%)
(0.29/0.39/0.00/0.26)	

CMYK percentages

%29.1
%38.62
%0
%25.88

Codes

Color #8674BD in popluar color models

8674BD
RGB134116189
HSL255°35.61%59.80%
HSB/HSV255°38.62%74.12%
CMYK29.10%38.62%0.00%
25.88%

Color #8674BD in popluar number systems.

HEX8674BD
Decimal134116189
Binary10000110111010010111101
Octal206164275

Shades and tints

Shades of #8674BD

#8674BD
(134,116,189)
#7A6AAC
(122,106,172)
#6E609B
(110,96,155)
#62568A
(98,86,138)
#564C79
(86,76,121)
#4A4268
(74,66,104)
#3E3857
(62,56,87)
#322E46
(50,46,70)
#262435
(38,36,53)
#1A1A24
(26,26,36)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #8674BD

#8674BD
(134,116,189)
#9180C3
(145,128,195)
#9C8CC9
(156,140,201)
#A798CF
(167,152,207)
#B2A4D5
(178,164,213)
#BDB0DB
(189,176,219)
#C8BCE1
(200,188,225)
#D3C8E7
(211,200,231)
#DED4ED
(222,212,237)
#E9E0F3
(233,224,243)
#F4ECF9
(244,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8674BD; }

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

This text font color is #8674BD.


Background Color

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

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

This div background color is #8674BD.


Border color

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

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

This div border color is #8674BD.


Opacity

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

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

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

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

This text has shadow with #8674BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8674BD on black background.


Color preview on white background

This text has color #8674BD on white background.



Black color preview on #8674BD background

This text has black color on #8674BD background.


White color preview on #8674BD background

This text has white color on #8674BD background.