#864DEA

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

Shades of Medium Slate Blue #864DEA

Tints of Medium Slate Blue #864DEA

Color information

#864DEA (or 0x864DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 4D and EA. RGB value is (134,77,234). Sum of RGB (Red+Green+Blue) = 134+77+234=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #864DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #864DEA is #79B215. Grayscale: #6F6F6F. Windows color (decimal): -7975446 or 15355270. OLE color: 15355270.

HSL color Cylindrical-coordinate representation of color #864DEA: hue angle of 261.78º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #864DEA is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13477234-
CMYK0.430.6700.08
HSL261.78º78.89%60.98%-
HSV(B)261.78º67.09%91.76%-
XYZ27.3416.3279.55-
YUV111.94196.88143.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 77 (30.47% from 255) = 17.30%
BLUE value IS 234 (91.80% from 255) = 52.58%
R=30.11%
G=17.30%
B=52.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal134772340.430.6700.08261.7878.8960.98
Hex864DEA2B43081064f3d
Octal2061153525310301040611775
Binary100001101001101111010101010111000011010001000001101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,77,234); }

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

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

 a { background-color: rgb(134,77,234); }

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

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

 span { border-color: rgb(134,77,234); }

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