#9D5EFE

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

Shades of Light Slate Blue #9D5EFE

Tints of Light Slate Blue #9D5EFE

Color information

#9D5EFE (or 0x9D5EFE) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 5E and FE. RGB value is (157,94,254). Sum of RGB (Red+Green+Blue) = 157+94+254=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 94 (37.11% from 255 or 18.61% 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 #9D5EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5EFE is #62A101. Grayscale: #828282. Windows color (decimal): -6463746 or 16670365. OLE color: 16670365.

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

Color convert

RGB15794254-
CMYK0.380.6300.00
HSL263.62º98.77%68.24%-
HSV(B)263.62º62.99%99.61%-
XYZ35.822.3396.19-
YUV131.08197.37146.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.09%
GREEN value IS 94 (37.11% from 255) = 18.61%
BLUE value IS 254 (99.61% from 255) = 50.30%
R=31.09%
G=18.61%
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
Decimal157942540.380.6300.00263.6298.7768.24
Hex9D5EFE263F001086344
Octal235136376467700410143104
Binary100111011011110111111101001101111110010000100011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,94,254); }

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

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

 a { background-color: rgb(157,94,254); }

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

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

 span { border-color: rgb(157,94,254); }

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