#9C5FFD

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

Shades of Light Slate Blue #9C5FFD

Tints of Light Slate Blue #9C5FFD

Color information

#9C5FFD (or 0x9C5FFD) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 5F and FD. RGB value is (156,95,253). Sum of RGB (Red+Green+Blue) = 156+95+253=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C5FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5FFD is #63A002. Grayscale: #828282. Windows color (decimal): -6529027 or 16605084. OLE color: 16605084.

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

Color convert

RGB15695253-
CMYK0.380.6200.01
HSL263.16º97.53%68.24%-
HSV(B)263.16º62.45%99.22%-
XYZ35.5322.3495.37-
YUV131.25196.71145.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.95%
GREEN value IS 95 (37.5% from 255) = 18.85%
BLUE value IS 253 (99.22% from 255) = 50.20%
R=30.95%
G=18.85%
B=50.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal156952530.380.6200.01263.1697.5368.24
Hex9C5FFD263E011076244
Octal234137375467601407142104
Binary100111001011111111111011001101111100110000011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,95,253); }

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

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

 a { background-color: rgb(156,95,253); }

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

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

 span { border-color: rgb(156,95,253); }

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