Html Css Color HEX #8956EC Medium Slate Blue

📋 copy color: '#8956EC'

red 137 ◦ green 86 ◦ blue 236

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

Shades of Medium Slate Blue #8956EC

Tints of Medium Slate Blue #8956EC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.74%

 BLUE value IS 236 (92.58% from 255) = 51.42%

R = 29.85%
G = 18.74%
B = 51.42%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8956EC (or 0x8956EC) is known color: Medium Slate Blue. HEX triplet: 89, 56 and EC. RGB value is (137,86,236). Sum of RGB (Red+Green+Blue) = 137+86+236=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #8956EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8956EC is #76A913. Grayscale: #757575. Windows color (decimal): -7776532 or 15488649. OLE color: 15488649.

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

Color convert

RGB 137 86 236 -
CMYK 0.42 0.64 0 0.07
HSL 260.4º 0.8% 0.63% -
HSV(B) 260.4º 0.64% 0.93% -
XYZ 28.78 18.03 81.32 -
YUV 118.35 194.4 141.3 -
System Red Green Blue C M Y K H S L
Decimal 137 86 236 0.42 0.64 0 0.07 260.4 0.8 0.63
Hex 89 56 EC 2A 40 0 7 104 50 3F
Octal 211 126 354 52 100 0 7 404 120 77
Binary 10001001 1010110 11101100 101010 1000000 0 111 100000100 1010000 111111

Color Harmonies of #8956EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8956EC

Black with #8956EC

Text Example


Text Example

White with #8956EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8956EC;
 }
 .AnyTagClassName
 {
   color: #8956EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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