Html Css Color HEX #8961ED Medium Slate Blue

📋 copy color: '#8961ED'

red 137 ◦ green 97 ◦ blue 237

#8961ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #8961ED

Tints of Medium Slate Blue #8961ED

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 value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8961ED (or 0x8961ED) is known color: 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

RGB 137 97 237 -
CMYK 0.42 0.59 0 0.07
HSL 257.14º 0.8% 0.65% -
HSV(B) 257.14º 0.59% 0.93% -
XYZ 29.88 19.98 82.4 -
YUV 124.92 191.25 136.62 -
System Red Green Blue C M Y K H S L
Decimal 137 97 237 0.42 0.59 0 0.07 257.14 0.8 0.65
Hex 89 61 ED 2A 3B 0 7 101 50 41
Octal 211 141 355 52 73 0 7 401 120 101
Binary 10001001 1100001 11101101 101010 111011 0 111 100000001 1010000 1000001

Color Harmonies of #8961ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8961ED

Black with #8961ED

Text Example


Text Example

White with #8961ED

Text Example


Text Example

HTML Codes & Css Web 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>