#9E8EF9

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

Shades of Light Slate Blue #9E8EF9

Tints of Light Slate Blue #9E8EF9

Color information

#9E8EF9 (or 0x9E8EF9) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 8E and F9. RGB value is (158,142,249). Sum of RGB (Red+Green+Blue) = 158+142+249=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #9E8EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8EF9 is #617106. Grayscale: #9E9E9E. Windows color (decimal): -6385927 or 16354974. OLE color: 16354974.

HSL color Cylindrical-coordinate representation of color #9E8EF9: hue angle of 248.97º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E8EF9 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158142249-
CMYK0.370.4300.02
HSL248.97º89.92%76.67%-
HSV(B)248.97º42.97%97.65%-
XYZ40.8733.4593.93-
YUV158.98178.8127.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.78%
GREEN value IS 142 (55.86% from 255) = 25.87%
BLUE value IS 249 (97.66% from 255) = 45.36%
R=28.78%
G=25.87%
B=45.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581422490.370.4300.02248.9789.9276.67
Hex9E8EF9252B02f95a4d
Octal236216371455302371132115
Binary1001111010001110111110011001011010110101111100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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