#9E91FC

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

Shades of Light Slate Blue #9E91FC

Tints of Light Slate Blue #9E91FC

Color information

#9E91FC (or 0x9E91FC) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 91 and FC. RGB value is (158,145,252). Sum of RGB (Red+Green+Blue) = 158+145+252=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E91FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E91FC is #616E03. Grayscale: #A0A0A0. Windows color (decimal): -6385156 or 16552350. OLE color: 16552350.

HSL color Cylindrical-coordinate representation of color #9E91FC: hue angle of 247.29º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E91FC is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158145252-
CMYK0.370.4200.01
HSL247.29º94.69%77.84%-
HSV(B)247.29º42.46%98.82%-
XYZ41.834.5596.56-
YUV161.08179.31125.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.47%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 252 (98.83% from 255) = 45.41%
R=28.47%
G=26.13%
B=45.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581452520.370.4200.01247.2994.6977.84
Hex9E91FC252A01f75f4e
Octal236221374455201367137116
Binary100111101001000111111100100101101010011111011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E91FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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