#9E91FE

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

Shades of Light Slate Blue #9E91FE

Tints of Light Slate Blue #9E91FE

Color information

#9E91FE (or 0x9E91FE) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 91 and FE. RGB value is (158,145,254). Sum of RGB (Red+Green+Blue) = 158+145+254=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E91FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E91FE is #616E01. Grayscale: #A0A0A0. Windows color (decimal): -6385154 or 16683422. OLE color: 16683422.

HSL color Cylindrical-coordinate representation of color #9E91FE: hue angle of 247.16º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E91FE is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB158145254-
CMYK0.380.4300.00
HSL247.16º98.2%78.24%-
HSV(B)247.16º42.91%99.61%-
XYZ42.1234.6898.24-
YUV161.31180.31125.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.37%
GREEN value IS 145 (57.03% from 255) = 26.03%
BLUE value IS 254 (99.61% from 255) = 45.60%
R=28.37%
G=26.03%
B=45.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1581452540.380.4300.00247.1698.278.24
Hex9E91FE262B00f7624e
Octal236221376465300367142116
Binary100111101001000111111110100110101011001111011111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E91FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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