#8B4DEE

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

Shades of Medium Slate Blue #8B4DEE

Tints of Medium Slate Blue #8B4DEE

Color information

#8B4DEE (or 0x8B4DEE) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 4D and EE. RGB value is (139,77,238). Sum of RGB (Red+Green+Blue) = 139+77+238=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B4DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4DEE is #74B211. Grayscale: #717171. Windows color (decimal): -7647762 or 15617419. OLE color: 15617419.

HSL color Cylindrical-coordinate representation of color #8B4DEE: hue angle of 263.11º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B4DEE is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13977238-
CMYK0.420.6800.07
HSL263.11º82.56%61.76%-
HSV(B)263.11º67.65%93.33%-
XYZ28.7316.9782.65-
YUV113.89198.04145.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.62%
GREEN value IS 77 (30.47% from 255) = 16.96%
BLUE value IS 238 (93.36% from 255) = 52.42%
R=30.62%
G=16.96%
B=52.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal139772380.420.6800.07263.1182.5661.76
Hex8B4DEE2A4407107533e
Octal213115356521040740712376
Binary10001011100110111101110101010100010001111000001111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,77,238); }

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

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

 a { background-color: rgb(139,77,238); }

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

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

 span { border-color: rgb(139,77,238); }

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