#865EF2

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

Shades of Medium Slate Blue #865EF2

Tints of Medium Slate Blue #865EF2

Color information

#865EF2 (or 0x865EF2) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 5E and F2. RGB value is (134,94,242). Sum of RGB (Red+Green+Blue) = 134+94+242=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #865EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #865EF2 is #79A10D. Grayscale: #7A7A7A. Windows color (decimal): -7971086 or 15883910. OLE color: 15883910.

HSL color Cylindrical-coordinate representation of color #865EF2: hue angle of 256.22º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #865EF2 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13494242-
CMYK0.450.6100.05
HSL256.22º85.06%65.88%-
HSV(B)256.22º61.16%94.9%-
XYZ29.8619.4886.19-
YUV122.83195.25135.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.51%
GREEN value IS 94 (37.11% from 255) = 20%
BLUE value IS 242 (94.92% from 255) = 51.49%
R=28.51%
G=20%
B=51.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal134942420.450.6100.05256.2285.0665.88
Hex865EF22D3D051005542
Octal206136362557505400125102
Binary10000110101111011110010101101111101010110000000010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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