#9E58FD

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

Shades of Light Slate Blue #9E58FD

Tints of Light Slate Blue #9E58FD

Color information

#9E58FD (or 0x9E58FD) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 58 and FD. RGB value is (158,88,253). Sum of RGB (Red+Green+Blue) = 158+88+253=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E58FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E58FD is #61A702. Grayscale: #7F7F7F. Windows color (decimal): -6399747 or 16603294. OLE color: 16603294.

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

Color convert

RGB15888253-
CMYK0.380.6500.01
HSL265.45º97.63%66.86%-
HSV(B)265.45º65.22%99.22%-
XYZ35.3221.3495.19-
YUV127.74198.69149.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.66%
GREEN value IS 88 (34.77% from 255) = 17.64%
BLUE value IS 253 (99.22% from 255) = 50.70%
R=31.66%
G=17.64%
B=50.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal158882530.380.6500.01265.4597.6366.86
Hex9E58FD2641011096243
Octal2361303754610101411142103
Binary1001111010110001111110110011010000010110000100111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E58FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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