#8F4FFE

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

Shades of Light Slate Blue #8F4FFE

Tints of Light Slate Blue #8F4FFE

Color information

#8F4FFE (or 0x8F4FFE) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 4F and FE. RGB value is (143,79,254). Sum of RGB (Red+Green+Blue) = 143+79+254=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F4FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F4FFE is #70B001. Grayscale: #757575. Windows color (decimal): -7385090 or 16666511. OLE color: 16666511.

HSL color Cylindrical-coordinate representation of color #8F4FFE: hue angle of 261.94º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F4FFE is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB14379254-
CMYK0.440.6900.00
HSL261.94º98.87%65.29%-
HSV(B)261.94º68.9%99.61%-
XYZ32.0118.5995.67-
YUV118.09204.7145.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.04%
GREEN value IS 79 (31.25% from 255) = 16.60%
BLUE value IS 254 (99.61% from 255) = 53.36%
R=30.04%
G=16.60%
B=53.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal143792540.440.6900.00261.9498.8765.29
Hex8F4FFE2C45001066341
Octal2171173765410500406143101
Binary1000111110011111111111010110010001010010000011011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,79,254); }

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

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

 a { background-color: rgb(143,79,254); }

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

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

 span { border-color: rgb(143,79,254); }

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