COLOR #8763D0

HEX: #8763D0
RGB: (135,99,208)

Color info

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

RGB color model

#8763D0 color RGB value is (135,99,208).

  • red value is 135;
  • green value is 99;
  • blue value is 208.
RGB:
(135,99,208)
(53%,39%,82%)

RGB channels and saturation

R 135 of 255 = 53%
G 99 of 255 = 39%
B 208 of 255 = 82%

135
99
208

R + G + B ~ 58%. #8763D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 99 + 208 = 442 (100%)
R 135 of 442 ~ 30.54%
G 99 of 442 ~ 22.4%
B 208 of 442 ~ 47.06%

%30.54
%22.4
%47.06

CMYK color model

#8763D0 color CMYK value is (35,52,0,18).

  • cyan value is 35.10%
  • magenta value is 52.40%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(35,52,0,18)
C35M52Y0K18 
(35%,52%,0%,18%)
(0.35/0.52/0.00/0.18)	

CMYK percentages

%35.1
%52.4
%0
%18.43

Codes

Color #8763D0 in popluar color models

8763D0
RGB13599208
HSL260°53.69%60.20%
HSB/HSV260°52.40%81.57%
CMYK35.10%52.40%0.00%
18.43%

Color #8763D0 in popluar number systems.

HEX8763D0
Decimal13599208
Binary10000111110001111010000
Octal207143320

Shades and tints

Shades of #8763D0

#8763D0
(135,99,208)
#7B5ABE
(123,90,190)
#6F51AC
(111,81,172)
#63489A
(99,72,154)
#573F88
(87,63,136)
#4B3676
(75,54,118)
#3F2D64
(63,45,100)
#332452
(51,36,82)
#271B40
(39,27,64)
#1B122E
(27,18,46)
#0F091C
(15,9,28)
#000000
(0,0,0)

Tints of #8763D0

#8763D0
(135,99,208)
#9171D4
(145,113,212)
#9B7FD8
(155,127,216)
#A58DDC
(165,141,220)
#AF9BE0
(175,155,224)
#B9A9E4
(185,169,228)
#C3B7E8
(195,183,232)
#CDC5EC
(205,197,236)
#D7D3F0
(215,211,240)
#E1E1F4
(225,225,244)
#EBEFF8
(235,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8763D0 color. Also use rgb(135,99,208) instead hex code.

Text Font Color

.myTextColor { color: #8763D0; }

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

This text font color is #8763D0.


Background Color

.myBgColor { background-color: #8763D0; }

<div style="background-color:#8763D0">Inner text</div>

This div background color is #8763D0.


Border color

.myBorderColor { border: 1px solid #8763D0; }

<div style="border:3px solid #8763D0">Div</div>

This div border color is #8763D0.


Opacity

.myOpacity80 { color: #8763D0; opacity: 0.8; }

<p style="color:#8763D0;opacity:0.8;">80%</p>

Text with #8763D0 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 #8763D0;}

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

This text has shadow with #8763D0 color.

.textShadow {text-shadow: 3px 3px 1px #8763D0, 3px 3px 1px red;}

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

This text has shadow with #8763D0 primary color and red secondary color.


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

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

This text has shadow with #8763D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8763D0 on black background.


Color preview on white background

This text has color #8763D0 on white background.



Black color preview on #8763D0 background

This text has black color on #8763D0 background.


White color preview on #8763D0 background

This text has white color on #8763D0 background.