#9E86FE

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

Shades of Light Slate Blue #9E86FE

Tints of Light Slate Blue #9E86FE

Color information

#9E86FE (or 0x9E86FE) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 86 and FE. RGB value is (158,134,254). Sum of RGB (Red+Green+Blue) = 158+134+254=546 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.94% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E86FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E86FE is #617901. Grayscale: #9A9A9A. Windows color (decimal): -6387970 or 16680606. OLE color: 16680606.

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

Color convert

RGB158134254-
CMYK0.380.4700.00
HSL252º98.36%76.08%-
HSV(B)252º47.24%99.61%-
XYZ40.5231.4897.71-
YUV154.86183.95130.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.94%
GREEN value IS 134 (52.73% from 255) = 24.54%
BLUE value IS 254 (99.61% from 255) = 46.52%
R=28.94%
G=24.54%
B=46.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1581342540.380.4700.0025298.3676.08
Hex9E86FE262F00fc624c
Octal236206376465700374142114
Binary100111101000011011111110100110101111001111110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E86FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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