#8F5CFF

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

Shades of Light Slate Blue #8F5CFF

Tints of Light Slate Blue #8F5CFF

Color information

#8F5CFF (or 0x8F5CFF) is unknown color: approx Light Slate Blue. HEX triplet: 8F, 5C and FF. RGB value is (143,92,255). Sum of RGB (Red+Green+Blue) = 143+92+255=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F5CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5CFF is #70A300. Grayscale: #7D7D7D. Windows color (decimal): -7381761 or 16735375. OLE color: 16735375.

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

Color convert

RGB14392255-
CMYK0.440.6400
HSL258.77º100%68.04%-
HSV(B)258.77º63.92%100%-
XYZ33.220.7196.86-
YUV125.83200.9140.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.18%
GREEN value IS 92 (36.33% from 255) = 18.78%
BLUE value IS 255 (100% from 255) = 52.04%
R=29.18%
G=18.78%
B=52.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal143922550.440.6400258.7710068.04
Hex8F5CFF2C40001036444
Octal2171343775410000403144104
Binary1000111110111001111111110110010000000010000001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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