#865EED

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

Shades of Medium Slate Blue #865EED

Tints of Medium Slate Blue #865EED

Color information

#865EED (or 0x865EED) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 5E and ED. RGB value is (134,94,237). Sum of RGB (Red+Green+Blue) = 134+94+237=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #865EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865EED is #79A112. Grayscale: #797979. Windows color (decimal): -7971091 or 15556230. OLE color: 15556230.

HSL color Cylindrical-coordinate representation of color #865EED: hue angle of 256.78º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865EED is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13494237-
CMYK0.430.6000.07
HSL256.78º79.89%64.9%-
HSV(B)256.78º60.34%92.94%-
XYZ29.1219.1982.29-
YUV122.26192.75136.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 94 (37.11% from 255) = 20.22%
BLUE value IS 237 (92.97% from 255) = 50.97%
R=28.82%
G=20.22%
B=50.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal134942370.430.6000.07256.7879.8964.9
Hex865EED2B3C071015041
Octal206136355537407401120101
Binary10000110101111011101101101011111100011110000000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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