Html Css Color HEX #9E5CFD Light Slate Blue

📋 copy color: '#9E5CFD'

red 158 ◦ green 92 ◦ blue 253

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

Shades of Light Slate Blue #9E5CFD

Tints of Light Slate Blue #9E5CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.29%

 BLUE value IS 253 (99.22% from 255) = 50.3%

R = 31.41%
G = 18.29%
B = 50.3%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E5CFD (or 0x9E5CFD) is known color: Light Slate Blue. HEX triplet: 9E, 5C and FD. RGB value is (158,92,253). Sum of RGB (Red+Green+Blue) = 158+92+253=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E5CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5CFD is #61A302. Grayscale: #818181. Windows color (decimal): -6398723 or 16604318. OLE color: 16604318.

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

Color convert

RGB 158 92 253 -
CMYK 0.38 0.64 0 0.01
HSL 264.6º 0.98% 0.68% -
HSV(B) 264.6º 0.64% 0.99% -
XYZ 35.66 22.02 95.3 -
YUV 130.09 197.37 147.91 -
System Red Green Blue C M Y K H S L
Decimal 158 92 253 0.38 0.64 0 0.01 264.6 0.98 0.68
Hex 9E 5C FD 26 40 0 1 109 62 44
Octal 236 134 375 46 100 0 1 411 142 104
Binary 10011110 1011100 11111101 100110 1000000 0 1 100001001 1100010 1000100

Color Harmonies of #9E5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5CFD

Black with #9E5CFD

Text Example


Text Example

White with #9E5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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