Html Css Color HEX #8964EB Medium Slate Blue

📋 copy color: '#8964EB'

red 137 ◦ green 100 ◦ blue 235

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

Shades of Medium Slate Blue #8964EB

Tints of Medium Slate Blue #8964EB

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

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8964EB (or 0x8964EB) is known color: 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

RGB 137 100 235 -
CMYK 0.42 0.57 0 0.08
HSL 256.44º 0.77% 0.66% -
HSV(B) 256.44º 0.57% 0.92% -
XYZ 29.87 20.43 80.97 -
YUV 126.45 189.26 135.52 -
System Red Green Blue C M Y K H S L
Decimal 137 100 235 0.42 0.57 0 0.08 256.44 0.77 0.66
Hex 89 64 EB 2A 39 0 8 100 4D 42
Octal 211 144 353 52 71 0 10 400 115 102
Binary 10001001 1100100 11101011 101010 111001 0 1000 100000000 1001101 1000010

Color Harmonies of #8964EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8964EB

Black with #8964EB

Text Example


Text Example

White with #8964EB

Text Example


Text Example

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