#864CEF

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

Shades of Medium Slate Blue #864CEF

Tints of Medium Slate Blue #864CEF

Color information

#864CEF (or 0x864CEF) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 4C and EF. RGB value is (134,76,239). Sum of RGB (Red+Green+Blue) = 134+76+239=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #864CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864CEF is #79B310. Grayscale: #6F6F6F. Windows color (decimal): -7975697 or 15682694. OLE color: 15682694.

HSL color Cylindrical-coordinate representation of color #864CEF: hue angle of 261.35º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #864CEF is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13476239-
CMYK0.440.6800.06
HSL261.35º83.59%61.76%-
HSV(B)261.35º68.2%93.73%-
XYZ2816.4783.36-
YUV111.92199.72143.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 76 (30.08% from 255) = 16.93%
BLUE value IS 239 (93.75% from 255) = 53.23%
R=29.84%
G=16.93%
B=53.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal134762390.440.6800.06261.3583.5961.76
Hex864CEF2C4406105543e
Octal206114357541040640512476
Binary10000110100110011101111101100100010001101000001011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,76,239); }

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

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

 a { background-color: rgb(134,76,239); }

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

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

 span { border-color: rgb(134,76,239); }

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