Html Css Color HEX #9E8EFF Light Slate Blue

📋 copy color: '#9E8EFF'

red 158 ◦ green 142 ◦ blue 255

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

Shades of Light Slate Blue #9E8EFF

Tints of Light Slate Blue #9E8EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.59%

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

R = 28.47%
G = 25.59%
B = 45.95%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9E8EFF (or 0x9E8EFF) is known color: Light Slate Blue. HEX triplet: 9E, 8E and FF. RGB value is (158,142,255). Sum of RGB (Red+Green+Blue) = 158+142+255=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E8EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8EFF is #617100. Grayscale: #9F9F9F. Windows color (decimal): -6385921 or 16748190. OLE color: 16748190.

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

Color convert

RGB 158 142 255 -
CMYK 0.38 0.44 0 0
HSL 248.5º 1% 0.78% -
HSV(B) 248.5º 0.44% 1% -
XYZ 41.82 33.84 98.93 -
YUV 159.67 181.8 126.81 -
System Red Green Blue C M Y K H S L
Decimal 158 142 255 0.38 0.44 0 0 248.5 1 0.78
Hex 9E 8E FF 26 2C 0 0 F8 64 4E
Octal 236 216 377 46 54 0 0 370 144 116
Binary 10011110 10001110 11111111 100110 101100 0 0 11111000 1100100 1001110

Color Harmonies of #9E8EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8EFF

Black with #9E8EFF

Text Example


Text Example

White with #9E8EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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