Html Css Color HEX #9E5AFC Light Slate Blue

📋 copy color: '#9E5AFC'

red 158 ◦ green 90 ◦ blue 252

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

Shades of Light Slate Blue #9E5AFC

Tints of Light Slate Blue #9E5AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 31.6%
G = 18%
B = 50.4%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E5AFC (or 0x9E5AFC) is known color: Light Slate Blue. HEX triplet: 9E, 5A and FC. RGB value is (158,90,252). Sum of RGB (Red+Green+Blue) = 158+90+252=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E5AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5AFC is #61A503. Grayscale: #808080. Windows color (decimal): -6399236 or 16538270. OLE color: 16538270.

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

Color convert

RGB 158 90 252 -
CMYK 0.37 0.64 0 0.01
HSL 265.19º 0.96% 0.67% -
HSV(B) 265.19º 0.64% 0.99% -
XYZ 35.33 21.61 94.4 -
YUV 128.8 197.53 148.83 -
System Red Green Blue C M Y K H S L
Decimal 158 90 252 0.37 0.64 0 0.01 265.19 0.96 0.67
Hex 9E 5A FC 25 40 0 1 109 60 43
Octal 236 132 374 45 100 0 1 411 140 103
Binary 10011110 1011010 11111100 100101 1000000 0 1 100001001 1100000 1000011

Color Harmonies of #9E5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5AFC

Black with #9E5AFC

Text Example


Text Example

White with #9E5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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