COLOR #8581F7

HEX: #8581F7
RGB: (133,129,247)

Color info

#8581F7 contains mainly blue color. Web safe color of #8581F7 is #9999FF (or #99F).

RGB color model

#8581F7 color RGB value is (133,129,247).

  • red value is 133;
  • green value is 129;
  • blue value is 247.
RGB:
(133,129,247)
(52%,51%,97%)

RGB channels and saturation

R 133 of 255 = 52%
G 129 of 255 = 51%
B 247 of 255 = 97%

133
129
247

R + G + B ~ 67%. #8581F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 129 + 247 = 509 (100%)
R 133 of 509 ~ 26.13%
G 129 of 509 ~ 25.34%
B 247 of 509 ~ 48.53%

%26.13
%25.34
%48.53

CMYK color model

#8581F7 color CMYK value is (46,48,0,3).

  • cyan value is 46.15%
  • magenta value is 47.77%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(46,48,0,3)
C46M48Y0K3 
(46%,48%,0%,3%)
(0.46/0.48/0.00/0.03)	

CMYK percentages

%46.15
%47.77
%0
%3.14

Codes

Color #8581F7 in popluar color models

8581F7
RGB133129247
HSL242°88.06%73.73%
HSB/HSV242°47.77%96.86%
CMYK46.15%47.77%0.00%
3.14%

Color #8581F7 in popluar number systems.

HEX8581F7
Decimal133129247
Binary100001011000000111110111
Octal205201367

Shades and tints

Shades of #8581F7

#8581F7
(133,129,247)
#7976E1
(121,118,225)
#6D6BCB
(109,107,203)
#6160B5
(97,96,181)
#55559F
(85,85,159)
#494A89
(73,74,137)
#3D3F73
(61,63,115)
#31345D
(49,52,93)
#252947
(37,41,71)
#191E31
(25,30,49)
#0D131B
(13,19,27)
#000000
(0,0,0)

Tints of #8581F7

#8581F7
(133,129,247)
#908CF7
(144,140,247)
#9B97F7
(155,151,247)
#A6A2F7
(166,162,247)
#B1ADF7
(177,173,247)
#BCB8F7
(188,184,247)
#C7C3F7
(199,195,247)
#D2CEF7
(210,206,247)
#DDD9F7
(221,217,247)
#E8E4F7
(232,228,247)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8581F7 color. Also use rgb(133,129,247) instead hex code.

Text Font Color

.myTextColor { color: #8581F7; }

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

This text font color is #8581F7.


Background Color

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

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

This div background color is #8581F7.


Border color

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

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

This div border color is #8581F7.


Opacity

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

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

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

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

This text has shadow with #8581F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8581F7 on black background.


Color preview on white background

This text has color #8581F7 on white background.



Black color preview on #8581F7 background

This text has black color on #8581F7 background.


White color preview on #8581F7 background

This text has white color on #8581F7 background.