#9579FF

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

Shades of Light Slate Blue #9579FF

Tints of Light Slate Blue #9579FF

Color information

#9579FF (or 0x9579FF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 79 and FF. RGB value is (149,121,255). Sum of RGB (Red+Green+Blue) = 149+121+255=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #9579FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9579FF is #6A8600. Grayscale: #909090. Windows color (decimal): -6981121 or 16742805. OLE color: 16742805.

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

Color convert

RGB149121255-
CMYK0.420.5300
HSL252.54º100%73.73%-
HSV(B)252.54º52.55%100%-
XYZ37.2827.2897.91-
YUV144.65190.28131.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.38%
GREEN value IS 121 (47.66% from 255) = 23.05%
BLUE value IS 255 (100% from 255) = 48.57%
R=28.38%
G=23.05%
B=48.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491212550.420.5300252.5410073.73
Hex9579FF2A3500fd644a
Octal225171377526500375144112
Binary10010101111100111111111101010110101001111110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9579FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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