Html Css Color HEX #8954ED Medium Slate Blue

📋 copy color: '#8954ED'

red 137 ◦ green 84 ◦ blue 237

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

Shades of Medium Slate Blue #8954ED

Tints of Medium Slate Blue #8954ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.34%

 BLUE value IS 237 (92.97% from 255) = 51.75%

R = 29.91%
G = 18.34%
B = 51.75%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8954ED (or 0x8954ED) is known color: Medium Slate Blue. HEX triplet: 89, 54 and ED. RGB value is (137,84,237). Sum of RGB (Red+Green+Blue) = 137+84+237=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #8954ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8954ED is #76AB12. Grayscale: #747474. Windows color (decimal): -7777043 or 15553673. OLE color: 15553673.

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

Color convert

RGB 137 84 237 -
CMYK 0.42 0.65 0 0.07
HSL 260.78º 0.81% 0.63% -
HSV(B) 260.78º 0.65% 0.93% -
XYZ 28.77 17.77 82.03 -
YUV 117.29 195.56 142.06 -
System Red Green Blue C M Y K H S L
Decimal 137 84 237 0.42 0.65 0 0.07 260.78 0.81 0.63
Hex 89 54 ED 2A 41 0 7 105 51 3F
Octal 211 124 355 52 101 0 7 405 121 77
Binary 10001001 1010100 11101101 101010 1000001 0 111 100000101 1010001 111111

Color Harmonies of #8954ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8954ED

Black with #8954ED

Text Example


Text Example

White with #8954ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8954ED; }

 p { color: rgb(137,84,237); }

 H1.HeaderClassName
 {
   color: #8954ED;
 }
 .AnyTagClassName
 {
   color: #8954ED;
 }
</style>

background-color css

<style>
 a { background-color: #8954ED; }

 a { background-color: rgb(137,84,237); }

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

border-color css

<style>
 span { border-color: #8954ED; }

 span { border-color: rgb(137,84,237); }

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