#9E83FD

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

Shades of Light Slate Blue #9E83FD

Tints of Light Slate Blue #9E83FD

Color information

#9E83FD (or 0x9E83FD) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 83 and FD. RGB value is (158,131,253). Sum of RGB (Red+Green+Blue) = 158+131+253=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E83FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E83FD is #617C02. Grayscale: #989898. Windows color (decimal): -6388739 or 16614302. OLE color: 16614302.

HSL color Cylindrical-coordinate representation of color #9E83FD: hue angle of 253.28º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E83FD is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158131253-
CMYK0.380.4800.01
HSL253.28º96.83%75.29%-
HSV(B)253.28º48.22%99.22%-
XYZ39.9530.5996.73-
YUV152.98184.45131.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.15%
GREEN value IS 131 (51.56% from 255) = 24.17%
BLUE value IS 253 (99.22% from 255) = 46.68%
R=29.15%
G=24.17%
B=46.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581312530.380.4800.01253.2896.8375.29
Hex9E83FD263001fd614b
Octal236203375466001375141113
Binary100111101000001111111101100110110000011111110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E83FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,131,253); }

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

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

 a { background-color: rgb(158,131,253); }

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

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

 span { border-color: rgb(158,131,253); }

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