#8961ED

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

Shades of Medium Slate Blue #8961ED

Tints of Medium Slate Blue #8961ED

Color information

#8961ED (or 0x8961ED) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 61 and ED. RGB value is (137,97,237). Sum of RGB (Red+Green+Blue) = 137+97+237=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #8961ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8961ED is #769E12. Grayscale: #7C7C7C. Windows color (decimal): -7773715 or 15557001. OLE color: 15557001.

HSL color Cylindrical-coordinate representation of color #8961ED: hue angle of 257.14º degrees, saturation: 0.8, 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 #8961ED is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13797237-
CMYK0.420.5900.07
HSL257.14º79.55%65.49%-
HSV(B)257.14º59.07%92.94%-
XYZ29.8819.9882.4-
YUV124.92191.25136.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.09%
GREEN value IS 97 (38.28% from 255) = 20.59%
BLUE value IS 237 (92.97% from 255) = 50.32%
R=29.09%
G=20.59%
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
Decimal137972370.420.5900.07257.1479.5565.49
Hex8961ED2A3B071015041
Octal211141355527307401120101
Binary10001001110000111101101101010111011011110000000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8961ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8961ED; }

 p { color: rgb(137,97,237); }

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

<style>
 a { background-color: #8961ED; }

 a { background-color: rgb(137,97,237); }

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

<style>
 span { border-color: #8961ED; }

 span { border-color: rgb(137,97,237); }

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