#8B4DF1

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

Shades of Medium Slate Blue #8B4DF1

Tints of Medium Slate Blue #8B4DF1

Color information

#8B4DF1 (or 0x8B4DF1) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 4D and F1. RGB value is (139,77,241). Sum of RGB (Red+Green+Blue) = 139+77+241=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 241 (94.53% from 255 or 52.74% from 457); Max value from RGB is 241 - color contains mainly: blue. Hex color #8B4DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4DF1 is #74B20E. Grayscale: #717171. Windows color (decimal): -7647759 or 15814027. OLE color: 15814027.

HSL color Cylindrical-coordinate representation of color #8B4DF1: hue angle of 262.68º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B4DF1 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13977241-
CMYK0.420.6800.05
HSL262.68º85.42%62.35%-
HSV(B)262.68º68.05%94.51%-
XYZ29.1817.1584.99-
YUV114.23199.54145.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.42%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 241 (94.53% from 255) = 52.74%
R=30.42%
G=16.85%
B=52.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal139772410.420.6800.05262.6885.4262.35
Hex8B4DF12A4405107553e
Octal213115361521040540712576
Binary10001011100110111110001101010100010001011000001111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,77,241); }

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

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

 a { background-color: rgb(139,77,241); }

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

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

 span { border-color: rgb(139,77,241); }

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