#9E5FFE

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

Shades of Light Slate Blue #9E5FFE

Tints of Light Slate Blue #9E5FFE

Color information

#9E5FFE (or 0x9E5FFE) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 5F and FE. RGB value is (158,95,254). Sum of RGB (Red+Green+Blue) = 158+95+254=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E5FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5FFE is #61A001. Grayscale: #838383. Windows color (decimal): -6397954 or 16670622. OLE color: 16670622.

HSL color Cylindrical-coordinate representation of color #9E5FFE: hue angle of 263.77º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E5FFE is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15895254-
CMYK0.380.6300.00
HSL263.77º98.76%68.43%-
HSV(B)263.77º62.6%99.61%-
XYZ36.0822.6196.23-
YUV131.96196.87146.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.16%
GREEN value IS 95 (37.5% from 255) = 18.74%
BLUE value IS 254 (99.61% from 255) = 50.10%
R=31.16%
G=18.74%
B=50.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal158952540.380.6300.00263.7798.7668.43
Hex9E5FFE263F001086344
Octal236137376467700410143104
Binary100111101011111111111101001101111110010000100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E5FFE; }

 p { color: rgb(158,95,254); }

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

<style>
 a { background-color: #9E5FFE; }

 a { background-color: rgb(158,95,254); }

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

<style>
 span { border-color: #9E5FFE; }

 span { border-color: rgb(158,95,254); }

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