#9373FF

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

Shades of Light Slate Blue #9373FF

Tints of Light Slate Blue #9373FF

Color information

#9373FF (or 0x9373FF) is unknown color: approx Light Slate Blue. HEX triplet: 93, 73 and FF. RGB value is (147,115,255). Sum of RGB (Red+Green+Blue) = 147+115+255=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #9373FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9373FF is #6C8C00. Grayscale: #8C8C8C. Windows color (decimal): -7113729 or 16741267. OLE color: 16741267.

HSL color Cylindrical-coordinate representation of color #9373FF: hue angle of 253.71º 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 #9373FF is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB147115255-
CMYK0.420.5500
HSL253.71º100%72.55%-
HSV(B)253.71º54.9%100%-
XYZ36.2125.6897.66-
YUV140.53192.6132.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.43%
GREEN value IS 115 (45.31% from 255) = 22.24%
BLUE value IS 255 (100% from 255) = 49.32%
R=28.43%
G=22.24%
B=49.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1471152550.420.5500253.7110072.55
Hex9373FF2A3700fe6449
Octal223163377526700376144111
Binary10010011111001111111111101010110111001111111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9373FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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