#8960EC

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

Shades of Medium Slate Blue #8960EC

Tints of Medium Slate Blue #8960EC

Color information

#8960EC (or 0x8960EC) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 60 and EC. RGB value is (137,96,236). Sum of RGB (Red+Green+Blue) = 137+96+236=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #8960EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8960EC is #769F13. Grayscale: #7B7B7B. Windows color (decimal): -7773972 or 15491209. OLE color: 15491209.

HSL color Cylindrical-coordinate representation of color #8960EC: hue angle of 257.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8960EC is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13796236-
CMYK0.420.5900.07
HSL257.57º78.65%65.1%-
HSV(B)257.57º59.32%92.55%-
XYZ29.6419.7481.6-
YUV124.22191.08137.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.21%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 236 (92.58% from 255) = 50.32%
R=29.21%
G=20.47%
B=50.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal137962360.420.5900.07257.5778.6565.1
Hex8960EC2A3B071024f41
Octal211140354527307402117101
Binary10001001110000011101100101010111011011110000001010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8960EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8960EC; }

 p { color: rgb(137,96,236); }

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

<style>
 a { background-color: #8960EC; }

 a { background-color: rgb(137,96,236); }

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

<style>
 span { border-color: #8960EC; }

 span { border-color: rgb(137,96,236); }

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