#864BF1

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

Shades of Medium Slate Blue #864BF1

Tints of Medium Slate Blue #864BF1

Color information

#864BF1 (or 0x864BF1) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 4B and F1. RGB value is (134,75,241). Sum of RGB (Red+Green+Blue) = 134+75+241=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #864BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864BF1 is #79B40E. Grayscale: #6E6E6E. Windows color (decimal): -7975951 or 15813510. OLE color: 15813510.

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

Color convert

RGB13475241-
CMYK0.440.6900.05
HSL261.33º85.57%61.96%-
HSV(B)261.33º68.88%94.51%-
XYZ28.2216.4584.91-
YUV111.56201.05144-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.78%
GREEN value IS 75 (29.69% from 255) = 16.67%
BLUE value IS 241 (94.53% from 255) = 53.56%
R=29.78%
G=16.67%
B=53.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal134752410.440.6900.05261.3385.5761.96
Hex864BF12C4505105563e
Octal206113361541050540512676
Binary10000110100101111110001101100100010101011000001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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