#8B4DF3

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

Shades of Medium Slate Blue #8B4DF3

Tints of Medium Slate Blue #8B4DF3

Color information

#8B4DF3 (or 0x8B4DF3) is unknown color: approx Medium Slate Blue. HEX triplet: 8B, 4D and F3. RGB value is (139,77,243). Sum of RGB (Red+Green+Blue) = 139+77+243=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 243 (95.31% from 255 or 52.94% from 459); Max value from RGB is 243 - color contains mainly: blue. Hex color #8B4DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B4DF3 is #74B20C. Grayscale: #717171. Windows color (decimal): -7647757 or 15945099. OLE color: 15945099.

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

Color convert

RGB13977243-
CMYK0.430.6800.05
HSL262.41º87.37%62.75%-
HSV(B)262.41º68.31%95.29%-
XYZ29.4817.2786.57-
YUV114.46200.54145.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.28%
GREEN value IS 77 (30.47% from 255) = 16.78%
BLUE value IS 243 (95.31% from 255) = 52.94%
R=30.28%
G=16.78%
B=52.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal139772430.430.6800.05262.4187.3762.75
Hex8B4DF32B4405106573f
Octal213115363531040540612777
Binary10001011100110111110011101011100010001011000001101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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