#9A73F9

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

Shades of Light Slate Blue #9A73F9

Tints of Light Slate Blue #9A73F9

Color information

#9A73F9 (or 0x9A73F9) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 73 and F9. RGB value is (154,115,249). Sum of RGB (Red+Green+Blue) = 154+115+249=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A73F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A73F9 is #658C06. Grayscale: #8D8D8D. Windows color (decimal): -6654983 or 16348058. OLE color: 16348058.

HSL color Cylindrical-coordinate representation of color #9A73F9: hue angle of 257.46º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A73F9 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154115249-
CMYK0.380.5400.02
HSL257.46º91.78%71.37%-
HSV(B)257.46º53.82%97.65%-
XYZ36.5625.9792.71-
YUV141.94188.42136.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.73%
GREEN value IS 115 (45.31% from 255) = 22.20%
BLUE value IS 249 (97.66% from 255) = 48.07%
R=29.73%
G=22.20%
B=48.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541152490.380.5400.02257.4691.7871.37
Hex9A73F92636021015c47
Octal232163371466602401134107
Binary1001101011100111111100110011011011001010000000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A73F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A73F9; }

 p { color: rgb(154,115,249); }

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

<style>
 a { background-color: #9A73F9; }

 a { background-color: rgb(154,115,249); }

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

<style>
 span { border-color: #9A73F9; }

 span { border-color: rgb(154,115,249); }

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