#9C5AFF

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

Shades of Light Slate Blue #9C5AFF

Tints of Light Slate Blue #9C5AFF

Color information

#9C5AFF (or 0x9C5AFF) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 5A and FF. RGB value is (156,90,255). Sum of RGB (Red+Green+Blue) = 156+90+255=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C5AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5AFF is #63A500. Grayscale: #7F7F7F. Windows color (decimal): -6530305 or 16734876. OLE color: 16734876.

HSL color Cylindrical-coordinate representation of color #9C5AFF: hue angle of 264º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C5AFF is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB15690255-
CMYK0.390.6500
HSL264º100%67.65%-
HSV(B)264º64.71%100%-
XYZ35.4221.696.91-
YUV128.54199.37147.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.14%
GREEN value IS 90 (35.55% from 255) = 17.96%
BLUE value IS 255 (100% from 255) = 50.90%
R=31.14%
G=17.96%
B=50.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal156902550.390.650026410067.65
Hex9C5AFF2741001086444
Octal2341323774710100410144104
Binary1001110010110101111111110011110000010010000100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,90,255); }

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

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

 a { background-color: rgb(156,90,255); }

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

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

 span { border-color: rgb(156,90,255); }

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