#8F5FF8

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

Shades of Light Slate Blue #8F5FF8

Tints of Light Slate Blue #8F5FF8

Color information

#8F5FF8 (or 0x8F5FF8) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 5F and F8. RGB value is (143,95,248). Sum of RGB (Red+Green+Blue) = 143+95+248=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F5FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5FF8 is #70A007. Grayscale: #7E7E7E. Windows color (decimal): -7381000 or 16277391. OLE color: 16277391.

HSL color Cylindrical-coordinate representation of color #8F5FF8: hue angle of 258.82º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F5FF8 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14395248-
CMYK0.420.6200.03
HSL258.82º91.62%67.25%-
HSV(B)258.82º61.69%97.25%-
XYZ32.3620.891.12-
YUV126.79196.4139.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.42%
GREEN value IS 95 (37.5% from 255) = 19.55%
BLUE value IS 248 (97.27% from 255) = 51.03%
R=29.42%
G=19.55%
B=51.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal143952480.420.6200.03258.8291.6267.25
Hex8F5FF82A3E031035c43
Octal217137370527603403134103
Binary1000111110111111111100010101011111001110000001110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,95,248); }

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

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

 a { background-color: rgb(143,95,248); }

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

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

 span { border-color: rgb(143,95,248); }

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