#9C59FE

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

Shades of Light Slate Blue #9C59FE

Tints of Light Slate Blue #9C59FE

Color information

#9C59FE (or 0x9C59FE) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 59 and FE. RGB value is (156,89,254). Sum of RGB (Red+Green+Blue) = 156+89+254=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C59FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C59FE is #63A601. Grayscale: #7F7F7F. Windows color (decimal): -6530562 or 16669084. OLE color: 16669084.

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

Color convert

RGB15689254-
CMYK0.390.6500.00
HSL264.36º98.8%67.25%-
HSV(B)264.36º64.96%99.61%-
XYZ35.1721.3796.04-
YUV127.84199.2148.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.26%
GREEN value IS 89 (35.16% from 255) = 17.84%
BLUE value IS 254 (99.61% from 255) = 50.90%
R=31.26%
G=17.84%
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.00
SystemRedGreenBlueCMYKHSL
Decimal156892540.390.6500.00264.3698.867.25
Hex9C59FE2741001086343
Octal2341313764710100410143103
Binary1001110010110011111111010011110000010010000100011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C59FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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