#8D5CF4

Color #8D5CF4 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8D5CF4

Tints of Medium Slate Blue #8D5CF4

Color information

#8D5CF4 (or 0x8D5CF4) is unknown color: approx Medium Slate Blue. HEX triplet: 8D, 5C and F4. RGB value is (141,92,244). Sum of RGB (Red+Green+Blue) = 141+92+244=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 244 (95.70% from 255 or 51.15% from 477); Max value from RGB is 244 - color contains mainly: blue. Hex color #8D5CF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5CF4 is #72A30B. Grayscale: #7B7B7B. Windows color (decimal): -7512844 or 16014477. OLE color: 16014477.

HSL color Cylindrical-coordinate representation of color #8D5CF4: hue angle of 259.34º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D5CF4 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14192244-
CMYK0.420.6200.04
HSL259.34º87.36%65.88%-
HSV(B)259.34º62.3%95.69%-
XYZ31.1419.8587.78-
YUV123.98195.73140.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.56%
GREEN value IS 92 (36.33% from 255) = 19.29%
BLUE value IS 244 (95.70% from 255) = 51.15%
R=29.56%
G=19.29%
B=51.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal141922440.420.6200.04259.3487.3665.88
Hex8D5CF42A3E041035742
Octal215134364527604403127102
Binary10001101101110011110100101010111110010010000001110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D5CF4; }

 p { color: rgb(141,92,244); }

 H1.HeaderClassName
 {
   color: #8D5CF4;
 }
 .AnyTagClassName
 {
   color: #8D5CF4;
 }
</style>
background-color css

<style>
 a { background-color: #8D5CF4; }

 a { background-color: rgb(141,92,244); }

 div.DivClassName
 {
   background-color: #8D5CF4;
 }
 .BgClassName
 {
   background-color: #8D5CF4;
 }
</style>
border-color css

<style>
 span { border-color: #8D5CF4; }

 span { border-color: rgb(141,92,244); }

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