#9559ff

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

Shades of Light Slate Blue #9559FF

Tints of Light Slate Blue #9559FF

Color information

#9559FF (or 0x9559FF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 59 and FF. RGB value is (149,89,255). Sum of RGB (Red+Green+Blue) = 149+89+255=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #9559FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9559FF is #6AA600. Grayscale: #7D7D7D. Windows color (decimal): -6989313 or 16734613. OLE color: 16734613.

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

Color convert

RGB14989255-
CMYK0.420.6500
HSL261.69º100%67.45%-
HSV(B)261.69º65.1%100%-
XYZ34.0220.7596.82-
YUV125.86200.88144.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 89 (35.16% from 255) = 18.05%
BLUE value IS 255 (100% from 255) = 51.72%
R=30.22%
G=18.05%
B=51.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal149892550.420.6500261.6910067.45
Hex9559FF2A41001066443
Octal2251313775210100406144103
Binary1001010110110011111111110101010000010010000011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9559ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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