#9E77FE

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

Shades of Light Slate Blue #9E77FE

Tints of Light Slate Blue #9E77FE

Color information

#9E77FE (or 0x9E77FE) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 77 and FE. RGB value is (158,119,254). Sum of RGB (Red+Green+Blue) = 158+119+254=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E77FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E77FE is #618801. Grayscale: #919191. Windows color (decimal): -6391810 or 16676766. OLE color: 16676766.

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

Color convert

RGB158119254-
CMYK0.380.5300.00
HSL257.33º98.54%73.14%-
HSV(B)257.33º53.15%99.61%-
XYZ38.5927.6297.06-
YUV146.05188.92136.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.76%
GREEN value IS 119 (46.88% from 255) = 22.41%
BLUE value IS 254 (99.61% from 255) = 47.83%
R=29.76%
G=22.41%
B=47.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1581192540.380.5300.00257.3398.5473.14
Hex9E77FE2635001016349
Octal236167376466500401143111
Binary100111101110111111111101001101101010010000000111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E77FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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