#9E90F8

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

Shades of Light Slate Blue #9E90F8

Tints of Light Slate Blue #9E90F8

Color information

#9E90F8 (or 0x9E90F8) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 90 and F8. RGB value is (158,144,248). Sum of RGB (Red+Green+Blue) = 158+144+248=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 248 (97.27% from 255 or 45.09% from 550); Max value from RGB is 248 - color contains mainly: blue. Hex color #9E90F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E90F8 is #616F07. Grayscale: #9F9F9F. Windows color (decimal): -6385416 or 16289950. OLE color: 16289950.

HSL color Cylindrical-coordinate representation of color #9E90F8: hue angle of 248.08º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E90F8 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB158144248-
CMYK0.360.4200.03
HSL248.08º88.14%76.86%-
HSV(B)248.08º41.94%97.25%-
XYZ41.0233.9993.21-
YUV160.04177.64126.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.73%
GREEN value IS 144 (56.64% from 255) = 26.18%
BLUE value IS 248 (97.27% from 255) = 45.09%
R=28.73%
G=26.18%
B=45.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1581442480.360.4200.03248.0888.1476.86
Hex9E90F8242A03f8584d
Octal236220370445203370130115
Binary1001111010010000111110001001001010100111111100010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E90F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,144,248); }

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

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

 a { background-color: rgb(158,144,248); }

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

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

 span { border-color: rgb(158,144,248); }

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