#9579F5

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

Shades of Light Slate Blue #9579F5

Tints of Light Slate Blue #9579F5

Color information

#9579F5 (or 0x9579F5) is unknown color: approx Light Slate Blue. HEX triplet: 95, 79 and F5. RGB value is (149,121,245). Sum of RGB (Red+Green+Blue) = 149+121+245=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #9579F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9579F5 is #6A860A. Grayscale: #8F8F8F. Windows color (decimal): -6981131 or 16087445. OLE color: 16087445.

HSL color Cylindrical-coordinate representation of color #9579F5: hue angle of 253.55º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9579F5 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149121245-
CMYK0.390.5100.04
HSL253.55º86.11%71.76%-
HSV(B)253.55º50.61%96.08%-
XYZ35.7126.6689.65-
YUV143.51185.28131.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.93%
GREEN value IS 121 (47.66% from 255) = 23.50%
BLUE value IS 245 (96.09% from 255) = 47.57%
R=28.93%
G=23.50%
B=47.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1491212450.390.5100.04253.5586.1171.76
Hex9579F5273304fe5648
Octal225171365476304376126110
Binary1001010111110011111010110011111001101001111111010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9579F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9579F5; }

 p { color: rgb(149,121,245); }

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

<style>
 a { background-color: #9579F5; }

 a { background-color: rgb(149,121,245); }

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

<style>
 span { border-color: #9579F5; }

 span { border-color: rgb(149,121,245); }

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