#8B5CEB

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

Shades of Medium Slate Blue #8B5CEB

Tints of Medium Slate Blue #8B5CEB

Color information

#8B5CEB (or 0x8B5CEB) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 5C and EB. RGB value is (139,92,235). Sum of RGB (Red+Green+Blue) = 139+92+235=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B5CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5CEB is #74A314. Grayscale: #797979. Windows color (decimal): -7643925 or 15424651. OLE color: 15424651.

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

Color convert

RGB13992235-
CMYK0.410.6100.08
HSL259.72º78.14%64.12%-
HSV(B)259.72º60.85%92.16%-
XYZ29.4719.1480.74-
YUV122.36191.57139.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.83%
GREEN value IS 92 (36.33% from 255) = 19.74%
BLUE value IS 235 (92.19% from 255) = 50.43%
R=29.83%
G=19.74%
B=50.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal139922350.410.6100.08259.7278.1464.12
Hex8B5CEB293D081044e40
Octal2131343535175010404116100
Binary100010111011100111010111010011111010100010000010010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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