#864EF1

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

Shades of Medium Slate Blue #864EF1

Tints of Medium Slate Blue #864EF1

Color information

#864EF1 (or 0x864EF1) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 4E and F1. RGB value is (134,78,241). Sum of RGB (Red+Green+Blue) = 134+78+241=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #864EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864EF1 is #79B10E. Grayscale: #707070. Windows color (decimal): -7975183 or 15814278. OLE color: 15814278.

HSL color Cylindrical-coordinate representation of color #864EF1: hue angle of 260.61º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #864EF1 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13478241-
CMYK0.440.6800.05
HSL260.61º85.34%62.55%-
HSV(B)260.61º67.63%94.51%-
XYZ28.4316.8784.98-
YUV113.33200.05142.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.58%
GREEN value IS 78 (30.86% from 255) = 17.22%
BLUE value IS 241 (94.53% from 255) = 53.20%
R=29.58%
G=17.22%
B=53.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal134782410.440.6800.05260.6185.3462.55
Hex864EF12C4405105553f
Octal206116361541040540512577
Binary10000110100111011110001101100100010001011000001011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864EF1; }

 p { color: rgb(134,78,241); }

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

<style>
 a { background-color: #864EF1; }

 a { background-color: rgb(134,78,241); }

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

<style>
 span { border-color: #864EF1; }

 span { border-color: rgb(134,78,241); }

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