Html Css Color HEX #9E5FFE Light Slate Blue

📋 copy color: '#9E5FFE'

red 158 ◦ green 95 ◦ blue 254

#9E5FFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9E5FFE

Tints of Light Slate Blue #9E5FFE

RGB

 RED value IS 158 (62.11% from 255) = 31.16%

 GREEN value IS 95 (37.5% from 255) = 18.74%

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 31.16%
G = 18.74%
B = 50.1%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9E5FFE (or 0x9E5FFE) is known color: Light Slate Blue. HEX triplet: 9E, 5F and FE. RGB value is (158,95,254). Sum of RGB (Red+Green+Blue) = 158+95+254=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E5FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5FFE is #61A001. Grayscale: #838383. Windows color (decimal): -6397954 or 16670622. OLE color: 16670622.

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

Color convert

RGB 158 95 254 -
CMYK 0.38 0.63 0 0.00
HSL 263.77º 0.99% 0.68% -
HSV(B) 263.77º 0.63% 1% -
XYZ 36.08 22.61 96.23 -
YUV 131.96 196.87 146.57 -
System Red Green Blue C M Y K H S L
Decimal 158 95 254 0.38 0.63 0 0.00 263.77 0.99 0.68
Hex 9E 5F FE 26 3F 0 0 108 63 44
Octal 236 137 376 46 77 0 0 410 143 104
Binary 10011110 1011111 11111110 100110 111111 0 0 100001000 1100011 1000100

Color Harmonies of #9E5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5FFE

Black with #9E5FFE

Text Example


Text Example

White with #9E5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E5FFE;
 }
 .AnyTagClassName
 {
   color: #9E5FFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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