#8B6EED

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

Shades of Medium Slate Blue #8B6EED

Tints of Medium Slate Blue #8B6EED

Color information

#8B6EED (or 0x8B6EED) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 6E and ED. RGB value is (139,110,237). Sum of RGB (Red+Green+Blue) = 139+110+237=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B6EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B6EED is #749112. Grayscale: #848484. Windows color (decimal): -7639315 or 15560331. OLE color: 15560331.

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

Color convert

RGB139110237-
CMYK0.410.5400.07
HSL253.7º77.91%68.04%-
HSV(B)253.7º53.59%92.94%-
XYZ31.5122.7682.85-
YUV133.15186.61132.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.60%
GREEN value IS 110 (43.36% from 255) = 22.63%
BLUE value IS 237 (92.97% from 255) = 48.77%
R=28.60%
G=22.63%
B=48.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1391102370.410.5400.07253.777.9168.04
Hex8B6EED293607fe4e44
Octal213156355516607376116104
Binary1000101111011101110110110100111011001111111111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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