#8B50EB

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

Shades of Medium Slate Blue #8B50EB

Tints of Medium Slate Blue #8B50EB

Color information

#8B50EB (or 0x8B50EB) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 50 and EB. RGB value is (139,80,235). Sum of RGB (Red+Green+Blue) = 139+80+235=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B50EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B50EB is #74AF14. Grayscale: #727272. Windows color (decimal): -7646997 or 15421579. OLE color: 15421579.

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

Color convert

RGB13980235-
CMYK0.410.6600.08
HSL262.84º79.49%61.76%-
HSV(B)262.84º65.96%92.16%-
XYZ28.5117.2280.42-
YUV115.31195.55144.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.62%
GREEN value IS 80 (31.64% from 255) = 17.62%
BLUE value IS 235 (92.19% from 255) = 51.76%
R=30.62%
G=17.62%
B=51.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal139802350.410.6600.08262.8479.4961.76
Hex8B50EB2942081074f3e
Octal2131203535110201040711776
Binary100010111010000111010111010011000010010001000001111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B50EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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