#9E5CFF

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

Shades of Light Slate Blue #9E5CFF

Tints of Light Slate Blue #9E5CFF

Color information

#9E5CFF (or 0x9E5CFF) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 5C and FF. RGB value is (158,92,255). Sum of RGB (Red+Green+Blue) = 158+92+255=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E5CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5CFF is #61A300. Grayscale: #818181. Windows color (decimal): -6398721 or 16735390. OLE color: 16735390.

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

Color convert

RGB15892255-
CMYK0.380.6400
HSL264.29º100%68.04%-
HSV(B)264.29º63.92%100%-
XYZ35.9822.1496.99-
YUV130.32198.37147.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.29%
GREEN value IS 92 (36.33% from 255) = 18.22%
BLUE value IS 255 (100% from 255) = 50.50%
R=31.29%
G=18.22%
B=50.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal158922550.380.6400264.2910068.04
Hex9E5CFF2640001086444
Octal2361343774610000410144104
Binary1001111010111001111111110011010000000010000100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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