#8766EA

Color #8766EA Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8766EA

Tints of Medium Slate Blue #8766EA

Color information

#8766EA (or 0x8766EA) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 66 and EA. RGB value is (135,102,234). Sum of RGB (Red+Green+Blue) = 135+102+234=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #8766EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8766EA is #789915. Grayscale: #7E7E7E. Windows color (decimal): -7903510 or 15361671. OLE color: 15361671.

HSL color Cylindrical-coordinate representation of color #8766EA: hue angle of 255º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8766EA is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135102234-
CMYK0.420.5600.08
HSL255º75.86%65.88%-
HSV(B)255º56.41%91.76%-
XYZ29.5920.5980.26-
YUV126.92188.43133.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 28.66%
GREEN value IS 102 (40.23% from 255) = 21.66%
BLUE value IS 234 (91.80% from 255) = 49.68%
R=28.66%
G=21.66%
B=49.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1351022340.420.5600.0825575.8665.88
Hex8766EA2A3808ff4c42
Octal2071463525270010377114102
Binary10000111110011011101010101010111000010001111111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8766EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8766EA; }

 p { color: rgb(135,102,234); }

 H1.HeaderClassName
 {
   color: #8766EA;
 }
 .AnyTagClassName
 {
   color: #8766EA;
 }
</style>
background-color css

<style>
 a { background-color: #8766EA; }

 a { background-color: rgb(135,102,234); }

 div.DivClassName
 {
   background-color: #8766EA;
 }
 .BgClassName
 {
   background-color: #8766EA;
 }
</style>
border-color css

<style>
 span { border-color: #8766EA; }

 span { border-color: rgb(135,102,234); }

 td.TdClassName
 {
   border-color: #8766EA;
 }
 .TagClassName
 {
   border-color: #8766EA;
 }
</style>