COLOR #8673E0

HEX: #8673E0
RGB: (134,115,224)

Color info

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

RGB color model

#8673E0 color RGB value is (134,115,224).

  • red value is 134;
  • green value is 115;
  • blue value is 224.
RGB:
(134,115,224)
(53%,45%,88%)

RGB channels and saturation

R 134 of 255 = 53%
G 115 of 255 = 45%
B 224 of 255 = 88%

134
115
224

R + G + B ~ 62%. #8673E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 115 + 224 = 473 (100%)
R 134 of 473 ~ 28.33%
G 115 of 473 ~ 24.31%
B 224 of 473 ~ 47.36%

%28.33
%24.31
%47.36

CMYK color model

#8673E0 color CMYK value is (40,49,0,12).

  • cyan value is 40.18%
  • magenta value is 48.66%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(40,49,0,12)
C40M49Y0K12 
(40%,49%,0%,12%)
(0.40/0.49/0.00/0.12)	

CMYK percentages

%40.18
%48.66
%0
%12.16

Codes

Color #8673E0 in popluar color models

8673E0
RGB134115224
HSL250°63.74%66.47%
HSB/HSV250°48.66%87.84%
CMYK40.18%48.66%0.00%
12.16%

Color #8673E0 in popluar number systems.

HEX8673E0
Decimal134115224
Binary10000110111001111100000
Octal206163340

Shades and tints

Shades of #8673E0

#8673E0
(134,115,224)
#7A69CC
(122,105,204)
#6E5FB8
(110,95,184)
#6255A4
(98,85,164)
#564B90
(86,75,144)
#4A417C
(74,65,124)
#3E3768
(62,55,104)
#322D54
(50,45,84)
#262340
(38,35,64)
#1A192C
(26,25,44)
#0E0F18
(14,15,24)
#000000
(0,0,0)

Tints of #8673E0

#8673E0
(134,115,224)
#917FE2
(145,127,226)
#9C8BE4
(156,139,228)
#A797E6
(167,151,230)
#B2A3E8
(178,163,232)
#BDAFEA
(189,175,234)
#C8BBEC
(200,187,236)
#D3C7EE
(211,199,238)
#DED3F0
(222,211,240)
#E9DFF2
(233,223,242)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8673E0 color. Also use rgb(134,115,224) instead hex code.

Text Font Color

.myTextColor { color: #8673E0; }

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

This text font color is #8673E0.


Background Color

.myBgColor { background-color: #8673E0; }

<div style="background-color:#8673E0">Inner text</div>

This div background color is #8673E0.


Border color

.myBorderColor { border: 1px solid #8673E0; }

<div style="border:3px solid #8673E0">Div</div>

This div border color is #8673E0.


Opacity

.myOpacity80 { color: #8673E0; opacity: 0.8; }

<p style="color:#8673E0;opacity:0.8;">80%</p>

Text with #8673E0 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 #8673E0;}

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

This text has shadow with #8673E0 color.

.textShadow {text-shadow: 3px 3px 1px #8673E0, 3px 3px 1px red;}

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

This text has shadow with #8673E0 primary color and red secondary color.


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

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

This text has shadow with #8673E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8673E0 on black background.


Color preview on white background

This text has color #8673E0 on white background.



Black color preview on #8673E0 background

This text has black color on #8673E0 background.


White color preview on #8673E0 background

This text has white color on #8673E0 background.