#9573F6

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

Shades of Light Slate Blue #9573F6

Tints of Light Slate Blue #9573F6

Color information

#9573F6 (or 0x9573F6) is unknown color: approx Light Slate Blue. HEX triplet: 95, 73 and F6. RGB value is (149,115,246). Sum of RGB (Red+Green+Blue) = 149+115+246=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #9573F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9573F6 is #6A8C09. Grayscale: #8B8B8B. Windows color (decimal): -6982666 or 16151445. OLE color: 16151445.

HSL color Cylindrical-coordinate representation of color #9573F6: hue angle of 255.57º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9573F6 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB149115246-
CMYK0.390.5300.04
HSL255.57º87.92%70.78%-
HSV(B)255.57º53.25%96.47%-
XYZ35.1625.390.22-
YUV140.1187.76134.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 115 (45.31% from 255) = 22.55%
BLUE value IS 246 (96.48% from 255) = 48.24%
R=29.22%
G=22.55%
B=48.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1491152460.390.5300.04255.5787.9270.78
Hex9573F62735041005847
Octal225163366476504400130107
Binary10010101111001111110110100111110101010010000000010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9573F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9573F6; }

 p { color: rgb(149,115,246); }

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

<style>
 a { background-color: #9573F6; }

 a { background-color: rgb(149,115,246); }

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

<style>
 span { border-color: #9573F6; }

 span { border-color: rgb(149,115,246); }

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