#8B4EFA

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

Shades of Medium Slate Blue #8B4EFA

Tints of Medium Slate Blue #8B4EFA

Color information

#8B4EFA (or 0x8B4EFA) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 4E and FA. RGB value is (139,78,250). Sum of RGB (Red+Green+Blue) = 139+78+250=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B4EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4EFA is #74B105. Grayscale: #737373. Windows color (decimal): -7647494 or 16404107. OLE color: 16404107.

HSL color Cylindrical-coordinate representation of color #8B4EFA: hue angle of 261.28º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B4EFA is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13978250-
CMYK0.440.6900.02
HSL261.28º94.51%64.31%-
HSV(B)261.28º68.8%98.04%-
XYZ30.6317.8492.27-
YUV115.85203.71144.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.76%
GREEN value IS 78 (30.86% from 255) = 16.70%
BLUE value IS 250 (98.05% from 255) = 53.53%
R=29.76%
G=16.70%
B=53.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal139782500.440.6900.02261.2894.5164.31
Hex8B4EFA2C45021055f40
Octal2131163725410502405137100
Binary10001011100111011111010101100100010101010000010110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,78,250); }

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

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

 a { background-color: rgb(139,78,250); }

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

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

 span { border-color: rgb(139,78,250); }

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