#9E8EF3

Color #9E8EF3 Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9E8EF3

Tints of Light Slate Blue #9E8EF3

Color information

#9E8EF3 (or 0x9E8EF3) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 8E and F3. RGB value is (158,142,243). Sum of RGB (Red+Green+Blue) = 158+142+243=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #9E8EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8EF3 is #61710C. Grayscale: #9D9D9D. Windows color (decimal): -6385933 or 15961758. OLE color: 15961758.

HSL color Cylindrical-coordinate representation of color #9E8EF3: hue angle of 249.5º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E8EF3 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158142243-
CMYK0.350.4200.05
HSL249.5º80.8%75.49%-
HSV(B)249.5º41.56%95.29%-
XYZ39.9533.0989.07-
YUV158.3175.8127.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.10%
GREEN value IS 142 (55.86% from 255) = 26.15%
BLUE value IS 243 (95.31% from 255) = 44.75%
R=29.10%
G=26.15%
B=44.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581422430.350.4200.05249.580.875.49
Hex9E8EF3232A05fa514b
Octal236216363435205372121113
Binary10011110100011101111001110001110101001011111101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E8EF3;
 }
 .AnyTagClassName
 {
   color: #9E8EF3;
 }
</style>
background-color css

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

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

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

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

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

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