#8F51F0

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

Shades of Medium Slate Blue #8F51F0

Tints of Medium Slate Blue #8F51F0

Color information

#8F51F0 (or 0x8F51F0) is unknown color: approx Medium Slate Blue. HEX triplet: 8F, 51 and F0. RGB value is (143,81,240). Sum of RGB (Red+Green+Blue) = 143+81+240=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #8F51F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F51F0 is #70AE0F. Grayscale: #757575. Windows color (decimal): -7384592 or 15749519. OLE color: 15749519.

HSL color Cylindrical-coordinate representation of color #8F51F0: hue angle of 263.4º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F51F0 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14381240-
CMYK0.400.6600.06
HSL263.4º84.13%62.94%-
HSV(B)263.4º66.25%94.12%-
XYZ3018.0284.33-
YUV117.66197.04146.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.82%
GREEN value IS 81 (32.03% from 255) = 17.46%
BLUE value IS 240 (94.14% from 255) = 51.72%
R=30.82%
G=17.46%
B=51.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal143812400.400.6600.06263.484.1362.94
Hex8F51F0284206107543f
Octal217121360501020640712477
Binary10001111101000111110000101000100001001101000001111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F51F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,81,240); }

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

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

 a { background-color: rgb(143,81,240); }

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

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

 span { border-color: rgb(143,81,240); }

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