#8964EB

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

Shades of Medium Slate Blue #8964EB

Tints of Medium Slate Blue #8964EB

Color information

#8964EB (or 0x8964EB) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 64 and EB. RGB value is (137,100,235). Sum of RGB (Red+Green+Blue) = 137+100+235=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #8964EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8964EB is #769B14. Grayscale: #7D7D7D. Windows color (decimal): -7772949 or 15426697. OLE color: 15426697.

HSL color Cylindrical-coordinate representation of color #8964EB: hue angle of 256.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8964EB is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137100235-
CMYK0.420.5700.08
HSL256.44º77.14%65.69%-
HSV(B)256.44º57.45%92.16%-
XYZ29.8720.4380.97-
YUV126.45189.26135.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.03%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 235 (92.19% from 255) = 49.79%
R=29.03%
G=21.19%
B=49.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1371002350.420.5700.08256.4477.1465.69
Hex8964EB2A39081004d42
Octal2111443535271010400115102
Binary100010011100100111010111010101110010100010000000010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8964EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8964EB; }

 p { color: rgb(137,100,235); }

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

<style>
 a { background-color: #8964EB; }

 a { background-color: rgb(137,100,235); }

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

<style>
 span { border-color: #8964EB; }

 span { border-color: rgb(137,100,235); }

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