#8F4EFF

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

Shades of Light Slate Blue #8F4EFF

Tints of Light Slate Blue #8F4EFF

Color information

#8F4EFF (or 0x8F4EFF) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 4E and FF. RGB value is (143,78,255). Sum of RGB (Red+Green+Blue) = 143+78+255=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F4EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F4EFF is #70B100. Grayscale: #747474. Windows color (decimal): -7385345 or 16731791. OLE color: 16731791.

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

Color convert

RGB14378255-
CMYK0.440.6900
HSL262.03º100%65.29%-
HSV(B)262.03º69.41%100%-
XYZ32.118.5196.49-
YUV117.61205.53146.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.04%
GREEN value IS 78 (30.86% from 255) = 16.39%
BLUE value IS 255 (100% from 255) = 53.57%
R=30.04%
G=16.39%
B=53.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal143782550.440.6900262.0310065.29
Hex8F4EFF2C45001066441
Octal2171163775410500406144101
Binary1000111110011101111111110110010001010010000011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,78,255); }

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

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

 a { background-color: rgb(143,78,255); }

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

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

 span { border-color: rgb(143,78,255); }

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