COLOR #8672F7

HEX: #8672F7
RGB: (134,114,247)

Color info

#8672F7 contains mainly blue color. Web safe color of #8672F7 is #9966FF (or #96F).

RGB color model

#8672F7 color RGB value is (134,114,247).

  • red value is 134;
  • green value is 114;
  • blue value is 247.
RGB:
(134,114,247)
(53%,45%,97%)

RGB channels and saturation

R 134 of 255 = 53%
G 114 of 255 = 45%
B 247 of 255 = 97%

134
114
247

R + G + B ~ 65%. #8672F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 114 + 247 = 495 (100%)
R 134 of 495 ~ 27.07%
G 114 of 495 ~ 23.03%
B 247 of 495 ~ 49.9%

%27.07
%23.03
%49.9

CMYK color model

#8672F7 color CMYK value is (46,54,0,3).

  • cyan value is 45.75%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(46,54,0,3)
C46M54Y0K3 
(46%,54%,0%,3%)
(0.46/0.54/0.00/0.03)	

CMYK percentages

%45.75
%53.85
%0
%3.14

Codes

Color #8672F7 in popluar color models

8672F7
RGB134114247
HSL249°89.26%70.78%
HSB/HSV249°53.85%96.86%
CMYK45.75%53.85%0.00%
3.14%

Color #8672F7 in popluar number systems.

HEX8672F7
Decimal134114247
Binary10000110111001011110111
Octal206162367

Shades and tints

Shades of #8672F7

#8672F7
(134,114,247)
#7A68E1
(122,104,225)
#6E5ECB
(110,94,203)
#6254B5
(98,84,181)
#564A9F
(86,74,159)
#4A4089
(74,64,137)
#3E3673
(62,54,115)
#322C5D
(50,44,93)
#262247
(38,34,71)
#1A1831
(26,24,49)
#0E0E1B
(14,14,27)
#000000
(0,0,0)

Tints of #8672F7

#8672F7
(134,114,247)
#917EF7
(145,126,247)
#9C8AF7
(156,138,247)
#A796F7
(167,150,247)
#B2A2F7
(178,162,247)
#BDAEF7
(189,174,247)
#C8BAF7
(200,186,247)
#D3C6F7
(211,198,247)
#DED2F7
(222,210,247)
#E9DEF7
(233,222,247)
#F4EAF7
(244,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8672F7 color. Also use rgb(134,114,247) instead hex code.

Text Font Color

.myTextColor { color: #8672F7; }

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

This text font color is #8672F7.


Background Color

.myBgColor { background-color: #8672F7; }

<div style="background-color:#8672F7">Inner text</div>

This div background color is #8672F7.


Border color

.myBorderColor { border: 1px solid #8672F7; }

<div style="border:3px solid #8672F7">Div</div>

This div border color is #8672F7.


Opacity

.myOpacity80 { color: #8672F7; opacity: 0.8; }

<p style="color:#8672F7;opacity:0.8;">80%</p>

Text with #8672F7 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 #8672F7;}

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

This text has shadow with #8672F7 color.

.textShadow {text-shadow: 3px 3px 1px #8672F7, 3px 3px 1px red;}

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

This text has shadow with #8672F7 primary color and red secondary color.


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

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

This text has shadow with #8672F7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8672F7 on black background.


Color preview on white background

This text has color #8672F7 on white background.



Black color preview on #8672F7 background

This text has black color on #8672F7 background.


White color preview on #8672F7 background

This text has white color on #8672F7 background.