Html Css Color HEX #9E93FD Light Slate Blue

📋 copy color: '#9E93FD'

red 158 ◦ green 147 ◦ blue 253

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

Shades of Light Slate Blue #9E93FD

Tints of Light Slate Blue #9E93FD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.34%

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

R = 28.32%
G = 26.34%
B = 45.34%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E93FD (or 0x9E93FD) is known color: Light Slate Blue. HEX triplet: 9E, 93 and FD. RGB value is (158,147,253). Sum of RGB (Red+Green+Blue) = 158+147+253=558 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.32% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E93FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E93FD is #616C02. Grayscale: #A1A1A1. Windows color (decimal): -6384643 or 16618398. OLE color: 16618398.

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

Color convert

RGB 158 147 253 -
CMYK 0.38 0.42 0 0.01
HSL 246.23º 0.96% 0.78% -
HSV(B) 246.23º 0.42% 0.99% -
XYZ 42.26 35.23 97.5 -
YUV 162.37 179.14 124.88 -
System Red Green Blue C M Y K H S L
Decimal 158 147 253 0.38 0.42 0 0.01 246.23 0.96 0.78
Hex 9E 93 FD 26 2A 0 1 F6 60 4E
Octal 236 223 375 46 52 0 1 366 140 116
Binary 10011110 10010011 11111101 100110 101010 0 1 11110110 1100000 1001110

Color Harmonies of #9E93FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E93FD

Black with #9E93FD

Text Example


Text Example

White with #9E93FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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