#865EE7

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

Shades of Medium Slate Blue #865EE7

Tints of Medium Slate Blue #865EE7

Color information

#865EE7 (or 0x865EE7) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 5E and E7. RGB value is (134,94,231). Sum of RGB (Red+Green+Blue) = 134+94+231=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 231 (90.62% from 255 or 50.33% from 459); Max value from RGB is 231 - color contains mainly: blue. Hex color #865EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865EE7 is #79A118. Grayscale: #797979. Windows color (decimal): -7971097 or 15163014. OLE color: 15163014.

HSL color Cylindrical-coordinate representation of color #865EE7: hue angle of 257.52º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #865EE7 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13494231-
CMYK0.420.5900.09
HSL257.52º74.05%63.73%-
HSV(B)257.52º59.31%90.59%-
XYZ28.2618.8477.75-
YUV121.58189.75136.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.19%
GREEN value IS 94 (37.11% from 255) = 20.48%
BLUE value IS 231 (90.62% from 255) = 50.33%
R=29.19%
G=20.48%
B=50.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal134942310.420.5900.09257.5274.0563.73
Hex865EE72A3B091024a40
Octal2061363475273011402112100
Binary100001101011110111001111010101110110100110000001010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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