#9E83FE

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

Shades of Light Slate Blue #9E83FE

Tints of Light Slate Blue #9E83FE

Color information

#9E83FE (or 0x9E83FE) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 83 and FE. RGB value is (158,131,254). Sum of RGB (Red+Green+Blue) = 158+131+254=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E83FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E83FE is #617C01. Grayscale: #989898. Windows color (decimal): -6388738 or 16679838. OLE color: 16679838.

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

Color convert

RGB158131254-
CMYK0.380.4800.00
HSL253.17º98.4%75.49%-
HSV(B)253.17º48.43%99.61%-
XYZ40.1130.6697.57-
YUV153.09184.95131.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.10%
GREEN value IS 131 (51.56% from 255) = 24.13%
BLUE value IS 254 (99.61% from 255) = 46.78%
R=29.10%
G=24.13%
B=46.78%

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
Decimal1581312540.380.4800.00253.1798.475.49
Hex9E83FE263000fd624b
Octal236203376466000375142113
Binary100111101000001111111110100110110000001111110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E83FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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