#9E65FB

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

Shades of Light Slate Blue #9E65FB

Tints of Light Slate Blue #9E65FB

Color information

#9E65FB (or 0x9E65FB) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 65 and FB. RGB value is (158,101,251). Sum of RGB (Red+Green+Blue) = 158+101+251=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E65FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E65FB is #619A04. Grayscale: #868686. Windows color (decimal): -6396421 or 16475550. OLE color: 16475550.

HSL color Cylindrical-coordinate representation of color #9E65FB: hue angle of 262.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E65FB is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158101251-
CMYK0.370.6000.02
HSL262.8º94.94%69.02%-
HSV(B)262.8º59.76%98.43%-
XYZ36.1723.5493.9-
YUV135.14193.38144.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.98%
GREEN value IS 101 (39.84% from 255) = 19.80%
BLUE value IS 251 (98.44% from 255) = 49.22%
R=30.98%
G=19.80%
B=49.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581012510.370.6000.02262.894.9469.02
Hex9E65FB253C021075f45
Octal236145373457402407137105
Binary1001111011001011111101110010111110001010000011110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E65FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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