#9E79FA

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

Shades of Light Slate Blue #9E79FA

Tints of Light Slate Blue #9E79FA

Color information

#9E79FA (or 0x9E79FA) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 79 and FA. RGB value is (158,121,250). Sum of RGB (Red+Green+Blue) = 158+121+250=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E79FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E79FA is #618605. Grayscale: #929292. Windows color (decimal): -6391302 or 16415134. OLE color: 16415134.

HSL color Cylindrical-coordinate representation of color #9E79FA: hue angle of 257.21º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E79FA is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158121250-
CMYK0.370.5200.02
HSL257.21º92.81%72.75%-
HSV(B)257.21º51.6%98.04%-
XYZ38.1927.8593.8-
YUV146.77186.26136.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.87%
GREEN value IS 121 (47.66% from 255) = 22.87%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=29.87%
G=22.87%
B=47.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581212500.370.5200.02257.2192.8172.75
Hex9E79FA2534021015d49
Octal236171372456402401135111
Binary1001111011110011111101010010111010001010000000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E79FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,121,250); }

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

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

 a { background-color: rgb(158,121,250); }

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

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

 span { border-color: rgb(158,121,250); }

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