Html Css Color HEX #9E8DFF Light Slate Blue

📋 copy color: '#9E8DFF'

red 158 ◦ green 141 ◦ blue 255

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

Shades of Light Slate Blue #9E8DFF

Tints of Light Slate Blue #9E8DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.03%

R = 28.52%
G = 25.45%
B = 46.03%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9E8DFF (or 0x9E8DFF) is known color: Light Slate Blue. HEX triplet: 9E, 8D and FF. RGB value is (158,141,255). Sum of RGB (Red+Green+Blue) = 158+141+255=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E8DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8DFF is #617200. Grayscale: #9E9E9E. Windows color (decimal): -6386177 or 16747934. OLE color: 16747934.

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

Color convert

RGB 158 141 255 -
CMYK 0.38 0.45 0 0
HSL 248.95º 1% 0.78% -
HSV(B) 248.95º 0.45% 1% -
XYZ 41.68 33.54 98.88 -
YUV 159.08 182.13 127.23 -
System Red Green Blue C M Y K H S L
Decimal 158 141 255 0.38 0.45 0 0 248.95 1 0.78
Hex 9E 8D FF 26 2D 0 0 F9 64 4E
Octal 236 215 377 46 55 0 0 371 144 116
Binary 10011110 10001101 11111111 100110 101101 0 0 11111001 1100100 1001110

Color Harmonies of #9E8DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8DFF

Black with #9E8DFF

Text Example


Text Example

White with #9E8DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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