#9573FF

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

Shades of Light Slate Blue #9573FF

Tints of Light Slate Blue #9573FF

Color information

#9573FF (or 0x9573FF) is unknown color: approx Light Slate Blue. HEX triplet: 95, 73 and FF. RGB value is (149,115,255). Sum of RGB (Red+Green+Blue) = 149+115+255=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #9573FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9573FF is #6A8C00. Grayscale: #8C8C8C. Windows color (decimal): -6982657 or 16741269. OLE color: 16741269.

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

Color convert

RGB149115255-
CMYK0.420.5500
HSL254.57º100%72.55%-
HSV(B)254.57º54.9%100%-
XYZ36.5825.8797.67-
YUV141.13192.26133.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.71%
GREEN value IS 115 (45.31% from 255) = 22.16%
BLUE value IS 255 (100% from 255) = 49.13%
R=28.71%
G=22.16%
B=49.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491152550.420.5500254.5710072.55
Hex9573FF2A3700ff6449
Octal225163377526700377144111
Binary10010101111001111111111101010110111001111111111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9573FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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