#866DE8

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

Shades of Medium Slate Blue #866DE8

Tints of Medium Slate Blue #866DE8

Color information

#866DE8 (or 0x866DE8) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 6D and E8. RGB value is (134,109,232). Sum of RGB (Red+Green+Blue) = 134+109+232=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #866DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866DE8 is #799217. Grayscale: #828282. Windows color (decimal): -7967256 or 15232390. OLE color: 15232390.

HSL color Cylindrical-coordinate representation of color #866DE8: hue angle of 252.2º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #866DE8 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134109232-
CMYK0.420.5300.09
HSL252.2º72.78%66.86%-
HSV(B)252.2º53.02%90.98%-
XYZ29.8721.8378.98-
YUV130.5185.28130.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.21%
GREEN value IS 109 (42.97% from 255) = 22.95%
BLUE value IS 232 (91.02% from 255) = 48.84%
R=28.21%
G=22.95%
B=48.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1341092320.420.5300.09252.272.7866.86
Hex866DE82A3509fc4943
Octal2061553505265011374111103
Binary10000110110110111101000101010110101010011111110010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866DE8; }

 p { color: rgb(134,109,232); }

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

<style>
 a { background-color: #866DE8; }

 a { background-color: rgb(134,109,232); }

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

<style>
 span { border-color: #866DE8; }

 span { border-color: rgb(134,109,232); }

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