Html Css Color HEX #9E5AFF Light Slate Blue

📋 copy color: '#9E5AFF'

red 158 ◦ green 90 ◦ blue 255

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

Shades of Light Slate Blue #9E5AFF

Tints of Light Slate Blue #9E5AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.89%

 BLUE value IS 255 (100% from 255) = 50.7%

R = 31.41%
G = 17.89%
B = 50.7%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9E5AFF (or 0x9E5AFF) is known color: Light Slate Blue. HEX triplet: 9E, 5A and FF. RGB value is (158,90,255). Sum of RGB (Red+Green+Blue) = 158+90+255=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E5AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5AFF is #61A500. Grayscale: #808080. Windows color (decimal): -6399233 or 16734878. OLE color: 16734878.

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

Color convert

RGB 158 90 255 -
CMYK 0.38 0.65 0 0
HSL 264.73º 1% 0.68% -
HSV(B) 264.73º 0.65% 1% -
XYZ 35.81 21.8 96.93 -
YUV 129.14 199.03 148.58 -
System Red Green Blue C M Y K H S L
Decimal 158 90 255 0.38 0.65 0 0 264.73 1 0.68
Hex 9E 5A FF 26 41 0 0 109 64 44
Octal 236 132 377 46 101 0 0 411 144 104
Binary 10011110 1011010 11111111 100110 1000001 0 0 100001001 1100100 1000100

Color Harmonies of #9E5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5AFF

Black with #9E5AFF

Text Example


Text Example

White with #9E5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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