#9560F9

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

Shades of Light Slate Blue #9560F9

Tints of Light Slate Blue #9560F9

Color information

#9560F9 (or 0x9560F9) is unknown color: approx Light Slate Blue. HEX triplet: 95, 60 and F9. RGB value is (149,96,249). Sum of RGB (Red+Green+Blue) = 149+96+249=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #9560F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9560F9 is #6A9F06. Grayscale: #808080. Windows color (decimal): -6987527 or 16343189. OLE color: 16343189.

HSL color Cylindrical-coordinate representation of color #9560F9: hue angle of 260.78º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9560F9 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14996249-
CMYK0.400.6100.02
HSL260.78º92.73%67.65%-
HSV(B)260.78º61.45%97.65%-
XYZ33.6821.5992.02-
YUV129.29195.56142.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 96 (37.89% from 255) = 19.43%
BLUE value IS 249 (97.66% from 255) = 50.40%
R=30.16%
G=19.43%
B=50.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149962490.400.6100.02260.7892.7367.65
Hex9560F9283D021055d44
Octal225140371507502405135104
Binary1001010111000001111100110100011110101010000010110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9560F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9560F9; }

 p { color: rgb(149,96,249); }

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

<style>
 a { background-color: #9560F9; }

 a { background-color: rgb(149,96,249); }

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

<style>
 span { border-color: #9560F9; }

 span { border-color: rgb(149,96,249); }

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