#9E91F7

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

Shades of Light Slate Blue #9E91F7

Tints of Light Slate Blue #9E91F7

Color information

#9E91F7 (or 0x9E91F7) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 91 and F7. RGB value is (158,145,247). Sum of RGB (Red+Green+Blue) = 158+145+247=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #9E91F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E91F7 is #616E08. Grayscale: #A0A0A0. Windows color (decimal): -6385161 or 16224670. OLE color: 16224670.

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

Color convert

RGB158145247-
CMYK0.360.4100.03
HSL247.65º86.44%76.86%-
HSV(B)247.65º41.3%96.86%-
XYZ41.0134.2492.44-
YUV160.51176.81126.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.73%
GREEN value IS 145 (57.03% from 255) = 26.36%
BLUE value IS 247 (96.88% from 255) = 44.91%
R=28.73%
G=26.36%
B=44.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1581452470.360.4100.03247.6586.4476.86
Hex9E91F7242903f8564d
Octal236221367445103370126115
Binary1001111010010001111101111001001010010111111100010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E91F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,145,247); }

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

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

 a { background-color: rgb(158,145,247); }

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

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

 span { border-color: rgb(158,145,247); }

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