#9E89F8

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

Shades of Light Slate Blue #9E89F8

Tints of Light Slate Blue #9E89F8

Color information

#9E89F8 (or 0x9E89F8) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 89 and F8. RGB value is (158,137,248). Sum of RGB (Red+Green+Blue) = 158+137+248=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 137 (53.91% from 255 or 25.23% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #9E89F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E89F8 is #617607. Grayscale: #9B9B9B. Windows color (decimal): -6387208 or 16288158. OLE color: 16288158.

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

Color convert

RGB158137248-
CMYK0.360.4500.03
HSL251.35º88.8%75.49%-
HSV(B)251.35º44.76%97.25%-
XYZ39.9931.9492.86-
YUV155.93179.96129.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.10%
GREEN value IS 137 (53.91% from 255) = 25.23%
BLUE value IS 248 (97.27% from 255) = 45.67%
R=29.10%
G=25.23%
B=45.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1581372480.360.4500.03251.3588.875.49
Hex9E89F8242D03fb594b
Octal236211370445503373131113
Binary1001111010001001111110001001001011010111111101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E89F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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