#9E8CFB

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

Shades of Light Slate Blue #9E8CFB

Tints of Light Slate Blue #9E8CFB

Color information

#9E8CFB (or 0x9E8CFB) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 8C and FB. RGB value is (158,140,251). Sum of RGB (Red+Green+Blue) = 158+140+251=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E8CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8CFB is #617304. Grayscale: #9D9D9D. Windows color (decimal): -6386437 or 16485534. OLE color: 16485534.

HSL color Cylindrical-coordinate representation of color #9E8CFB: hue angle of 249.73º degrees, saturation: 0.93, 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 #9E8CFB is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158140251-
CMYK0.370.4400.02
HSL249.73º93.28%76.67%-
HSV(B)249.73º44.22%98.43%-
XYZ40.8932.9995.48-
YUV158.04180.46127.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.78%
GREEN value IS 140 (55.08% from 255) = 25.50%
BLUE value IS 251 (98.44% from 255) = 45.72%
R=28.78%
G=25.50%
B=45.72%

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
Decimal1581402510.370.4400.02249.7393.2876.67
Hex9E8CFB252C02fa5d4d
Octal236214373455402372135115
Binary1001111010001100111110111001011011000101111101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,140,251); }

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

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

 a { background-color: rgb(158,140,251); }

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

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

 span { border-color: rgb(158,140,251); }

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