#8B4EFE

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

Shades of Medium Slate Blue #8B4EFE

Tints of Medium Slate Blue #8B4EFE

Color information

#8B4EFE (or 0x8B4EFE) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 4E and FE. RGB value is (139,78,254). Sum of RGB (Red+Green+Blue) = 139+78+254=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B4EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4EFE is #74B101. Grayscale: #737373. Windows color (decimal): -7647490 or 16666251. OLE color: 16666251.

HSL color Cylindrical-coordinate representation of color #8B4EFE: hue angle of 260.8º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B4EFE is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB13978254-
CMYK0.450.6900.00
HSL260.8º98.88%65.1%-
HSV(B)260.8º69.29%99.61%-
XYZ31.2618.0995.61-
YUV116.3205.71144.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.51%
GREEN value IS 78 (30.86% from 255) = 16.56%
BLUE value IS 254 (99.61% from 255) = 53.93%
R=29.51%
G=16.56%
B=53.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal139782540.450.6900.00260.898.8865.1
Hex8B4EFE2D45001056341
Octal2131163765510500405143101
Binary1000101110011101111111010110110001010010000010111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,78,254); }

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

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

 a { background-color: rgb(139,78,254); }

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

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

 span { border-color: rgb(139,78,254); }

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