#8F6DF1

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

Shades of Light Slate Blue #8F6DF1

Tints of Light Slate Blue #8F6DF1

Color information

#8F6DF1 (or 0x8F6DF1) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 6D and F1. RGB value is (143,109,241). Sum of RGB (Red+Green+Blue) = 143+109+241=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F6DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6DF1 is #70920E. Grayscale: #858585. Windows color (decimal): -7377423 or 15822223. OLE color: 15822223.

HSL color Cylindrical-coordinate representation of color #8F6DF1: hue angle of 255.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F6DF1 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB143109241-
CMYK0.410.5500.05
HSL255.45º82.5%68.63%-
HSV(B)255.45º54.77%94.51%-
XYZ32.6723.1385.96-
YUV134.21188.26134.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.01%
GREEN value IS 109 (42.97% from 255) = 22.11%
BLUE value IS 241 (94.53% from 255) = 48.88%
R=29.01%
G=22.11%
B=48.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1431092410.410.5500.05255.4582.568.63
Hex8F6DF1293705ff5245
Octal217155361516705377122105
Binary1000111111011011111000110100111011101011111111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,109,241); }

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

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

 a { background-color: rgb(143,109,241); }

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

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

 span { border-color: rgb(143,109,241); }

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