#9560FE

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

Shades of Light Slate Blue #9560FE

Tints of Light Slate Blue #9560FE

Color information

#9560FE (or 0x9560FE) is unknown color: approx Light Slate Blue. HEX triplet: 95, 60 and FE. RGB value is (149,96,254). Sum of RGB (Red+Green+Blue) = 149+96+254=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 96 (37.89% from 255 or 19.24% 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 #9560FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9560FE is #6A9F01. Grayscale: #818181. Windows color (decimal): -6987522 or 16670869. OLE color: 16670869.

HSL color Cylindrical-coordinate representation of color #9560FE: hue angle of 260.13º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9560FE is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB14996254-
CMYK0.410.6200.00
HSL260.13º98.75%68.63%-
HSV(B)260.13º62.2%99.61%-
XYZ34.4721.9196.18-
YUV129.86198.06141.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.86%
GREEN value IS 96 (37.89% from 255) = 19.24%
BLUE value IS 254 (99.61% from 255) = 50.90%
R=29.86%
G=19.24%
B=50.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal149962540.410.6200.00260.1398.7568.63
Hex9560FE293E001046345
Octal225140376517600404143105
Binary100101011100000111111101010011111100010000010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9560FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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