#9559F8

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

Shades of Light Slate Blue #9559F8

Tints of Light Slate Blue #9559F8

Color information

#9559F8 (or 0x9559F8) is unknown color: approx Light Slate Blue. HEX triplet: 95, 59 and F8. RGB value is (149,89,248). Sum of RGB (Red+Green+Blue) = 149+89+248=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #9559F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9559F8 is #6AA607. Grayscale: #7C7C7C. Windows color (decimal): -6989320 or 16275861. OLE color: 16275861.

HSL color Cylindrical-coordinate representation of color #9559F8: hue angle of 262.64º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9559F8 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14989248-
CMYK0.400.6400.03
HSL262.64º91.91%66.08%-
HSV(B)262.64º64.11%97.25%-
XYZ32.9120.3190.99-
YUV125.07197.38145.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.66%
GREEN value IS 89 (35.16% from 255) = 18.31%
BLUE value IS 248 (97.27% from 255) = 51.03%
R=30.66%
G=18.31%
B=51.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal149892480.400.6400.03262.6491.9166.08
Hex9559F82840031075c42
Octal2251313705010003407134102
Binary10010101101100111111000101000100000001110000011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9559F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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