#865EE5

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

Shades of Medium Slate Blue #865EE5

Tints of Medium Slate Blue #865EE5

Color information

#865EE5 (or 0x865EE5) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 5E and E5. RGB value is (134,94,229). Sum of RGB (Red+Green+Blue) = 134+94+229=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #865EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865EE5 is #79A11A. Grayscale: #787878. Windows color (decimal): -7971099 or 15031942. OLE color: 15031942.

HSL color Cylindrical-coordinate representation of color #865EE5: hue angle of 257.78º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #865EE5 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13494229-
CMYK0.410.5900.10
HSL257.78º72.19%63.33%-
HSV(B)257.78º58.95%89.8%-
XYZ27.9818.7376.27-
YUV121.35188.75137.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.32%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 229 (89.84% from 255) = 50.11%
R=29.32%
G=20.57%
B=50.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal134942290.410.5900.10257.7872.1963.33
Hex865EE5293B0A102483f
Octal206136345517301240211077
Binary10000110101111011100101101001111011010101000000101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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