#9559FD

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

Shades of Light Slate Blue #9559FD

Tints of Light Slate Blue #9559FD

Color information

#9559FD (or 0x9559FD) is unknown color: approx Light Slate Blue. HEX triplet: 95, 59 and FD. RGB value is (149,89,253). Sum of RGB (Red+Green+Blue) = 149+89+253=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #9559FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9559FD is #6AA602. Grayscale: #7D7D7D. Windows color (decimal): -6989315 or 16603541. OLE color: 16603541.

HSL color Cylindrical-coordinate representation of color #9559FD: hue angle of 261.95º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9559FD is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB14989253-
CMYK0.410.6500.01
HSL261.95º97.62%67.06%-
HSV(B)261.95º64.82%99.22%-
XYZ33.720.6395.13-
YUV125.64199.88144.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 89 (35.16% from 255) = 18.13%
BLUE value IS 253 (99.22% from 255) = 51.53%
R=30.35%
G=18.13%
B=51.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal149892530.410.6500.01261.9597.6267.06
Hex9559FD2941011066243
Octal2251313755110101406142103
Binary1001010110110011111110110100110000010110000011011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9559FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9559FD; }

 p { color: rgb(149,89,253); }

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

<style>
 a { background-color: #9559FD; }

 a { background-color: rgb(149,89,253); }

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

<style>
 span { border-color: #9559FD; }

 span { border-color: rgb(149,89,253); }

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