#9373F9

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

Shades of Light Slate Blue #9373F9

Tints of Light Slate Blue #9373F9

Color information

#9373F9 (or 0x9373F9) is unknown color: approx Light Slate Blue. HEX triplet: 93, 73 and F9. RGB value is (147,115,249). Sum of RGB (Red+Green+Blue) = 147+115+249=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #9373F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9373F9 is #6C8C06. Grayscale: #8B8B8B. Windows color (decimal): -7113735 or 16348051. OLE color: 16348051.

HSL color Cylindrical-coordinate representation of color #9373F9: hue angle of 254.33º 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 #9373F9 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147115249-
CMYK0.410.5400.02
HSL254.33º91.78%71.37%-
HSV(B)254.33º53.82%97.65%-
XYZ35.2625.392.65-
YUV139.84189.6133.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 115 (45.31% from 255) = 22.50%
BLUE value IS 249 (97.66% from 255) = 48.73%
R=28.77%
G=22.50%
B=48.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471152490.410.5400.02254.3391.7871.37
Hex9373F9293602fe5c47
Octal223163371516602376134107
Binary100100111110011111110011010011101100101111111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9373F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9373F9; }

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

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

<style>
 a { background-color: #9373F9; }

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

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

<style>
 span { border-color: #9373F9; }

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

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