#9E5DFD

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

Shades of Light Slate Blue #9E5DFD

Tints of Light Slate Blue #9E5DFD

Color information

#9E5DFD (or 0x9E5DFD) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 5D and FD. RGB value is (158,93,253). Sum of RGB (Red+Green+Blue) = 158+93+253=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E5DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5DFD is #61A202. Grayscale: #828282. Windows color (decimal): -6398467 or 16604574. OLE color: 16604574.

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

Color convert

RGB15893253-
CMYK0.380.6300.01
HSL264.38º97.56%67.84%-
HSV(B)264.38º63.24%99.22%-
XYZ35.7422.1995.33-
YUV130.68197.03147.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 93 (36.72% from 255) = 18.45%
BLUE value IS 253 (99.22% from 255) = 50.20%
R=31.35%
G=18.45%
B=50.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal158932530.380.6300.01264.3897.5667.84
Hex9E5DFD263F011086244
Octal236135375467701410142104
Binary100111101011101111111011001101111110110000100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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