#9E85FE

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

Shades of Light Slate Blue #9E85FE

Tints of Light Slate Blue #9E85FE

Color information

#9E85FE (or 0x9E85FE) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 85 and FE. RGB value is (158,133,254). Sum of RGB (Red+Green+Blue) = 158+133+254=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E85FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E85FE is #617A01. Grayscale: #999999. Windows color (decimal): -6388226 or 16680350. OLE color: 16680350.

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

Color convert

RGB158133254-
CMYK0.380.4800.00
HSL252.4º98.37%75.88%-
HSV(B)252.4º47.64%99.61%-
XYZ40.3831.297.66-
YUV154.27184.28130.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.99%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 254 (99.61% from 255) = 46.61%
R=28.99%
G=24.40%
B=46.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1581332540.380.4800.00252.498.3775.88
Hex9E85FE263000fc624c
Octal236205376466000374142114
Binary100111101000010111111110100110110000001111110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E85FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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