#9E8DFC

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

Shades of Light Slate Blue #9E8DFC

Tints of Light Slate Blue #9E8DFC

Color information

#9E8DFC (or 0x9E8DFC) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 8D and FC. RGB value is (158,141,252). Sum of RGB (Red+Green+Blue) = 158+141+252=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E8DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8DFC is #617203. Grayscale: #9E9E9E. Windows color (decimal): -6386180 or 16551326. OLE color: 16551326.

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

Color convert

RGB158141252-
CMYK0.370.4400.01
HSL249.19º94.87%77.06%-
HSV(B)249.19º44.05%98.82%-
XYZ41.233.3596.36-
YUV158.74180.63127.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.68%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 252 (98.83% from 255) = 45.74%
R=28.68%
G=25.59%
B=45.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581412520.370.4400.01249.1994.8777.06
Hex9E8DFC252C01f95f4d
Octal236215374455401371137115
Binary100111101000110111111100100101101100011111100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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