#8F6FF0

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

Shades of Light Slate Blue #8F6FF0

Tints of Light Slate Blue #8F6FF0

Color information

#8F6FF0 (or 0x8F6FF0) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 6F and F0. RGB value is (143,111,240). Sum of RGB (Red+Green+Blue) = 143+111+240=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #8F6FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6FF0 is #70900F. Grayscale: #868686. Windows color (decimal): -7376912 or 15757199. OLE color: 15757199.

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

Color convert

RGB143111240-
CMYK0.400.5400.06
HSL254.88º81.13%68.82%-
HSV(B)254.88º53.75%94.12%-
XYZ32.7423.585.25-
YUV135.27187.1133.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.95%
GREEN value IS 111 (43.75% from 255) = 22.47%
BLUE value IS 240 (94.14% from 255) = 48.58%
R=28.95%
G=22.47%
B=48.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1431112400.400.5400.06254.8881.1368.82
Hex8F6FF0283606ff5145
Octal217157360506606377121105
Binary1000111111011111111000010100011011001101111111110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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