Html Css Color HEX #9E8DFE Light Slate Blue

📋 copy color: '#9E8DFE'

red 158 ◦ green 141 ◦ blue 254

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

Shades of Light Slate Blue #9E8DFE

Tints of Light Slate Blue #9E8DFE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.5%

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 28.57%
G = 25.5%
B = 45.93%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9E8DFE (or 0x9E8DFE) is known color: Light Slate Blue. HEX triplet: 9E, 8D and FE. RGB value is (158,141,254). Sum of RGB (Red+Green+Blue) = 158+141+254=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E8DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8DFE is #617201. Grayscale: #9E9E9E. Windows color (decimal): -6386178 or 16682398. OLE color: 16682398.

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

Color convert

RGB 158 141 254 -
CMYK 0.38 0.44 0 0.00
HSL 249.03º 0.98% 0.77% -
HSV(B) 249.03º 0.44% 1% -
XYZ 41.51 33.47 98.04 -
YUV 158.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 158 141 254 0.38 0.44 0 0.00 249.03 0.98 0.77
Hex 9E 8D FE 26 2C 0 0 F9 62 4D
Octal 236 215 376 46 54 0 0 371 142 115
Binary 10011110 10001101 11111110 100110 101100 0 0 11111001 1100010 1001101

Color Harmonies of #9E8DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8DFE

Black with #9E8DFE

Text Example


Text Example

White with #9E8DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,141,254); }

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

background-color css

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

 a { background-color: rgb(158,141,254); }

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

border-color css

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

 span { border-color: rgb(158,141,254); }

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