#8B5EF6

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

Shades of Medium Slate Blue #8B5EF6

Tints of Medium Slate Blue #8B5EF6

Color information

#8B5EF6 (or 0x8B5EF6) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 5E and F6. RGB value is (139,94,246). Sum of RGB (Red+Green+Blue) = 139+94+246=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #8B5EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B5EF6 is #74A109. Grayscale: #7C7C7C. Windows color (decimal): -7643402 or 16146059. OLE color: 16146059.

HSL color Cylindrical-coordinate representation of color #8B5EF6: hue angle of 257.76º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B5EF6 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13994246-
CMYK0.430.6200.04
HSL257.76º89.41%66.67%-
HSV(B)257.76º61.79%96.47%-
XYZ31.2820.1589.43-
YUV124.78196.41138.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.02%
GREEN value IS 94 (37.11% from 255) = 19.62%
BLUE value IS 246 (96.48% from 255) = 51.36%
R=29.02%
G=19.62%
B=51.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal139942460.430.6200.04257.7689.4166.67
Hex8B5EF62B3E041025943
Octal213136366537604402131103
Binary10001011101111011110110101011111110010010000001010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,94,246); }

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

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

 a { background-color: rgb(139,94,246); }

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

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

 span { border-color: rgb(139,94,246); }

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