#864EE7

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

Shades of Medium Slate Blue #864EE7

Tints of Medium Slate Blue #864EE7

Color information

#864EE7 (or 0x864EE7) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 4E and E7. RGB value is (134,78,231). Sum of RGB (Red+Green+Blue) = 134+78+231=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 231 (90.62% from 255 or 52.14% from 443); Max value from RGB is 231 - color contains mainly: blue. Hex color #864EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864EE7 is #79B118. Grayscale: #6F6F6F. Windows color (decimal): -7975193 or 15158918. OLE color: 15158918.

HSL color Cylindrical-coordinate representation of color #864EE7: hue angle of 261.96º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #864EE7 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13478231-
CMYK0.420.6600.09
HSL261.96º76.12%60.59%-
HSV(B)261.96º66.23%90.59%-
XYZ26.9816.2977.32-
YUV112.19195.05143.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.25%
GREEN value IS 78 (30.86% from 255) = 17.61%
BLUE value IS 231 (90.62% from 255) = 52.14%
R=30.25%
G=17.61%
B=52.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal134782310.420.6600.09261.9676.1260.59
Hex864EE72A42091064c3d
Octal2061163475210201140611475
Binary100001101001110111001111010101000010010011000001101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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