#9F56FE

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

Shades of Light Slate Blue #9F56FE

Tints of Light Slate Blue #9F56FE

Color information

#9F56FE (or 0x9F56FE) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 56 and FE. RGB value is (159,86,254). Sum of RGB (Red+Green+Blue) = 159+86+254=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 86 (33.98% from 255 or 17.23% 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 #9F56FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F56FE is #60A901. Grayscale: #7E7E7E. Windows color (decimal): -6334722 or 16668319. OLE color: 16668319.

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

Color convert

RGB15986254-
CMYK0.370.6600.00
HSL266.07º98.82%66.67%-
HSV(B)266.07º66.14%99.61%-
XYZ35.5221.1895.98-
YUV126.98199.68150.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.86%
GREEN value IS 86 (33.98% from 255) = 17.23%
BLUE value IS 254 (99.61% from 255) = 50.90%
R=31.86%
G=17.23%
B=50.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal159862540.370.6600.00266.0798.8266.67
Hex9F56FE25420010a6343
Octal2371263764510200412143103
Binary1001111110101101111111010010110000100010000101011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F56FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,86,254); }

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

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

 a { background-color: rgb(159,86,254); }

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

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

 span { border-color: rgb(159,86,254); }

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