Html Css Color HEX #8956EE Medium Slate Blue

📋 copy color: '#8956EE'

red 137 ◦ green 86 ◦ blue 238

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

Shades of Medium Slate Blue #8956EE

Tints of Medium Slate Blue #8956EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.63%

R = 29.72%
G = 18.66%
B = 51.63%

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

#8956EE (or 0x8956EE) is known color: Medium Slate Blue. HEX triplet: 89, 56 and EE. RGB value is (137,86,238). Sum of RGB (Red+Green+Blue) = 137+86+238=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #8956EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8956EE is #76A911. Grayscale: #767676. Windows color (decimal): -7776530 or 15619721. OLE color: 15619721.

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

Color convert

RGB 137 86 238 -
CMYK 0.42 0.64 0 0.07
HSL 260.13º 0.82% 0.64% -
HSV(B) 260.13º 0.64% 0.93% -
XYZ 29.08 18.15 82.86 -
YUV 118.58 195.4 141.14 -
System Red Green Blue C M Y K H S L
Decimal 137 86 238 0.42 0.64 0 0.07 260.13 0.82 0.64
Hex 89 56 EE 2A 40 0 7 104 52 40
Octal 211 126 356 52 100 0 7 404 122 100
Binary 10001001 1010110 11101110 101010 1000000 0 111 100000100 1010010 1000000

Color Harmonies of #8956EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8956EE

Black with #8956EE

Text Example


Text Example

White with #8956EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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