#9E91FA

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

Shades of Light Slate Blue #9E91FA

Tints of Light Slate Blue #9E91FA

Color information

#9E91FA (or 0x9E91FA) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 91 and FA. RGB value is (158,145,250). Sum of RGB (Red+Green+Blue) = 158+145+250=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E91FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E91FA is #616E05. Grayscale: #A0A0A0. Windows color (decimal): -6385158 or 16421278. OLE color: 16421278.

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

Color convert

RGB158145250-
CMYK0.370.4200.02
HSL247.43º91.3%77.45%-
HSV(B)247.43º42%98.04%-
XYZ41.4834.4294.9-
YUV160.86178.31125.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.57%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=28.57%
G=26.22%
B=45.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581452500.370.4200.02247.4391.377.45
Hex9E91FA252A02f75b4d
Octal236221372455202367133115
Binary1001111010010001111110101001011010100101111011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E91FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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