#865AF6

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

Shades of Medium Slate Blue #865AF6

Tints of Medium Slate Blue #865AF6

Color information

#865AF6 (or 0x865AF6) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 5A and F6. RGB value is (134,90,246). Sum of RGB (Red+Green+Blue) = 134+90+246=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #865AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865AF6 is #79A509. Grayscale: #787878. Windows color (decimal): -7972106 or 16145030. OLE color: 16145030.

HSL color Cylindrical-coordinate representation of color #865AF6: hue angle of 256.92º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #865AF6 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13490246-
CMYK0.460.6300.04
HSL256.92º89.66%65.88%-
HSV(B)256.92º63.41%96.47%-
XYZ30.1219.0389.28-
YUV120.94198.58137.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.51%
GREEN value IS 90 (35.55% from 255) = 19.15%
BLUE value IS 246 (96.48% from 255) = 52.34%
R=28.51%
G=19.15%
B=52.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal134902460.460.6300.04256.9289.6665.88
Hex865AF62E3F041015a42
Octal206132366567704401132102
Binary10000110101101011110110101110111111010010000000110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,90,246); }

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

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

 a { background-color: rgb(134,90,246); }

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

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

 span { border-color: rgb(134,90,246); }

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