#8B50ED

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

Shades of Medium Slate Blue #8B50ED

Tints of Medium Slate Blue #8B50ED

Color information

#8B50ED (or 0x8B50ED) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 50 and ED. RGB value is (139,80,237). Sum of RGB (Red+Green+Blue) = 139+80+237=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B50ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B50ED is #74AF12. Grayscale: #727272. Windows color (decimal): -7646995 or 15552651. OLE color: 15552651.

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

Color convert

RGB13980237-
CMYK0.410.6600.07
HSL262.55º81.35%62.16%-
HSV(B)262.55º66.24%92.94%-
XYZ28.817.3481.95-
YUV115.54196.55144.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.48%
GREEN value IS 80 (31.64% from 255) = 17.54%
BLUE value IS 237 (92.97% from 255) = 51.97%
R=30.48%
G=17.54%
B=51.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal139802370.410.6600.07262.5581.3562.16
Hex8B50ED294207107513e
Octal213120355511020740712176
Binary10001011101000011101101101001100001001111000001111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B50ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,80,237); }

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

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

 a { background-color: rgb(139,80,237); }

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

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

 span { border-color: rgb(139,80,237); }

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