Html Css Color HEX #9E5DFC Light Slate Blue

📋 copy color: '#9E5DFC'

red 158 ◦ green 93 ◦ blue 252

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

Shades of Light Slate Blue #9E5DFC

Tints of Light Slate Blue #9E5DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.49%

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

R = 31.41%
G = 18.49%
B = 50.1%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E5DFC (or 0x9E5DFC) is known color: Light Slate Blue. HEX triplet: 9E, 5D and FC. RGB value is (158,93,252). Sum of RGB (Red+Green+Blue) = 158+93+252=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E5DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5DFC is #61A203. Grayscale: #818181. Windows color (decimal): -6398468 or 16539038. OLE color: 16539038.

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

Color convert

RGB 158 93 252 -
CMYK 0.37 0.63 0 0.01
HSL 264.53º 0.96% 0.68% -
HSV(B) 264.53º 0.63% 0.99% -
XYZ 35.59 22.13 94.49 -
YUV 130.56 196.53 147.57 -
System Red Green Blue C M Y K H S L
Decimal 158 93 252 0.37 0.63 0 0.01 264.53 0.96 0.68
Hex 9E 5D FC 25 3F 0 1 109 60 44
Octal 236 135 374 45 77 0 1 411 140 104
Binary 10011110 1011101 11111100 100101 111111 0 1 100001001 1100000 1000100

Color Harmonies of #9E5DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5DFC

Black with #9E5DFC

Text Example


Text Example

White with #9E5DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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