#8f58f6

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

Shades of Medium Slate Blue #8F58F6

Tints of Medium Slate Blue #8F58F6

Color information

#8F58F6 (or 0x8F58F6) is unknown color: approx Medium Slate Blue. HEX triplet: 8F, 58 and F6. RGB value is (143,88,246). Sum of RGB (Red+Green+Blue) = 143+88+246=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 246 (96.48% from 255 or 51.57% from 477); Max value from RGB is 246 - color contains mainly: blue. Hex color #8F58F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F58F6 is #70A709. Grayscale: #797979. Windows color (decimal): -7382794 or 16144527. OLE color: 16144527.

HSL color Cylindrical-coordinate representation of color #8F58F6: hue angle of 260.89º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F58F6 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14388246-
CMYK0.420.6400.04
HSL260.89º89.77%65.49%-
HSV(B)260.89º64.23%96.47%-
XYZ31.4519.4789.29-
YUV122.46197.72142.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.98%
GREEN value IS 88 (34.77% from 255) = 18.45%
BLUE value IS 246 (96.48% from 255) = 51.57%
R=29.98%
G=18.45%
B=51.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal143882460.420.6400.04260.8989.7765.49
Hex8F58F62A40041055a41
Octal2171303665210004405132101
Binary100011111011000111101101010101000000010010000010110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f58f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,88,246); }

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

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

 a { background-color: rgb(143,88,246); }

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

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

 span { border-color: rgb(143,88,246); }

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