#866EED

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

Shades of Medium Slate Blue #866EED

Tints of Medium Slate Blue #866EED

Color information

#866EED (or 0x866EED) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 6E and ED. RGB value is (134,110,237). Sum of RGB (Red+Green+Blue) = 134+110+237=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #866EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866EED is #799112. Grayscale: #838383. Windows color (decimal): -7966995 or 15560326. OLE color: 15560326.

HSL color Cylindrical-coordinate representation of color #866EED: hue angle of 251.34º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #866EED is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134110237-
CMYK0.430.5400.07
HSL251.34º77.91%68.04%-
HSV(B)251.34º53.59%92.94%-
XYZ30.6922.3382.81-
YUV131.65187.45129.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.86%
GREEN value IS 110 (43.36% from 255) = 22.87%
BLUE value IS 237 (92.97% from 255) = 49.27%
R=27.86%
G=22.87%
B=49.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341102370.430.5400.07251.3477.9168.04
Hex866EED2B3607fb4e44
Octal206156355536607373116104
Binary1000011011011101110110110101111011001111111101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,110,237); }

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

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

 a { background-color: rgb(134,110,237); }

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

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

 span { border-color: rgb(134,110,237); }

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