#9E77FD

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

Shades of Light Slate Blue #9E77FD

Tints of Light Slate Blue #9E77FD

Color information

#9E77FD (or 0x9E77FD) is unknown color: approx Light Slate Blue. HEX triplet: 9E, 77 and FD. RGB value is (158,119,253). Sum of RGB (Red+Green+Blue) = 158+119+253=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E77FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E77FD is #618802. Grayscale: #919191. Windows color (decimal): -6391811 or 16611230. OLE color: 16611230.

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

Color convert

RGB158119253-
CMYK0.380.5300.01
HSL257.46º97.1%72.94%-
HSV(B)257.46º52.96%99.22%-
XYZ38.4327.5596.22-
YUV145.94188.42136.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.81%
GREEN value IS 119 (46.88% from 255) = 22.45%
BLUE value IS 253 (99.22% from 255) = 47.74%
R=29.81%
G=22.45%
B=47.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581192530.380.5300.01257.4697.172.94
Hex9E77FD2635011016149
Octal236167375466501401141111
Binary100111101110111111111011001101101010110000000111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E77FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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