#9E5DFE

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

Shades of Light Slate Blue #9E5DFE

Tints of Light Slate Blue #9E5DFE

Color information

#9E5DFE (or 0x9E5DFE) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 5D and FE. RGB value is (158,93,254). Sum of RGB (Red+Green+Blue) = 158+93+254=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E5DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5DFE is #61A201. Grayscale: #828282. Windows color (decimal): -6398466 or 16670110. OLE color: 16670110.

HSL color Cylindrical-coordinate representation of color #9E5DFE: hue angle of 264.22º 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 #9E5DFE is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15893254-
CMYK0.380.6300.00
HSL264.22º98.77%68.04%-
HSV(B)264.22º63.39%99.61%-
XYZ35.922.2596.17-
YUV130.79197.53147.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.29%
GREEN value IS 93 (36.72% from 255) = 18.42%
BLUE value IS 254 (99.61% from 255) = 50.30%
R=31.29%
G=18.42%
B=50.30%

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
Decimal158932540.380.6300.00264.2298.7768.04
Hex9E5DFE263F001086344
Octal236135376467700410143104
Binary100111101011101111111101001101111110010000100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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