#9E80F6

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

Shades of Light Slate Blue #9E80F6

Tints of Light Slate Blue #9E80F6

Color information

#9E80F6 (or 0x9E80F6) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 80 and F6. RGB value is (158,128,246). Sum of RGB (Red+Green+Blue) = 158+128+246=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #9E80F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E80F6 is #617F09. Grayscale: #959595. Windows color (decimal): -6389514 or 16154782. OLE color: 16154782.

HSL color Cylindrical-coordinate representation of color #9E80F6: hue angle of 255.25º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E80F6 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB158128246-
CMYK0.360.4800.04
HSL255.25º86.76%73.33%-
HSV(B)255.25º47.97%96.47%-
XYZ38.4529.3690.83-
YUV150.42181.94133.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.70%
GREEN value IS 128 (50.39% from 255) = 24.06%
BLUE value IS 246 (96.48% from 255) = 46.24%
R=29.70%
G=24.06%
B=46.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1581282460.360.4800.04255.2586.7673.33
Hex9E80F6243004ff5749
Octal236200366446004377127111
Binary10011110100000001111011010010011000001001111111110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E80F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,128,246); }

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

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

 a { background-color: rgb(158,128,246); }

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

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

 span { border-color: rgb(158,128,246); }

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