COLOR #8762E1

HEX: #8762E1 RGB: (135,98,225)

Color info

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

RGB color model

#8762E1 color RGB value is (135,98,225).

RGB: (135,98,225) (53%, 38%, 88%)

RGB channels and saturation

R 135 of 255 = 53%
G 98 of 255 = 38%
B 225 of 255 = 88%

135
98
225

R + G + B ~ 60%. #8762E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 98 + 225 = 458 (100%)
R 135 of 458 ~ 29.48%
G 98 of 458 ~ 21.4%
B 225 of 458 ~ 49.13'%

%29.48
%21.4
%49.13

CMYK color model

#8762E1 color CMYK value is (40,56,0,12).

  • cyan value is 40.00%
  • magenta value is 56.44%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (40,56,0,12)
C40M56Y0K12 (40%, 56%, 0%, 12%)
(0.40 / 0.56 / 0.00 / 0.12)

CMYK percentages

%40
%56.44
%0
%11.76

Codes

Color #8762E1 in popluar color models

87 62 E1
RGB 135 98 225
HSL 257° 67.91% 63.33%
HSB/HSV 257° 56.44% 88.24%
CMYK 40.00% 56.44% 0.00%
11.76%

Color #8762E1 in popluar number systems.

HEX 87 62 E1
Decimal 135 98 225
Binary 10000111 1100010 11100001
Octal 207 142 341

Shades and tints

Shades of #8762E1

#8762E1
(135,98,225)
#7B5ACD
(123,90,205)
#6F52B9
(111,82,185)
#634AA5
(99,74,165)
#574291
(87,66,145)
#4B3A7D
(75,58,125)
#3F3269
(63,50,105)
#332A55
(51,42,85)
#272241
(39,34,65)
#1B1A2D
(27,26,45)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #8762E1

#8762E1
(135,98,225)
#9170E3
(145,112,227)
#9B7EE5
(155,126,229)
#A58CE7
(165,140,231)
#AF9AE9
(175,154,233)
#B9A8EB
(185,168,235)
#C3B6ED
(195,182,237)
#CDC4EF
(205,196,239)
#D7D2F1
(215,210,241)
#E1E0F3
(225,224,243)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8762E1 color. Also use rgb(135,98,225) instead hex code.

Text Font Color

.myTextColor { color: #8762E1; }

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

This text font color is #8762E1.

Background Color

.myBgColor { background-color: #8762E1; }

<div style="background-color:#8762E1">Inner text</div>

This div background color is #8762E1.

Border color

.myBorderColor { border: 1px solid #8762E1; }

<div style="border:3px solid #8762E1">Div</div>

This div border color is #8762E1.

Opacity

.myOpacity80 { color: #8762E1; opacity: 0.8; }

<p style="color:#8762E1;opacity:0.8;">80%</p>

Text with #8762E1 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 #8762E1;}

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

This text has shadow with #8762E1 color.


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

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

This text has shadow with #8762E1 primary color and red secondary color.


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

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

This text has shadow with #8762E1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8762E1.

Preview

Color preview on black background

This text has color #8762E1 on black background.


Color preview on white background

This text has color #8762E1 on white background.


Black color preview on #8762E1 background

This text has black color on #8762E1 background.


White color preview on #8762E1 background

This text has white color on #8762E1 background.


Related colors

Complementary color

Complementary color for #hex is #789D1E.


I love getcolorcode.com

Triadic colors

1 #E18762 and #62E187 with #8762E1 are triadic colors.

2 #E16287 and #6287E1 with #8762E1 are triadic colors.