#9C77FE

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

Shades of Light Slate Blue #9C77FE

Tints of Light Slate Blue #9C77FE

Color information

#9C77FE (or 0x9C77FE) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 77 and FE. RGB value is (156,119,254). Sum of RGB (Red+Green+Blue) = 156+119+254=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C77FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C77FE is #638801. Grayscale: #909090. Windows color (decimal): -6522882 or 16676764. OLE color: 16676764.

HSL color Cylindrical-coordinate representation of color #9C77FE: hue angle of 256.44º 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 #9C77FE is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB156119254-
CMYK0.390.5300.00
HSL256.44º98.54%73.14%-
HSV(B)256.44º53.15%99.61%-
XYZ38.227.4297.04-
YUV145.45189.26135.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.49%
GREEN value IS 119 (46.88% from 255) = 22.50%
BLUE value IS 254 (99.61% from 255) = 48.02%
R=29.49%
G=22.50%
B=48.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1561192540.390.5300.00256.4498.5473.14
Hex9C77FE2735001006349
Octal234167376476500400143111
Binary100111001110111111111101001111101010010000000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C77FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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