#9E8DFA

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

Shades of Light Slate Blue #9E8DFA

Tints of Light Slate Blue #9E8DFA

Color information

#9E8DFA (or 0x9E8DFA) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 8D and FA. RGB value is (158,141,250). Sum of RGB (Red+Green+Blue) = 158+141+250=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E8DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8DFA is #617205. Grayscale: #9E9E9E. Windows color (decimal): -6386182 or 16420254. OLE color: 16420254.

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

Color convert

RGB158141250-
CMYK0.370.4400.02
HSL249.36º91.6%76.67%-
HSV(B)249.36º43.6%98.04%-
XYZ40.8833.2294.7-
YUV158.51179.63127.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.78%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 250 (98.05% from 255) = 45.54%
R=28.78%
G=25.68%
B=45.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581412500.370.4400.02249.3691.676.67
Hex9E8DFA252C02f95c4d
Octal236215372455402371134115
Binary1001111010001101111110101001011011000101111100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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