COLOR #8487F5

HEX: #8487F5 RGB: (132,135,245)

Color info

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

RGB color model

#8487F5 color RGB value is (132,135,245).

RGB: (132,135,245) (52%, 53%, 96%)

RGB channels and saturation

R 132 of 255 = 52%
G 135 of 255 = 53%
B 245 of 255 = 96%

132
135
245

R + G + B ~ 67%. #8487F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 135 + 245 = 512 (100%)
R 132 of 512 ~ 25.78%
G 135 of 512 ~ 26.37%
B 245 of 512 ~ 47.85'%

%25.78
%26.37
%47.85

CMYK color model

#8487F5 color CMYK value is (46,45,0,4).

  • cyan value is 46.12%
  • magenta value is 44.90%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (46,45,0,4)
C46M45Y0K4 (46%, 45%, 0%, 4%)
(0.46 / 0.45 / 0.00 / 0.04)

CMYK percentages

%46.12
%44.9
%0
%3.92

Codes

Color #8487F5 in popluar color models

84 87 F5
RGB 132 135 245
HSL 238° 84.96% 73.92%
HSB/HSV 238° 46.12% 96.08%
CMYK 46.12% 44.90% 0.00%
3.92%

Color #8487F5 in popluar number systems.

HEX 84 87 F5
Decimal 132 135 245
Binary 10000100 10000111 11110101
Octal 204 207 365

Shades and tints

Shades of #8487F5

#8487F5
(132,135,245)
#787BDF
(120,123,223)
#6C6FC9
(108,111,201)
#6063B3
(96,99,179)
#54579D
(84,87,157)
#484B87
(72,75,135)
#3C3F71
(60,63,113)
#30335B
(48,51,91)
#242745
(36,39,69)
#181B2F
(24,27,47)
#0C0F19
(12,15,25)
#000000
(0,0,0)

Tints of #8487F5

#8487F5
(132,135,245)
#8F91F5
(143,145,245)
#9A9BF5
(154,155,245)
#A5A5F5
(165,165,245)
#B0AFF5
(176,175,245)
#BBB9F5
(187,185,245)
#C6C3F5
(198,195,245)
#D1CDF5
(209,205,245)
#DCD7F5
(220,215,245)
#E7E1F5
(231,225,245)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8487F5 color. Also use rgb(132,135,245) instead hex code.

Text Font Color

.myTextColor { color: #8487F5; }

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

This text font color is #8487F5.

Background Color

.myBgColor { background-color: #8487F5; }

<div style="background-color:#8487F5">Inner text</div>

This div background color is #8487F5.

Border color

.myBorderColor { border: 1px solid #8487F5; }

<div style="border:3px solid #8487F5">Div</div>

This div border color is #8487F5.

Opacity

.myOpacity80 { color: #8487F5; opacity: 0.8; }

<p style="color:#8487F5;opacity:0.8;">80%</p>

Text with #8487F5 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 #8487F5;}

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

This text has shadow with #8487F5 color.


.textShadow {text-shadow: 3px 3px 1px #8487F5', 3px 3px 1px red;}

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

This text has shadow with #8487F5 primary color and red secondary color.


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

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

This text has shadow with #8487F5 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8487F5; -webkit-box-shadow: 1px 1px 3px 2px #8487F5; box-shadow:1px 1px 3px 2px #8487F5;">
Div content here
</div>

This div box has shadow with color #8487F5.

Preview

Color preview on black background

This text has color #8487F5 on black background.


Color preview on white background

This text has color #8487F5 on white background.


Black color preview on #8487F5 background

This text has black color on #8487F5 background.


White color preview on #8487F5 background

This text has white color on #8487F5 background.


Related colors

Complementary color

Complementary color for #hex is #7B780A.


I love getcolorcode.com

Triadic colors

1 #F58487 and #87F584 with #8487F5 are triadic colors.

2 #F58784 and #8784F5 with #8487F5 are triadic colors.