Html Css Color HEX #8963EF Medium Slate Blue

📋 copy color: '#8963EF'

red 137 ◦ green 99 ◦ blue 239

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

Shades of Medium Slate Blue #8963EF

Tints of Medium Slate Blue #8963EF

RGB

 RED value IS 137 (53.91% from 255) = 28.84%

 GREEN value IS 99 (39.06% from 255) = 20.84%

 BLUE value IS 239 (93.75% from 255) = 50.32%

R = 28.84%
G = 20.84%
B = 50.32%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8963EF (or 0x8963EF) is known color: Medium Slate Blue. HEX triplet: 89, 63 and EF. RGB value is (137,99,239). Sum of RGB (Red+Green+Blue) = 137+99+239=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #8963EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8963EF is #769C10. Grayscale: #7D7D7D. Windows color (decimal): -7773201 or 15688585. OLE color: 15688585.

HSL color Cylindrical-coordinate representation of color #8963EF: hue angle of 256.29º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8963EF is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 99 239 -
CMYK 0.43 0.59 0 0.06
HSL 256.29º 0.81% 0.66% -
HSV(B) 256.29º 0.59% 0.94% -
XYZ 30.36 20.47 84.01 -
YUV 126.32 191.59 135.62 -
System Red Green Blue C M Y K H S L
Decimal 137 99 239 0.43 0.59 0 0.06 256.29 0.81 0.66
Hex 89 63 EF 2B 3B 0 6 100 51 42
Octal 211 143 357 53 73 0 6 400 121 102
Binary 10001001 1100011 11101111 101011 111011 0 110 100000000 1010001 1000010

Color Harmonies of #8963EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8963EF

Black with #8963EF

Text Example


Text Example

White with #8963EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8963EF; }

 p { color: rgb(137,99,239); }

 H1.HeaderClassName
 {
   color: #8963EF;
 }
 .AnyTagClassName
 {
   color: #8963EF;
 }
</style>

background-color css

<style>
 a { background-color: #8963EF; }

 a { background-color: rgb(137,99,239); }

 div.DivClassName
 {
   background-color: #8963EF;
 }
 .BgClassName
 {
   background-color: #8963EF;
 }
</style>

border-color css

<style>
 span { border-color: #8963EF; }

 span { border-color: rgb(137,99,239); }

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